Searched refs:issetugid (Results 1 - 25 of 42) sorted by last modified time

12

/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c1637 * Test getauid, gettid, getuid, geteuid, issetugid, setaudit_addr, seteuid, settid, settid_with_pid, setuid system calls.
1651 /* test issetugid - should return 1 when not root and 0 when root
1656 my_err = issetugid( );
1659 printf( "issetugid should return false \n" );
1665 printf( "issetugid should return true \n" );
/macosx-10.9.5/CF-855.17/
H A DCFPlatform.c147 if (!issetugid()) {
215 const char *fixedHomePath = issetugid() ? NULL : __CFgetenv("CFFIXED_USER_HOME");
221 if (!issetugid() && fixedHomePath) home = CFURLCreateFromFileSystemRepresentation(kCFAllocatorSystemDefault, (uint8_t *)fixedHomePath, strlen(fixedHomePath), true);
H A DCFRuntime.c881 return issetugid();
H A DCFStringEncodings.c925 if (!issetugid()) {
1006 if (!issetugid()) {
H A DCFUtilities.c574 if (!issetugid() && __CFgetenv("CFLOG_FORCE_STDERR")) {
H A DCoreFoundation_Prefix.h149 #define issetugid() 0 macro
342 #define issetugid() 0 macro
/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dlibvproc.c470 return !issetugid() ? _vproc_post_fork_ping() : NULL;
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dsource.c4390 if (issetugid()) {
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/reachability/
H A DSCNetworkReachabilityServer_client.c284 if ((name == NULL) || (issetugid() != 0)) {
/macosx-10.9.5/ruby-104/ruby/
H A Dconfigure15747 setrgid setegid setregid setresgid issetugid pause lchown lchmod\
H A Dprocess.c5325 * Process::Sys.issetugid -> true or false
5339 if (issetugid()) {
6871 rb_define_module_function(rb_mProcID_Syscall, "issetugid", p_sys_issetugid, 0);
/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp4110 if ( issetugid() ) {
4170 &issetugid,
H A DdyldSyscallInterface.h51 int (*issetugid)(void); member in struct:dyld::SyscallHelpers
H A Dglue.c369 int issetugid() { function
370 return gSyscallHelpers->issetugid();
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-runtime.mm249 if (issetugid()) {
H A Dobjc-os.h238 #define issetugid() 0 macro
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dds_module.c134 if ((issetugid() == 0) && (xbs_disable != NULL) && (strcmp(xbs_disable, "YES") == 0)) {
153 if (!issetugid() && getenv("OD_DEBUG_MODE") != NULL) {
200 if (!issetugid()) {
/macosx-10.9.5/Libc-997.90.3/include/
H A Dunistd.h819 int issetugid(void);
/macosx-10.9.5/configd-596.15/dnsinfo/
H A Ddnsinfo_copy.c371 if ((name != NULL) && (issetugid() == 0)) {
/macosx-10.9.5/configd-596.15/nwi/
H A Dnetwork_information.c210 if ((name != NULL) && (issetugid() == 0)) {
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c572 if (name != NULL && issetugid() != 0)
/macosx-10.9.5/libedit-39/src/
H A Del.c516 if (issetugid())
527 * If issetugid() is missing, always return an error, in order
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dglob.c391 if (issetugid() != 0 || (h = getenv("HOME")) == NULL) {
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-rand.c384 if (!issetugid()) {
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/suid-executable_path/
H A Dmain.c26 #include <unistd.h> // issetugid
35 if ( issetugid() )

Completed in 387 milliseconds

12