Home
last modified time | relevance | path

Searched refs:spw (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/libutil/
H A Dpw_util.c433 const struct passwd *spw; in pw_copy() local
441 spw = old_pw; in pw_copy()
451 if (spw == NULL) in pw_copy()
452 spw = pw; in pw_copy()
529 if (fpw == NULL || strcmp(fpw->pw_name, spw->pw_name) != 0) { in pw_copy()