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

/osnet-11/usr/src/lib/passwdutil/
H A Dnss_attr.c66 char *pwd_scratch; member in struct:pwbuf
159 if ((pwbuf->pwd_scratch = malloc(PWD_SCRATCH_SIZE)) == NULL) {
163 if (getpwnam_r(name, pwbuf->pwd, pwbuf->pwd_scratch,
185 char pwd_scratch[PWD_SCRATCH_SIZE]; local
188 if (private_getpwnam_r(name, &pwd, pwd_scratch,
203 if (pwbuf->pwd_scratch) free(pwbuf->pwd_scratch);
311 if (pwbuf->pwd_scratch) free(pwbuf->pwd_scratch);
H A Dfiles_attr.c80 char *pwd_scratch; member in struct:pwbuf
278 if ((pwbuf->pwd_scratch = malloc(PWD_SCRATCH_SIZE)) == NULL) {
282 if (private_getpwnam_r(name, pwbuf->pwd, pwbuf->pwd_scratch,
304 if (pwbuf->pwd_scratch) free(pwbuf->pwd_scratch);
354 if (pwbuf->pwd_scratch) free(pwbuf->pwd_scratch);
598 if (pwbuf->pwd_scratch) free(pwbuf->pwd_scratch);
1145 (void) memset(pwbuf->pwd_scratch,
[all...]

Completed in 17 milliseconds