Searched
full:getegid (Results
276 -
300 of
585) sorted by null
<<11121314151617181920>>
/prebuilts/go/linux-x86/src/syscall/ |
syscall_freebsd.go | 165 //sysnb Getegid() (egid int)
|
syscall_netbsd.go | 163 //sysnb Getegid() (egid int)
|
syscall_plan9.go | 309 func Getegid() (egid int) { return -1 }
|
/external/strace/linux/i386/ |
syscallent.h | 79 [ 50] = { 0, NF, SEN(getegid16), "getegid" }, 231 [202] = { 0, NF, SEN(getegid), "getegid32" },
|
/external/strace/linux/powerpc/ |
syscallent.h | 79 [ 50] = { 0, NF, SEN(getegid), "getegid" },
|
/external/strace/linux/powerpc64/ |
syscallent.h | 79 [ 50] = { 0, NF, SEN(getegid), "getegid" },
|
/external/strace/linux/s390/ |
syscallent.h | 81 [ 50] = { 0, NF, SEN(getegid16), "getegid" }, 233 [202] = { 0, NF, SEN(getegid), "getegid32" },
|
/external/strace/linux/s390x/ |
syscallent.h | 217 [202] = { 0, NF, SEN(getegid), "getegid" },
|
/external/strace/linux/sh/ |
syscallent.h | 81 [ 50] = { 0, NF, SEN(getegid16), "getegid" }, 232 [202] = { 0, NF, SEN(getegid), "getegid32" },
|
/external/strace/linux/sh64/ |
syscallent.h | 79 [ 50] = { 0, NF, SEN(getegid16), "getegid" }, 230 [202] = { 0, NF, SEN(getegid), "getegid32" },
|
/external/strace/linux/x32/ |
syscallent.h | 109 [108] = { 0, NF, SEN(getegid), "getegid" },
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
site.py | 213 if hasattr(os, "getgid") and hasattr(os, "getegid"): 215 if os.getegid() != os.getgid():
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
site.py | 213 if hasattr(os, "getgid") and hasattr(os, "getegid"): 215 if os.getegid() != os.getgid():
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
site.py | 213 if hasattr(os, "getgid") and hasattr(os, "getegid"): 215 if os.getegid() != os.getgid():
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
site.py | 213 if hasattr(os, "getgid") and hasattr(os, "getegid"): 215 if os.getegid() != os.getgid():
|
/external/valgrind/coregrind/m_coredump/ |
coredump-solaris.c | 474 prpsinfo->pr_egid = VG_(getegid)(); 514 psinfo->pr_egid = VG_(getegid)(); 637 prcred->pr_egid = VG_(getegid)(); [all...] |
/bionic/libc/include/ |
unistd.h | 111 extern gid_t getegid(void);
|
/bionic/libc/ |
libc.arm.brillo.map | 436 getegid;
|
libc.arm.map | 436 getegid;
|
libc.map.txt | 438 getegid;
|
libc.mips.map | 434 getegid;
|
libc.x86.map | 432 getegid;
|
/external/e2fsprogs/lib/ext2fs/ |
test_io.c | 169 if ((getuid() != geteuid()) || (getgid() != getegid()))
|
/external/libevent/ |
config.h.in | 70 /* Define to 1 if you have the `getegid' function. */
|
/external/libevent/include/event2/ |
event-config-bionic.h | 95 /* Define to 1 if you have the `getegid' function. */
|
Completed in 742 milliseconds
<<11121314151617181920>>