Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c191 struct passwd *pwdcopy(const struct passwd *pfrom);
538 pwdcopy(const struct passwd *pfrom) in pwdcopy() argument
543 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()
/titanic_44/usr/src/cmd/troff/
H A Dn7.c521 if (numtab[PN].val == pfrom) {
523 pfrom = -1;
578 pfrom = pto>=0 ? pto : -pto; in chkpn()
586 pfrom = 0; in chkpn()
H A Dext.h138 extern int pfrom;
H A Dni.c82 int pfrom = 1; variable