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

/freebsd-12-stable/lib/libutil/
H A Dpw_util.c432 struct passwd *fpw; local
521 fpw = pw_scan(r, PWSCAN_MASTER);
524 * fpw is either the struct passwd for the current line,
529 if (fpw == NULL || strcmp(fpw->pw_name, spw->pw_name) != 0) {
531 if (fpw != NULL)
532 free(fpw);
538 if (old_pw && !pw_equal(fpw, old_pw)) {
540 free(fpw);
544 free(fpw);
[all...]

Completed in 51 milliseconds