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

/osnet-11/usr/src/lib/passwdutil/
H A Dnss_attr.c68 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
290 if ((pwbuf->spwd_scratch = malloc(SPW_SCRATCH_SIZE)) == NULL) {
294 if (private_getspnam_r(name, pwbuf->spwd, pwbuf->spwd_scratch,
306 if (pwbuf->spwd_scratch) free(pwbuf->spwd_scratch);
356 if (pwbuf->spwd_scratch) free(pwbuf->spwd_scratch);
600 if (pwbuf->spwd_scratch) free(pwbuf->spwd_scratch);
1151 (void) memset(pwbuf->spwd_scratch,
[all...]

Completed in 23 milliseconds