Searched refs:exec (Results 1 – 9 of 9) sorted by relevance
15 int (*exec)(const char*, char* const*, char* const*); member22 int (*exec)(const char*, char* const*, char* const*), in __posix_spawnx()33 args.exec = exec; in __posix_spawnx()
14 execcmd -s exec
64 execcmd -s exec
201 exec.c Code to to path searches and the actual exec sys call.235 The routine shellexec is the interface to the exec system call.
36 login () exec login "$@"
35 newgrp() exec newgrp "$@"
768 - close-on-exec flag for all library-internal file descriptors884 - further emulation of atomic close-on-exec/nonblock options for old kernels994 - missing close-on-exec flags for several internal fd uses1036 - posix_spawn not correctly reporting errno from exec failure1115 - several fd leaks due to missing close-on-exec flag
625 __attribute__((tls_model("initial-exec"), unused)) foo;631 [__attribute__((tls_model("initial-exec")))])
463 - Fix tls_model configuration to enable the initial-exec model when possible.749 and exec.
Completed in 12 milliseconds