Searched defs:posix_spawn_file_actions_t (Results 1 – 10 of 10) sorted by relevance
| /third_party/musl/include/ |
| D | spawn.h | 40 } posix_spawn_file_actions_t; typedef
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | spawn.h | 40 } posix_spawn_file_actions_t; typedef
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| D | spawn.h | 40 } posix_spawn_file_actions_t; typedef
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
| D | spawn.h | 40 } posix_spawn_file_actions_t; typedef
|
| /third_party/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()
|
| /third_party/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()
|
| /third_party/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()
|
| /third_party/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()
|
| /third_party/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()
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 4334 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawn() 4342 file_actions: *const ::posix_spawn_file_actions_t, in posix_spawnp() 4392 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() 4399 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() 4403 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2()
|