Home
last modified time | relevance | path

Searched defs:posix_spawn_file_actions_t (Results 1 – 7 of 7) sorted by relevance

/external/musl/include/
Dspawn.h40 } posix_spawn_file_actions_t; typedef
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs56 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/
Dmod.rs2800 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/
Dmod.rs58 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/
Dmod.rs28 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/
Dmod.rs42 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/
Dmod.rs4310 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()