OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setgid
(Results
426 - 450
of
687
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gdb/linux-x86/share/gdb/syscalls/
amd64-linux.xml
123
<syscall name="
setgid
" number="106"/>
i386-linux.xml
63
<syscall name="
setgid
" number="46"/>
mips-n32-linux.xml
121
<syscall name="
setgid
" number="6104"/>
mips-n64-linux.xml
121
<syscall name="
setgid
" number="5104"/>
mips-o32-linux.xml
61
<syscall name="
setgid
" number="4046"/>
ppc-linux.xml
63
<syscall name="
setgid
" number="46"/>
ppc64-linux.xml
63
<syscall name="
setgid
" number="46"/>
s390-linux.xml
55
<syscall name="
setgid
" number="46"/>
s390x-linux.xml
180
<syscall name="
setgid
" number="214"/>
sparc-linux.xml
63
<syscall name="
setgid
" number="46"/>
sparc64-linux.xml
59
<syscall name="
setgid
" number="46"/>
/prebuilts/go/darwin-x86/src/syscall/
syscall_darwin.go
280
//sysnb
Setgid
(gid int) (err error)
syscall_linux.go
876
// On linux Setuid and
Setgid
only affects the current thread, not the process.
884
func
Setgid
(uid int) (err error) {
zsyscall_solaris_amd64.go
59
//go:cgo_import_dynamic libc_Setgid
setgid
"libc.so"
775
func
Setgid
(gid int) (err error) {
/prebuilts/go/linux-x86/src/syscall/
syscall_darwin.go
280
//sysnb
Setgid
(gid int) (err error)
syscall_linux.go
876
// On linux Setuid and
Setgid
only affects the current thread, not the process.
884
func
Setgid
(uid int) (err error) {
zsyscall_solaris_amd64.go
59
//go:cgo_import_dynamic libc_Setgid
setgid
"libc.so"
775
func
Setgid
(gid int) (err error) {
/system/core/sdcard/
sdcard.c
[
all
...]
/external/dnsmasq/src/
dnsmasq.c
381
setgid
(gp->gr_gid) == -1))
445
/* lose the setuid and
setgid
capbilities */
[
all
...]
/external/ipsec-tools/src/racoon/
privsep.c
215
if (
setgid
(lcconf->gid) != 0) {
217
"Cannot
setgid
(%d): %s\n", lcconf->gid,
/frameworks/base/core/jni/
android_util_Process.cpp
563
return
setgid
(uid) == 0 ? 0 : errno;
[
all
...]
/frameworks/native/cmds/dumpstate/
utils.cpp
834
if (
setgid
(AID_SHELL) != 0) {
835
MYLOGE("Unable to
setgid
, aborting: %s\n", strerror(errno));
[
all
...]
/prebuilts/go/darwin-x86/doc/
go1.4.html
845
and <a href="/pkg/syscall/#
Setgid
"><code>
Setgid
</code></a> have been disabled
[
all
...]
/prebuilts/go/linux-x86/doc/
go1.4.html
845
and <a href="/pkg/syscall/#
Setgid
"><code>
Setgid
</code></a> have been disabled
[
all
...]
/external/autotest/client/tests/scrashme/
testfix.diff
303
+ { .name = "
setgid
" },
Completed in 505 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>