/third_party/ltp/testcases/kernel/syscalls/setpgid/ |
D | setpgid01.c | 80 pid_t pgid, pid; in setpgid_test1() local 109 pid_t pgid, pid; in setpgid_test2() local
|
D | setpgid02.c | 63 static pid_t pgid, pid; variable 71 pid_t *pgid; member
|
/third_party/musl/src/signal/ |
D | killpg.c | 4 int killpg(pid_t pgid, int sig) in killpg()
|
/third_party/musl/src/unistd/ |
D | setpgid.c | 4 int setpgid(pid_t pid, pid_t pgid) in setpgid()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | setpgid.c | 28 pid_t pgid = 0; in setpgid_0100() local
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
D | pidns05.c | 86 pid_t parentpid, pgid, pgid2; in find_cinit_pids() local 199 pid_t pid, pgid; in main() local
|
D | pidns02.c | 67 pid_t pgid, sid; in child_fn1() local
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-caps.c | 52 lws_plat_user_colon_group_to_ids(const char *u_colon_g, uid_t *puid, gid_t *pgid)
|
/third_party/ltp/lib/ |
D | tst_safe_macros.c | 22 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid() 42 pid_t pgid; in safe_getpgid() local
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | segment.c | 883 int pgid, i; in segment_location() local
|
/third_party/openssl/apps/ |
D | ocsp.c | 69 int setpgid(pid_t pid, pid_t pgid) in setpgid()
|
/third_party/ltp/include/ |
D | tst_safe_macros.h | 141 #define SAFE_SETPGID(pid, pgid) \ argument
|
/third_party/python/Modules/ |
D | posixmodule.c | 5895 pid_t pgid = PyLong_AsPid(setpgroup); in parse_posix_spawn_flags() local 7718 pid_t pgid = getpgid(pid); in os_getpgid_impl() local 7971 os_killpg_impl(PyObject *module, pid_t pgid, int signal) in os_killpg_impl() 9061 pid_t pgid = tcgetpgrp(fd); in os_tcgetpgrp_impl() local 9081 os_tcsetpgrp_impl(PyObject *module, int fd, pid_t pgid) in os_tcsetpgrp_impl()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | security.c | 3521 ntfs_inode *dir_ni, gid_t *pgid, mode_t *pdsetgid) in ntfs_allowed_create()
|
/third_party/python/Modules/clinic/ |
D | posixmodule.c.h | 3606 pid_t pgid; in os_killpg() local 4430 pid_t pgid; in os_tcsetpgrp() local
|