Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/musl/src/process/
A Dposix_spawn.c15 int (*exec)(const char*, char* const*, char* const*); member
22 int (*exec)(const char*, char* const*, char* const*), in __posix_spawnx()
33 args.exec = exec; in __posix_spawnx()
/third_party/uapp/dash/src/
A Dbuiltins.def14 execcmd -s exec
A Dbuiltins.def.in64 execcmd -s exec
A DTOUR201 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.
/third_party/uapp/dash/src/funcs/
A Dlogin36 login () exec login "$@"
A Dnewgrp35 newgrp() exec newgrp "$@"
/third_party/ulib/musl/
A DWHATSNEW768 - close-on-exec flag for all library-internal file descriptors
884 - further emulation of atomic close-on-exec/nonblock options for old kernels
994 - missing close-on-exec flags for several internal fd uses
1036 - posix_spawn not correctly reporting errno from exec failure
1115 - several fd leaks due to missing close-on-exec flag
/third_party/ulib/jemalloc/
A Dconfigure.ac625 __attribute__((tls_model("initial-exec"), unused)) foo;
631 [__attribute__((tls_model("initial-exec")))])
A DChangeLog463 - Fix tls_model configuration to enable the initial-exec model when possible.
749 and exec.

Completed in 12 milliseconds