Home
last modified time | relevance | path

Searched defs:nobody (Results 1 – 22 of 22) sorted by relevance

/external/ltp/testcases/kernel/syscalls/setgid/
Dsetgid03.c17 static struct passwd *nobody; variable
Dsetgid02.c35 struct passwd *nobody = SAFE_GETPWNAM("nobody"); in setup() local
/external/ltp/testcases/kernel/syscalls/setfsuid/
Dsetfsuid01.c23 struct passwd *nobody; in setup() local
Dsetfsuid03.c25 struct passwd *nobody; in setup() local
/external/ltp/testcases/kernel/syscalls/setfsgid/
Dsetfsgid01.c25 struct passwd *nobody; in setup() local
/external/ltp/testcases/kernel/syscalls/setegid/
Dsetegid01.c21 struct passwd *nobody; in setup() local
/external/ltp/testcases/kernel/syscalls/swapoff/
Dswapoff02.c80 struct passwd *nobody; in setup() local
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify18.c161 struct passwd *nobody; in setup() local
Dfanotify19.c146 struct passwd *nobody; in test_fanotify() local
/external/ltp/testcases/kernel/syscalls/swapon/
Dswapon02.c56 struct passwd *nobody; in setup() local
/external/ltp/testcases/kernel/syscalls/mlock2/
Dmlock202.c34 static struct passwd *nobody; variable
/external/ltp/testcases/kernel/syscalls/setreuid/
Dsetreuid04.c38 static struct passwd nobody, root; variable
/external/python/cpython2/Lib/
DCGIHTTPServer.py345 nobody = None variable
Dsmtpd.py544 nobody = pwd.getpwnam('nobody')[2] variable
/external/ltp/testcases/kernel/syscalls/chmod/
Dchmod06.c106 struct passwd *nobody; in setup() local
/external/ltp/testcases/kernel/syscalls/setregid/
Dsetregid03.c56 struct passwd *nobody; in setup() local
/external/ltp/testcases/kernel/syscalls/setresgid/
Dsetresgid01.c95 static struct passwd nobody, root; variable
/external/ltp/testcases/kernel/syscalls/clock_adjtime/
Dclock_adjtime02.c132 struct passwd *nobody; in verify_clock_adjtime() local
/external/rust/crates/nix/test/
Dtest_unistd.rs1188 let nobody = User::from_name(test_username).unwrap().unwrap(); in test_user_into_passwd() localVariable
1202 let nobody = User::from_name("nobody").unwrap().unwrap(); in test_setfsuid() localVariable
/external/python/cpython3/Lib/http/
Dserver.py936 nobody = None variable
/external/ltp/testcases/kernel/fs/read_all/
Dread_all.c275 struct passwd *nobody; in maybe_drop_privs() local
/external/python/cpython3/Lib/
Dsmtpd.py969 nobody = pwd.getpwnam('nobody')[2] variable