Searched refs:PWD_SCRATCH_SIZE (Results 1 – 2 of 2) sorted by relevance
78 #define PWD_SCRATCH_SIZE NSS_LINELEN_PASSWD macro161 if ((pwbuf->pwd_scratch = malloc(PWD_SCRATCH_SIZE)) == NULL) { in nss_getpwnam()166 PWD_SCRATCH_SIZE) == NULL) { in nss_getpwnam()187 char pwd_scratch[PWD_SCRATCH_SIZE]; in nss_getpwnam()191 PWD_SCRATCH_SIZE) != NULL) in nss_getpwnam()
94 #define PWD_SCRATCH_SIZE NSS_LINELEN_PASSWD macro290 if ((pwbuf->pwd_scratch = malloc(PWD_SCRATCH_SIZE)) == NULL) { in files_getpwnam()295 PWD_SCRATCH_SIZE) == NULL) { in files_getpwnam()1017 char buf[PWD_SCRATCH_SIZE]; in files_update_passwd()1124 (void) memset(pwbuf->pwd_scratch, 0, PWD_SCRATCH_SIZE); in files_putpwnam()