Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dpt.c140 pt_own_t pto; in grantpt() local
147 pto.pto_ruid = getuid(); in grantpt()
151 pto.pto_rgid = gr_name->gr_gid; in grantpt()
153 pto.pto_rgid = getgid(); in grantpt()
158 istr.ic_dp = (char *)&pto; in grantpt()
/titanic_50/usr/src/cmd/troff/
H A Dn7.c524 } else if (opn == pto) {
577 pto = *(pnp++); in chkpn()
578 pfrom = pto>=0 ? pto : -pto; in chkpn()
579 if (pto == -32767) { in chkpn()
583 if (pto < 0) { in chkpn()
584 pto = -pto; in chkpn()
H A Dext.h147 extern int pto;
H A Dni.c81 int pto = 10000; variable
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dcopy_tick.c95 krb5_copy_ticket(krb5_context context, const krb5_ticket *from, krb5_ticket **pto) in krb5_copy_ticket() argument
124 *pto = tempto; in krb5_copy_ticket()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c540 struct passwd *pto; in pwdcopy() local
542 pto = malloc(sizeof (*pto)); in pwdcopy()
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()
548 return (pto); in pwdcopy()