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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile152 seteuid.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_prot.c803 * seteuid
821 seteuid(proc_t p, struct seteuid_args *uap, __unused register_t *retval) function
827 DEBUG_CRED_ENTER("seteuid: %d\n", uap->euid);
857 DEBUG_CRED_CHANGE("seteuid CH(%d): %p/0x%08x -> %p/0x%08x\n", p->p_pid, my_cred, my_cred->cr_flags, my_new_cred, my_new_cred->cr_flags);
H A Dinit_sysent.c277 {AC(seteuid_args), 0, 0, (sy_call_t *)seteuid, munge_w, munge_d, _SYSCALL_RET_INT_T, 4}, /* 183 = seteuid */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1850 int seteuid(struct proc *, struct seteuid_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c1512 * Test getauid, gettid, getuid, geteuid, issetugid, setauid, seteuid, settid, settid_with_pid, setuid system calls.
1692 my_err = seteuid( my_euid );
1694 printf( "seteuid call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1698 printf( "seteuid call failed to set the original euid \n" );

Completed in 61 milliseconds