/external/ltp/testcases/cve/ |
D | cve-2017-17052.c | 57 SAFE_FORK(); in fork_thread() 66 SAFE_FORK(); in do_test_fork() 67 SAFE_FORK(); in do_test_fork() 68 SAFE_FORK(); in do_test_fork() 71 if (SAFE_FORK() == 0) { in do_test_fork() 93 pid = SAFE_FORK(); in run()
|
/external/ltp/lib/newlib_tests/ |
D | test13.c | 14 SAFE_FORK(); in do_test() 15 SAFE_FORK(); in do_test() 16 SAFE_FORK(); in do_test()
|
D | test07.c | 27 if (SAFE_FORK() == 0) { in do_test()
|
/external/ltp/testcases/kernel/sched/autogroup/ |
D | autogroup01.c | 32 if (!SAFE_FORK()) { in do_test() 36 if (SAFE_FORK()) in do_test()
|
/external/ltp/testcases/kernel/syscalls/switch/ |
D | endian_switch01.c | 40 if (SAFE_FORK() == 0) { in check_le_switch_supported() 63 if (SAFE_FORK() == 0) { in test_le_switch()
|
/external/ltp/testcases/kernel/syscalls/flock/ |
D | flock04.c | 63 pid = SAFE_FORK(); in verify_flock() 69 pid = SAFE_FORK(); in verify_flock()
|
/external/ltp/testcases/kernel/syscalls/waitpid/ |
D | waitpid10.c | 39 pid = SAFE_FORK(); in do_child_1() 93 fork_pid = SAFE_FORK(); in do_fork()
|
D | waitpid09.c | 41 pid = SAFE_FORK(); in case0() 74 pid = SAFE_FORK(); in case1()
|
/external/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl03.c | 75 pid = SAFE_FORK(); in verify_prctl() 79 cpid = SAFE_FORK(); in verify_prctl()
|
D | prctl06.c | 47 childpid = SAFE_FORK(); in do_prctl() 67 pid = SAFE_FORK(); in verify_prctl()
|
D | prctl04.c | 93 childpid = SAFE_FORK(); in check_filter_mode_inherit() 190 pid = SAFE_FORK(); in verify_prctl()
|
/external/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir02.c | 33 pid = SAFE_FORK(); in verify_mkdir() 80 pid = SAFE_FORK(); in setup()
|
/external/ltp/testcases/kernel/syscalls/pidfd_send_signal/ |
D | pidfd_send_signal03.c | 48 pid = SAFE_FORK(); in verify_pidfd_send_signal() 65 new_pid = SAFE_FORK(); in verify_pidfd_send_signal()
|
/external/ltp/testcases/kernel/mem/thp/ |
D | thp01.c | 59 pid_t pid = SAFE_FORK(); in thp_test() 88 pid = SAFE_FORK(); in thp_test()
|
/external/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise10.c | 139 pid = SAFE_FORK(); in test_madvise() 143 pid = SAFE_FORK(); in test_madvise()
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace07.c | 90 pid = SAFE_FORK(); in do_test() 96 if (SAFE_FORK() == 0) in do_test()
|
/external/ltp/testcases/kernel/syscalls/request_key/ |
D | request_key03.c | 93 add_key_pid = SAFE_FORK(); in test_with_key_type() 114 request_key_pid = SAFE_FORK(); in test_with_key_type()
|
/external/ltp/testcases/kernel/syscalls/migrate_pages/ |
D | migrate_pages02.c | 170 child = SAFE_FORK(); in test_migrate_current_process() 208 child1 = SAFE_FORK(); in test_migrate_other_process() 237 child2 = SAFE_FORK(); in test_migrate_other_process()
|
/external/ltp/testcases/kernel/syscalls/times/ |
D | times03.c | 138 pid = SAFE_FORK(); in verify_times() 185 int pid = SAFE_FORK(); in do_test()
|
/external/ltp/testcases/kernel/syscalls/clone/ |
D | clone08.c | 103 child = SAFE_FORK(); in test_clone_parent() 188 child = SAFE_FORK(); in test_clone_thread()
|
/external/ltp/testcases/kernel/syscalls/execlp/ |
D | execlp01.c | 24 pid = SAFE_FORK(); in verify_execlp()
|
/external/ltp/testcases/kernel/syscalls/execvp/ |
D | execvp01.c | 24 pid = SAFE_FORK(); in verify_execvp()
|
/external/ltp/lib/ |
D | tst_sig_proc.c | 19 cpid = SAFE_FORK(); in create_sig_proc()
|
/external/ltp/testcases/kernel/syscalls/execl/ |
D | execl01.c | 26 pid = SAFE_FORK(); in verify_execl()
|
/external/ltp/testcases/kernel/syscalls/execv/ |
D | execv01.c | 28 pid = SAFE_FORK(); in verify_execv()
|