Searched refs:geteuid (Results 276 - 300 of 347) sorted by relevance

<<11121314

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCmdAH.c1013 value = (geteuid() == buf.st_uid);
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_agent.c1166 args.pa_uid = geteuid(); /* effective uid of user mounting this volume */
/macosx-10.9.5/xar-202/xar/lib/
H A Dstat.c551 u = geteuid();
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c992 euid = geteuid();
1637 * Test getauid, gettid, getuid, geteuid, issetugid, setaudit_addr, seteuid, settid, settid_with_pid, setuid system calls.
1689 my_euid = geteuid( );
1807 if ( geteuid( ) != my_euid ) {
5012 if ( my_msq_ds.msg_perm.cuid != geteuid( ) ) {
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dinit.c1595 opts[PRIVILEGED] = (getuid() != geteuid() || getgid() != getegid());
/macosx-10.9.5/gssd-62/
H A Dgssd.c517 uid_t euid = geteuid();
526 if (instance && geteuid() == 0) {
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_manager.c1569 geteuid(),
1680 euid = geteuid();
/macosx-10.9.5/screen-22/screen/
H A Dscreen.c736 eff_uid = geteuid();
1346 debug2("UID %d EUID %d\n", (int)getuid(), (int)geteuid());
H A Dtty.c156 debug3("%d %d %d\n", getuid(), geteuid(), getpid());
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dctx.c2765 mdata.uid = geteuid();
3106 ctx->ct_ssn.ioc_owner = geteuid();
/macosx-10.9.5/syslog-217.1.4/util.tproj/
H A Dsyslog.c1132 uid = geteuid();
1174 uid = geteuid();
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlpc.vim133 syn keyword lpc_efuns contained generate_source get_char get_config get_dir geteuid getuid
/macosx-10.9.5/CF-855.17/
H A DCFUtilities.c465 if (euid) *euid = geteuid();
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dpolicyengine.cpp281 if (geteuid() == 0) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dpolicyengine.cpp281 if (geteuid() == 0) {
/macosx-10.9.5/eap8021x-180/eapolclient.tproj/
H A DDialogue.c958 geteuid(), getegid(),
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfastfind.c204 uid = geteuid();
/macosx-10.9.5/network_cmds-433/route.tproj/
H A Droute.c190 uid = geteuid();
/macosx-10.9.5/procmail-14/procmail/src/
H A Dautoconf1293 if(geteuid()==ROOT_uid)
1333 if(!chown(argv[2],geteuid()==3?4:3,getegid()))
/macosx-10.9.5/security_certtool-55105/src/
H A DCertTool.cpp286 ortn = makeUidAccess(geteuid(), &secAccess);
/macosx-10.9.5/shell_cmds-175/find/
H A Dfunction.c511 geteuid() == 0)
/macosx-10.9.5/syslog-217.1.4/aslmanager.tproj/
H A Daslmanager.c1218 if (geteuid() != 0)
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclCmdAH.c1186 value = (geteuid() == buf.st_uid);
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.c287 euid = geteuid();
/macosx-10.9.5/webdavfs-352.92.2/WebDAVPlugin/
H A DWebDAV_Mount.c546 effective_uid = geteuid(); /* get the effective user ID */

Completed in 422 milliseconds

<<11121314