Searched refs:vfork (Results 1 – 25 of 104) sorted by relevance
12345
10 pid_t pid = vfork(); // expected-warning{{Call to function 'vfork' is insecure}} in f1()40 pid_t pid = vfork(); // expected-warning{{Call to function 'vfork' is insecure}} in f2()68 if (vfork() == 0) // expected-warning{{Call to function 'vfork' is insecure}} in f3()79 vfork(); // expected-warning{{Call to function 'vfork' is insecure}} in f4()86 switch (vfork()) { // expected-warning{{Call to function 'vfork' is insecure}} in f4()97 if ((pid = vfork()) == 0) // expected-warning{{Call to function 'vfork' is insecure}} in f4()109 if (vfork() == 0) { // expected-warning{{Call to function 'vfork' is insecure}} in f5()
174 // vfork()178 pid_t vfork(void); function181 …vfork(); //expected-warning{{Call to function 'vfork' is insecure as it can lead to denial of serv…
38 ./freezer/vfork_freeze.sh:10: echo "ERROR: Failed to build vfork test binary." 1>&241 ./freezer/vfork.c:37:perror("ERROR at " __FILE__ ":" str_expand(__LINE__) ": " s )44 Binary file ./freezer/vfork matches47 ./freezer/vfork.c:58: exit(EXIT_FAILURE);48 ./freezer/vfork.c:180: exit(EXIT_FAILURE);49 ./freezer/vfork.c:186: exit(EXIT_FAILURE);50 ./freezer/vfork.c:268: exit(EXIT_FAILURE);51 ./freezer/vfork.c:287: exit(EXIT_FAILURE);52 ./freezer/vfork.c:300: exit(EXIT_FAILURE);53 ./freezer/vfork.c:306: exit(EXIT_FAILURE);[all …]
25 vfork -- The vfork system call introduces an obscure special case for27 unanticipated corner cases involving vfork.
57 This bash script tests freezer code by starting a process with vfork(2).58 vfork causes the freezer to wait until the vfork call "returns" to the59 parent. We need the vfork test binary -- ensure it's been built.
3 /vfork
65 vfork -s$sample_sleep 1 -f "$TMPLOG" &
3 extern int vfork(void);5 vfork(); in test()
11 pid_t vfork(void);
235 else pid = vfork(); in final_run()359 pid = vfork(); in halt_poweroff_reboot_handler()387 pid = vfork(); in restart_init_handler()
65 To run a program, simply use vfork() followed by an exec-style function.67 works under both MMU and NOMMU systems. But be aware of vfork() semantics --70 pid_t child = vfork();71 if (vfork == 0)
11 AC_CHECK_FUNCS([fork daemon vfork])
27 int pid = vfork(); in main()
73 pid_t pid = vfork(); in main()
45 setdomainname sethostname symlinkat ulimit ustat vfork vhangup vmsplice
109 TEST(vfork()); in main()
125 TEST(vfork()); in main()
61 if (!vfork()) reboot(action);
98 pid_t vfork(void);
70 pid = vfork(); in make_a_baby()
58 pid_t pid = vfork(); in tst_run_cmd_fds_()
65 [1071] = { 0, TP, SEN(vfork), "vfork" },
184 int vfork(void);