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

/illumos-gate/usr/src/lib/passwdutil/
H A Dnss_attr.c67 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
285 if ((pwbuf->pwd_scratch = malloc(PWD_SCRATCH_SIZE)) == NULL) {
289 if (private_getpwnam_r(name, pwbuf->pwd, pwbuf->pwd_scratch,
311 if (pwbuf->pwd_scratch) free(pwbuf->pwd_scratch);
361 if (pwbuf->pwd_scratch) free(pwbuf->pwd_scratch);
605 if (pwbuf->pwd_scratch) free(pwbuf->pwd_scratch);
1118 (void) memset(pwbuf->pwd_scratch,
[all...]

Completed in 58 milliseconds