Home
last modified time | relevance | path

Searched refs:FORK (Results 1 – 25 of 242) sorted by relevance

12345678910

/external/clang/tools/scan-build-py/tests/functional/exec/
Dmain.c98 #define FORK(FUNC) \ macro
122 FORK(execv(compiler, argv);) in call_execv()
136 FORK(execve(compiler, argv, envp);) in call_execve()
149 FORK(execvp(compiler, argv);) in call_execvp()
162 FORK(execvP(compiler, _PATH_DEFPATH, argv);) in call_execvP()
176 FORK(execvpe(compiler, argv, envp);) in call_execvpe()
190 FORK(exect(compiler, argv, envp);) in call_exect()
202 FORK(execl(compiler, "cc", "-c", file, (char *)0);) in call_execl()
214 FORK(execlp(compiler, compiler, "-c", file, (char *)0);) in call_execlp()
227 FORK(execle(compiler, compiler, "-c", file, (char *)0, envp);) in call_execle()
/external/llvm-project/clang/tools/scan-build-py/tests/functional/exec/
Dmain.c97 #define FORK(FUNC) \ macro
121 FORK(execv(compiler, argv);) in call_execv()
135 FORK(execve(compiler, argv, envp);) in call_execve()
148 FORK(execvp(compiler, argv);) in call_execvp()
161 FORK(execvP(compiler, _PATH_DEFPATH, argv);) in call_execvP()
175 FORK(execvpe(compiler, argv, envp);) in call_execvpe()
189 FORK(exect(compiler, argv, envp);) in call_exect()
201 FORK(execl(compiler, "cc", "-c", file, (char *)0);) in call_execl()
213 FORK(execlp(compiler, compiler, "-c", file, (char *)0);) in call_execlp()
226 FORK(execle(compiler, compiler, "-c", file, (char *)0, envp);) in call_execle()
/external/oj-libjdwp/src/solaris/back/
Dexec_md.c35 #define FORK() fork() macro
38 #define FORK() fork1() macro
103 if ((pid = FORK()) == 0) { in dbgsysExec()
/external/igt-gpu-tools/tests/amdgpu/
Damd_cs_nop.c117 #define FORK 0x2 macro
126 const int ncpus = flags & FORK ? sysconf(_SC_NPROCESSORS_ONLN) : 1; in nop_cs()
204 { "fork", FORK },
205 { "sync-fork", SYNC | FORK },
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv06.c186 tst_sig(FORK, SIG_IGN, cleanup); in do_child_uclinux()
198 tst_sig(FORK, SIG_IGN, cleanup); in setup()
Dmsgrcv05.c165 tst_sig(FORK, sighandler, cleanup); in do_child_uclinux()
177 tst_sig(FORK, sighandler, cleanup); in setup()
/external/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop05.c235 tst_sig(FORK, sighandler, cleanup); in do_child_uclinux()
252 tst_sig(FORK, sighandler, cleanup); in setup()
/external/ltp/testcases/kernel/io/ltp-aiodio/
Ddio_sparse.c166 tst_sig(FORK, DEF_HANDLER, cleanup); in main()
201 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsMTInstrFormats.td83 let Inst{5-0} = 0b001000; // FORK
96 let Inst{5-0} = 0b001001; // FORK
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMTInstrFormats.td83 let Inst{5-0} = 0b001000; // FORK
96 let Inst{5-0} = 0b001001; // FORK
/external/ltp/testcases/kernel/syscalls/close/
Dclose02.c107 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
/external/skia/resources/text/
Demoji.txt14 �� POT OF FOOD | �� COOKING | �� FORK AND KNIFE | �� TEACUP WITHOUT HANDLE
16 �� BEER MUG | �� CLINKING BEER MUGS | �� BABY BOTTLE | �� FORK AND KNIFE WITH PLATE
/external/ltp/testcases/kernel/syscalls/uname/
Duname02.c106 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
Duname03.c120 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
/external/ltp/testcases/kernel/syscalls/sysinfo/
Dsysinfo02.c136 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
/external/ltp/testcases/kernel/syscalls/setpgrp/
Dsetpgrp01.c87 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
/external/ltp/testcases/kernel/syscalls/dup/
Ddup02.c168 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
/external/ltp/testcases/kernel/syscalls/fork/
Dfork02.c93 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
Dfork11.c91 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
/external/ltp/testcases/kernel/syscalls/swapon/
Dswapon01.c79 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
/external/ltp/testcases/kernel/syscalls/getppid/
Dgetppid02.c99 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
/external/ltp/testcases/kernel/syscalls/setreuid/
Dsetreuid06.c80 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
/external/ltp/testcases/kernel/syscalls/fchown/
Dfchown01.c86 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
/external/ltp/testcases/kernel/syscalls/getpid/
Dgetpid02.c129 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()
/external/ltp/testcases/kernel/syscalls/clone/
Dclone01.c79 tst_sig(FORK, DEF_HANDLER, cleanup); in setup()

12345678910