Home
last modified time | relevance | path

Searched refs:posix_spawn_file_actions_t (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/clang/tools/scan-build-py/lib/libear/
H A Dear.c121 const posix_spawn_file_actions_t *file_actions,
128 const posix_spawn_file_actions_t *file_actions,
260 const posix_spawn_file_actions_t *file_actions, in posix_spawn()
270 const posix_spawn_file_actions_t *file_actions, in posix_spawnp()
360 const posix_spawn_file_actions_t *file_actions, in call_posix_spawn()
365 const posix_spawn_file_actions_t *, in call_posix_spawn()
381 const posix_spawn_file_actions_t *file_actions, in call_posix_spawnp()
386 const posix_spawn_file_actions_t *, in call_posix_spawnp()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dposix-return.cpp10 typedef struct __posix_spawn_file_actions* posix_spawn_file_actions_t; typedef
29 const posix_spawn_file_actions_t *file_actions,
33 const posix_spawn_file_actions_t *file_actions,
/llvm-project/libc/test/src/spawn/
H A Dposix_spawn_file_actions_test.cpp22 posix_spawn_file_actions_t actions; in TEST()
68 posix_spawn_file_actions_t actions; in TEST()
/llvm-project/libc/src/spawn/linux/
H A Dposix_spawn.cpp79 const posix_spawn_file_actions_t *file_actions, in child_process()
130 const posix_spawn_file_actions_t *file_actions,
/llvm-project/libc/include/llvm-libc-types/
H A Dposix_spawn_file_actions_t.h15 } posix_spawn_file_actions_t; typedef
H A DCMakeLists.txt50 add_header(posix_spawn_file_actions_t HDR posix_spawn_file_actions_t.h)
/llvm-project/libc/src/spawn/
H A Dposix_spawn_file_actions_init.h17 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *actions);
H A Dposix_spawn_file_actions_destroy.h17 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *actions);
H A Dposix_spawn_file_actions_adddup2.h17 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *actions,
H A Dposix_spawn_file_actions_addclose.h18 posix_spawn_file_actions_t *__restrict actions, int fd);
H A Dposix_spawn_file_actions_init.cpp19 (posix_spawn_file_actions_t * actions)) {
H A Dposix_spawn_file_actions_addopen.h18 posix_spawn_file_actions_t *__restrict actions, int fd,
H A Dposix_spawn.h18 const posix_spawn_file_actions_t *file_actions,
H A Dposix_spawn_file_actions_addclose.cpp22 (posix_spawn_file_actions_t *__restrict actions, int fd)) {
H A Dposix_spawn_file_actions_adddup2.cpp22 (posix_spawn_file_actions_t * actions, int fd, int newfd)) {
H A Dposix_spawn_file_actions_addopen.cpp22 (posix_spawn_file_actions_t *__restrict actions, int fd,
H A Dposix_spawn_file_actions_destroy.cpp23 (posix_spawn_file_actions_t * actions)) {
H A Dfile_actions.h28 static void add_action(posix_spawn_file_actions_t *actions, in add_action()
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dposix_spawn.c20 posix_spawn_file_actions_t file_actions = {0}; in main()
/llvm-project/libc/test/integration/src/spawn/
H A Dposix_spawn_test.cpp32 posix_spawn_file_actions_t file_actions; in spawn_and_wait_for_normal_exit()
/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc121 posix_spawn_file_actions_t *FileActions) {
198 posix_spawn_file_actions_t FileActionsStore;
199 posix_spawn_file_actions_t *FileActions = nullptr;
/llvm-project/libc/config/linux/
H A Dapi.td
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm1040 posix_spawn_file_actions_t *file_actions =
1041 static_cast<posix_spawn_file_actions_t *>(_file_actions);
1258 posix_spawn_file_actions_t file_actions;
/llvm-project/libc/include/
H A DCMakeLists.txt404 .llvm-libc-types.posix_spawn_file_actions_t
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp298 posix_spawn_file_actions_t acts; in internal_spawn_impl()

12