Lines Matching refs:VFORK
48 #ifdef VFORK
49 #define FORK vfork
148 * This is required in vfork(2)ing parent and optional in fork(2).
150 * vfork(2) might clobber watcher, this means that it's safer and
154 #ifndef VFORK
214 #ifdef VFORK
226 #ifndef VFORK
258 RAISE(raise3, SIGTSTP) /* ignored in vfork(2) */
259 RAISE(raise4, SIGTTIN) /* ignored in vfork(2) */
260 RAISE(raise5, SIGTTOU) /* ignored in vfork(2) */
298 else if (strcmp(fn, "vfork") == 0)
299 child2 = vfork();
307 if ((strcmp(fn, "fork") == 0) || (strcmp(fn, "vfork") == 0)) {
348 NESTED(nested_vfork, vfork, 0)