Searched refs:pfrom (Results 1 – 4 of 4) sorted by relevance
191 struct passwd *pwdcopy(const struct passwd *pfrom);538 pwdcopy(const struct passwd *pfrom) in pwdcopy() argument543 pto->pw_name = strdup(pfrom->pw_name); in pwdcopy()544 pto->pw_uid = pfrom->pw_uid; in pwdcopy()545 pto->pw_gecos = strdup(pfrom->pw_gecos); in pwdcopy()546 pto->pw_dir = strdup(pfrom->pw_dir); in pwdcopy()547 pto->pw_shell = strdup(pfrom->pw_shell); in pwdcopy()
521 if (numtab[PN].val == pfrom) {523 pfrom = -1;578 pfrom = pto>=0 ? pto : -pto; in chkpn()586 pfrom = 0; in chkpn()
138 extern int pfrom;
82 int pfrom = 1; variable