/llvm-project/clang/tools/scan-build-py/lib/libear/ |
H A D | ear.c | 121 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 D | posix-return.cpp | 10 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 D | posix_spawn_file_actions_test.cpp | 22 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 D | posix_spawn.cpp | 79 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 D | posix_spawn_file_actions_t.h | 15 } posix_spawn_file_actions_t; typedef
|
H A D | CMakeLists.txt | 50 add_header(posix_spawn_file_actions_t HDR posix_spawn_file_actions_t.h)
|
/llvm-project/libc/src/spawn/ |
H A D | posix_spawn_file_actions_init.h | 17 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *actions);
|
H A D | posix_spawn_file_actions_destroy.h | 17 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *actions);
|
H A D | posix_spawn_file_actions_adddup2.h | 17 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *actions,
|
H A D | posix_spawn_file_actions_addclose.h | 18 posix_spawn_file_actions_t *__restrict actions, int fd);
|
H A D | posix_spawn_file_actions_init.cpp | 19 (posix_spawn_file_actions_t * actions)) {
|
H A D | posix_spawn_file_actions_addopen.h | 18 posix_spawn_file_actions_t *__restrict actions, int fd,
|
H A D | posix_spawn.h | 18 const posix_spawn_file_actions_t *file_actions,
|
H A D | posix_spawn_file_actions_addclose.cpp | 22 (posix_spawn_file_actions_t *__restrict actions, int fd)) {
|
H A D | posix_spawn_file_actions_adddup2.cpp | 22 (posix_spawn_file_actions_t * actions, int fd, int newfd)) {
|
H A D | posix_spawn_file_actions_addopen.cpp | 22 (posix_spawn_file_actions_t *__restrict actions, int fd,
|
H A D | posix_spawn_file_actions_destroy.cpp | 23 (posix_spawn_file_actions_t * actions)) {
|
H A D | file_actions.h | 28 static void add_action(posix_spawn_file_actions_t *actions, in add_action()
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
H A D | posix_spawn.c | 20 posix_spawn_file_actions_t file_actions = {0}; in main()
|
/llvm-project/libc/test/integration/src/spawn/ |
H A D | posix_spawn_test.cpp | 32 posix_spawn_file_actions_t file_actions; in spawn_and_wait_for_normal_exit()
|
/llvm-project/llvm/lib/Support/Unix/ |
H A D | Program.inc | 121 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 D | api.td |
|
/llvm-project/lldb/source/Host/macosx/objcxx/ |
H A D | Host.mm | 1040 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 D | CMakeLists.txt | 404 .llvm-libc-types.posix_spawn_file_actions_t
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mac.cpp | 298 posix_spawn_file_actions_t acts; in internal_spawn_impl()
|