Searched refs:PWD_SCRATCH_SIZE (Results 1 – 2 of 2) sorted by relevance
77 #define PWD_SCRATCH_SIZE NSS_LINELEN_PASSWD macro159 if ((pwbuf->pwd_scratch = malloc(PWD_SCRATCH_SIZE)) == NULL) { in nss_getpwnam()164 PWD_SCRATCH_SIZE) == NULL) { in nss_getpwnam()185 char pwd_scratch[PWD_SCRATCH_SIZE]; in nss_getpwnam()189 PWD_SCRATCH_SIZE) != NULL) in nss_getpwnam()
90 #define PWD_SCRATCH_SIZE NSS_LINELEN_PASSWD macro285 if ((pwbuf->pwd_scratch = malloc(PWD_SCRATCH_SIZE)) == NULL) { in files_getpwnam()290 PWD_SCRATCH_SIZE) == NULL) { in files_getpwnam()1012 char buf[PWD_SCRATCH_SIZE]; in files_update_passwd()1118 (void) memset(pwbuf->pwd_scratch, 0, PWD_SCRATCH_SIZE); in files_putpwnam()