Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/passwdutil/
H A Dnss_attr.c78 #define SPW_SCRATCH_SIZE NSS_LINELEN_SHADOW macro
171 if ((pwbuf->spwd_scratch = malloc(SPW_SCRATCH_SIZE)) == NULL) { in nss_getpwnam()
176 SPW_SCRATCH_SIZE) == NULL) { in nss_getpwnam()
H A Dfiles_attr.c92 #define SPW_SCRATCH_SIZE NSS_LINELEN_SHADOW macro
298 if ((pwbuf->spwd_scratch = malloc(SPW_SCRATCH_SIZE)) == NULL) { in files_getpwnam()
303 SPW_SCRATCH_SIZE) == NULL) { in files_getpwnam()
907 char buf[SPW_SCRATCH_SIZE]; in files_update_shadow()
1125 (void) memset(pwbuf->spwd_scratch, 0, SPW_SCRATCH_SIZE); in files_putpwnam()