Searched defs:spwd_scratch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A Dnss_attr.c69 char *spwd_scratch; member in struct:pwbuf
171 if ((pwbuf->spwd_scratch = malloc(SPW_SCRATCH_SIZE)) == NULL) {
175 if (getspnam_r(name, pwbuf->spwd, pwbuf->spwd_scratch,
205 if (pwbuf->spwd_scratch) free(pwbuf->spwd_scratch);
313 if (pwbuf->spwd_scratch) free(pwbuf->spwd_scratch);
H A Dfiles_attr.c82 char *spwd_scratch; member in struct:pwbuf
297 if ((pwbuf->spwd_scratch = malloc(SPW_SCRATCH_SIZE)) == NULL) {
301 if (private_getspnam_r(name, pwbuf->spwd, pwbuf->spwd_scratch,
313 if (pwbuf->spwd_scratch) free(pwbuf->spwd_scratch);
363 if (pwbuf->spwd_scratch) free(pwbuf->spwd_scratch);
607 if (pwbuf->spwd_scratch) free(pwbuf->spwd_scratch);
1124 (void) memset(pwbuf->spwd_scratch,
[all...]

Completed in 69 milliseconds