Searched refs:spwd_scratch (Results 1 – 2 of 2) sorted by relevance
69 char *spwd_scratch; member171 if ((pwbuf->spwd_scratch = malloc(SPW_SCRATCH_SIZE)) == NULL) { in nss_getpwnam()175 if (getspnam_r(name, pwbuf->spwd, pwbuf->spwd_scratch, in nss_getpwnam()205 if (pwbuf->spwd_scratch) free(pwbuf->spwd_scratch); in nss_getpwnam()313 if (pwbuf->spwd_scratch) free(pwbuf->spwd_scratch); in nss_getattr()
82 char *spwd_scratch; member297 if ((pwbuf->spwd_scratch = malloc(SPW_SCRATCH_SIZE)) == NULL) { in files_getpwnam()301 if (private_getspnam_r(name, pwbuf->spwd, pwbuf->spwd_scratch, in files_getpwnam()313 if (pwbuf->spwd_scratch) free(pwbuf->spwd_scratch); in files_getpwnam()363 if (pwbuf->spwd_scratch) free(pwbuf->spwd_scratch); in files_user_to_authenticate()607 if (pwbuf->spwd_scratch) free(pwbuf->spwd_scratch); in files_getattr()1124 (void) memset(pwbuf->spwd_scratch, 0, SPW_SCRATCH_SIZE); in files_putpwnam()1126 free(pwbuf->spwd_scratch); in files_putpwnam()