Searched refs:pfrom (Results 1 – 5 of 5) sorted by relevance
195 struct passwd *pwdcopy(const struct passwd *pfrom);542 pwdcopy(const struct passwd *pfrom) in pwdcopy() argument547 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()
42 int pfrom = GETARG_A(*previous); in luaK_nil() local43 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()
518 if (numtab[PN].val == pfrom) {520 pfrom = -1;575 pfrom = pto>=0 ? pto : -pto; in chkpn()583 pfrom = 0; in chkpn()
136 extern int pfrom;
80 int pfrom = 1; variable