Home
last modified time | relevance | path

Searched refs:POSIX_SPAWN_POSIX_CRED_LOGIN (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.81.2/bsd/sys/
H A Dspawn_internal.h174 #define POSIX_SPAWN_POSIX_CRED_LOGIN 0x00080000 macro
/xnu-8792.81.2/libsyscall/wrappers/spawn/
H A Dposix_spawn.c2657 pspci->pspci_flags |= POSIX_SPAWN_POSIX_CRED_LOGIN; in posix_spawnattr_set_login_np()
/xnu-8792.81.2/bsd/kern/
H A Dkern_exec.c4189 (px_pcred_info->pspci_flags & POSIX_SPAWN_POSIX_CRED_LOGIN)) { in posix_spawn()