Home
last modified time | relevance | path

Searched refs:POSIX_SPAWN_SETEXEC (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dspawn.h59 #define POSIX_SPAWN_SETEXEC 0x0040 macro
/xnu-8019.80.24/tests/
H A Dvm_spawn_tool.c38 short sp_flags = POSIX_SPAWN_SETEXEC; in main()
H A Dprioritize_process_launch_helper.c197 ret = posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETEXEC); in main()
234 ret = posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETEXEC); in main()
/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dposix_spawn_filtering.c342 attr.psa_flags |= POSIX_SPAWN_SETEXEC; in _execve_with_filter()
/xnu-8019.80.24/tools/tests/zero-to-n/
H A Dzero-to-n.c1438 ret = posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETEXEC); in selfexec_with_apptype()
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c3368 if (imgp->ip_px_sa == NULL || !(px_sa.psa_flags & POSIX_SPAWN_SETEXEC)) { in posix_spawn()