Home
last modified time | relevance | path

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

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