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.c79 #define SPW_SCRATCH_SIZE NSS_LINELEN_SHADOW macro
173 if ((pwbuf->spwd_scratch = malloc(SPW_SCRATCH_SIZE)) == NULL) { in nss_getpwnam()
178 SPW_SCRATCH_SIZE) == NULL) { in nss_getpwnam()
H A Dfiles_attr.c95 #define SPW_SCRATCH_SIZE NSS_LINELEN_SHADOW macro
302 if ((pwbuf->spwd_scratch = malloc(SPW_SCRATCH_SIZE)) == NULL) { in files_getpwnam()
307 SPW_SCRATCH_SIZE) == NULL) { in files_getpwnam()
911 char buf[SPW_SCRATCH_SIZE]; in files_update_shadow()
1130 (void) memset(pwbuf->spwd_scratch, 0, SPW_SCRATCH_SIZE); in files_putpwnam()