Lines Matching refs:posix_spawn
372 RZ(posix_spawn(&pid, prog, /*file_actions*/NULL, /*attrp*/NULL, argv,
382 * posix_spawn.
401 "pipe2(O_CLOEXEC) reader is closed in child on posix_spawn")
404 "accept4(SOCK_CLOEXEC) is closed in child on posix_spawn");
406 "open(\"/dev/drvctl\") is closed in child on posix_spawn");
408 "dup3(..., O_CLOEXEC) is closed in child on posix_spawn");
410 "fcntl(STDIN_FILENO, F_DUPFD_CLOEXEC) is closed in child on posix_spawn");
412 "kqueue1(O_CLOEXEC) is closed in child on posix_spawn");
414 "open(O_CLOEXEC) is closed in child on posix_spawn");
417 "fcntl(open(...), F_SETFD, O_CLOEXEC) is closed in child on posix_spawn");
420 "ioctl(open(...), FIOCLEX) is closed in child on posix_spawn");
423 "pipe2(O_CLOEXEC) reader is closed in child on posix_spawn")
426 "pipe2(O_CLOEXEC) writer is closed in child on posix_spawn")
428 "paccept(..., SOCK_CLOEXEC) is closed in child on posix_spawn")
430 "socket(SOCK_CLOEXEC) is closed in child on posix_spawn")
432 "socketpair(SOCK_CLOEXEC) side 0 is closed in child on posix_spawn")
434 "socketpair(SOCK_CLOEXEC) side 1 is closed in child on posix_spawn")