Home
last modified time | relevance | path

Searched refs:PWD_SCRATCH_SIZE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/passwdutil/
H A Dnss_attr.c77 #define PWD_SCRATCH_SIZE NSS_LINELEN_PASSWD macro
159 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()
H A Dfiles_attr.c90 #define PWD_SCRATCH_SIZE NSS_LINELEN_PASSWD macro
285 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()