/external/llvm-project/clang/tools/scan-build-py/libear/ |
D | ear.c | 124 const posix_spawn_file_actions_t *file_actions, 131 const posix_spawn_file_actions_t *file_actions, 265 const posix_spawn_file_actions_t *file_actions, in posix_spawn() 275 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() 365 const posix_spawn_file_actions_t *file_actions, in call_posix_spawn() 370 const posix_spawn_file_actions_t *, in call_posix_spawn() 386 const posix_spawn_file_actions_t *file_actions, in call_posix_spawnp() 391 const posix_spawn_file_actions_t *, in call_posix_spawnp()
|
/external/clang/tools/scan-build-py/libear/ |
D | ear.c | 125 const posix_spawn_file_actions_t *file_actions, 132 const posix_spawn_file_actions_t *file_actions, 266 const posix_spawn_file_actions_t *file_actions, in posix_spawn() 276 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() 366 const posix_spawn_file_actions_t *file_actions, in call_posix_spawn() 371 const posix_spawn_file_actions_t *, in call_posix_spawn() 387 const posix_spawn_file_actions_t *file_actions, in call_posix_spawnp() 392 const posix_spawn_file_actions_t *, in call_posix_spawnp()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-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,
|
/external/blktrace/iowatcher/ |
D | tracers.c | 131 posix_spawn_file_actions_t facts; in run_program() 132 posix_spawn_file_actions_t *factp = NULL; in run_program()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 19 pub type posix_spawn_file_actions_t = *mut ::c_void; typedef 1426 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawn() argument 1434 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawnp() argument 1481 pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> ::c_int; in posix_spawn_file_actions_init() 1482 pub fn posix_spawn_file_actions_destroy(actions: *mut posix_spawn_file_actions_t) -> ::c_int; in posix_spawn_file_actions_destroy() 1484 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() argument 1491 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() argument 1495 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2() argument
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 129 posix_spawn_file_actions_t *FileActions) { 195 posix_spawn_file_actions_t FileActionsStore; 196 posix_spawn_file_actions_t *FileActions = nullptr;
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Program.inc | 129 posix_spawn_file_actions_t *FileActions) { 195 posix_spawn_file_actions_t FileActionsStore; 196 posix_spawn_file_actions_t *FileActions = nullptr;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Program.inc | 126 posix_spawn_file_actions_t *FileActions) { 203 posix_spawn_file_actions_t FileActionsStore; 204 posix_spawn_file_actions_t *FileActions = nullptr;
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Program.inc | 126 posix_spawn_file_actions_t *FileActions) { 201 posix_spawn_file_actions_t FileActionsStore; 202 posix_spawn_file_actions_t *FileActions = nullptr;
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 453 pub struct posix_spawn_file_actions_t { 3471 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawn() argument 3479 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawnp() argument 3526 pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> ::c_int; in posix_spawn_file_actions_init() 3527 pub fn posix_spawn_file_actions_destroy(actions: *mut posix_spawn_file_actions_t) -> ::c_int; in posix_spawn_file_actions_destroy() 3529 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() argument 3536 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() argument 3540 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2() argument
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 33 pub type posix_spawn_file_actions_t = *mut ::c_void; typedef 3741 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawn() argument 3749 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawnp() argument 3783 pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> ::c_int; in posix_spawn_file_actions_init() 3784 pub fn posix_spawn_file_actions_destroy(actions: *mut posix_spawn_file_actions_t) -> ::c_int; in posix_spawn_file_actions_destroy() 3786 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() argument 3793 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() argument 3797 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2() argument
|
/external/boringssl/src/ssl/test/ |
D | handshake_util.cc | 366 posix_spawn_file_actions_t actions; in RunHandshaker()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | handshake_util.cc | 366 posix_spawn_file_actions_t actions; in RunHandshaker()
|
/external/libcups/scheduler/ |
D | process.c | 483 posix_spawn_file_actions_t actions; /* Spawn file actions */ in cupsdStartProcess()
|
/external/llvm-project/lldb/source/Host/macosx/objcxx/ |
D | Host.mm | 979 posix_spawn_file_actions_t *file_actions = 980 static_cast<posix_spawn_file_actions_t *>(_file_actions); 1147 posix_spawn_file_actions_t file_actions;
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_mac.cpp | 281 posix_spawn_file_actions_t acts; in internal_spawn_impl()
|
/external/libcups/cups/ |
D | tls-darwin.c | 155 posix_spawn_file_actions_t actions; /* File actions */ in cupsMakeServerCredentials()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 5887 posix_spawn_file_actions_t *file_actionsp, in parse_file_actions() 6006 posix_spawn_file_actions_t file_actions_buf; in py_posix_spawn() 6007 posix_spawn_file_actions_t *file_actionsp = NULL; in py_posix_spawn()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.mm | 3312 posix_spawn_file_actions_t file_actions;
|