Searched defs:posix_spawn_file_actions_t (Results 1 – 7 of 7) sorted by relevance
| /external/musl/include/ |
| D | spawn.h | 40 } posix_spawn_file_actions_t; typedef
|
| /external/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 56 pub type posix_spawn_file_actions_t = *mut ::c_void; typedef 1917 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawn() 1925 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawnp() 1933 file_actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_destroy() 1936 file_actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() 1943 file_actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() 1947 file_actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2()
|
| /external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
| D | mod.rs | 2800 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawn() 2808 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawnp() 2858 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() 2865 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() 2869 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2()
|
| /external/rust/crates/libc/src/unix/nto/ |
| D | mod.rs | 58 pub type posix_spawn_file_actions_t = *mut ::c_void; typedef 2970 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawn() 2978 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawnp() 3028 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() 3035 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() 3039 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2()
|
| /external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
| D | mod.rs | 28 pub type posix_spawn_file_actions_t = *mut ::c_void; typedef 4114 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawn() 4122 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawnp() 4172 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() 4179 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() 4183 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2()
|
| /external/rust/crates/libc/src/unix/bsd/apple/ |
| D | mod.rs | 42 pub type posix_spawn_file_actions_t = *mut ::c_void; typedef 5504 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawn() 5512 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawnp() 5563 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() 5570 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() 5574 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 | 4310 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawn() 4318 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawnp() 4368 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() 4375 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() 4379 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2()
|