Searched defs:posix_spawn_file_actions_t (Results 1 – 4 of 4) sorted by relevance
/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
|
/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() 1434 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawnp() 1484 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() 1491 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() 1495 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2()
|
/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() 3749 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawnp() 3786 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() 3793 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() 3797 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2()
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3471 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawn() 3479 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawnp() 3529 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() 3536 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() 3540 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2()
|