Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c195 struct passwd *pwdcopy(const struct passwd *pfrom);
542 pwdcopy(const struct passwd *pfrom) in pwdcopy() argument
547 pto->pw_name = strdup(pfrom->pw_name); in pwdcopy()
548 pto->pw_uid = pfrom->pw_uid; in pwdcopy()
549 pto->pw_gecos = strdup(pfrom->pw_gecos); in pwdcopy()
550 pto->pw_dir = strdup(pfrom->pw_dir); in pwdcopy()
551 pto->pw_shell = strdup(pfrom->pw_shell); in pwdcopy()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlcode.c42 int pfrom = GETARG_A(*previous); in luaK_nil() local
43 int pl = pfrom + GETARG_B(*previous); in luaK_nil()
44 if ((pfrom <= from && from <= pl + 1) || in luaK_nil()
45 (from <= pfrom && pfrom <= l + 1)) { /* can connect both? */ in luaK_nil()
46 if (pfrom < from) from = pfrom; /* from = min(from, pfrom) */ in luaK_nil()
/illumos-gate/usr/src/cmd/troff/
H A Dn7.c518 if (numtab[PN].val == pfrom) {
520 pfrom = -1;
575 pfrom = pto>=0 ? pto : -pto; in chkpn()
583 pfrom = 0; in chkpn()
H A Dext.h136 extern int pfrom;
H A Dni.c80 int pfrom = 1; variable