Searched refs:aup (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libc/rpc/
H A Dsvc_auth_unix.c71 struct authunix_parms *aup; local
85 aup = &area->area_aup;
86 aup->aup_machname = area->area_machname;
87 aup->aup_gids = area->area_gids;
92 aup->aup_time = IXDR_GET_INT32(buf);
98 memmove(aup->aup_machname, buf, str_len);
99 aup->aup_machname[str_len] = 0;
102 aup->aup_uid = (int)IXDR_GET_INT32(buf);
103 aup->aup_gid = (int)IXDR_GET_INT32(buf);
110 aup
[all...]
H A Dauth_unix.c109 struct authunix_parms aup; local
144 aup.aup_time = (u_long)now.tv_sec; /* XXX: truncate on 32 bit */
145 aup.aup_machname = machname;
146 aup.aup_uid = uid;
147 aup.aup_gid = gid;
148 aup.aup_len = (u_int)len;
149 aup.aup_gids = aup_gids;
155 if (! xdr_authunix_parms(&xdrs, &aup))
288 struct authunix_parms aup; local
302 aup
[all...]
/netbsd-current/external/bsd/am-utils/dist/libamu/
H A Dmisc_rpc.c179 struct authunix_parms *aup = (struct authunix_parms *) NULL; local
187 aup = (struct authunix_parms *) rp->rq_clntcred;
188 *u = aup->aup_uid;
189 *g = aup->aup_gid;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc127 aunion const* aup = &au; local
128 aunion const** aupp = &aup;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dmeth-typedefs.cc127 aunion const* aup = &au; local
128 aunion const** aupp = &aup;

Completed in 101 milliseconds