Home
last modified time | relevance | path

Searched refs:posix_spawn_file_actions_t (Results 1 – 22 of 22) sorted by relevance

/rust-libc-0.2.174/src/unix/bsd/netbsdlike/
H A Dmod.rs773 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawn() argument
781 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawnp() argument
825 pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_init()
826 pub fn posix_spawn_file_actions_destroy(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_destroy()
828 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() argument
835 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() argument
839 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2() argument
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs92 pub type posix_spawn_file_actions_t = *mut c_void; typedef
2354 file_actions: *const posix_spawn_file_actions_t, in posix_spawn() argument
2362 file_actions: *const posix_spawn_file_actions_t, in posix_spawnp() argument
2403 pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_init()
2406 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() argument
2413 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() argument
2417 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2() argument
2422 actions: *mut crate::posix_spawn_file_actions_t, in posix_spawn_file_actions_addchdir() argument
2426 actions: *mut crate::posix_spawn_file_actions_t, in posix_spawn_file_actions_addfchdir() argument
2430 actions: *mut crate::posix_spawn_file_actions_t, in posix_spawn_file_actions_addchdir_np() argument
[all …]
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs46 pub type posix_spawn_file_actions_t = *mut c_void; typedef
1804 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawn() argument
1812 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawnp() argument
1856 pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_init()
1857 pub fn posix_spawn_file_actions_destroy(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_destroy()
1859 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() argument
1866 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() argument
1870 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2() argument
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs57 pub type posix_spawn_file_actions_t = *mut c_void; typedef
1954 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawn() argument
1962 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawnp() argument
1968 pub fn posix_spawn_file_actions_init(file_actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_init()
1969 pub fn posix_spawn_file_actions_destroy(file_actions: *mut posix_spawn_file_actions_t) in posix_spawn_file_actions_destroy()
1972 file_actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() argument
1979 file_actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() argument
1983 file_actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2() argument
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs58 pub type posix_spawn_file_actions_t = *mut c_void; typedef
2637 file_actions: *const posix_spawn_file_actions_t, in posix_spawn() argument
2645 file_actions: *const posix_spawn_file_actions_t, in posix_spawnp() argument
2652 pub fn posix_spawn_file_actions_destroy(file_actions: *mut posix_spawn_file_actions_t) in posix_spawn_file_actions_destroy()
2655 file_actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() argument
2662 file_actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() argument
2666 file_actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2() argument
2671 file_actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclosefrom_np() argument
2675 file_actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addchdir() argument
2679 file_actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addchdir_np() argument
[all …]
H A Dillumos.rs319 file_actions: *mut crate::posix_spawn_file_actions_t, in posix_spawn_file_actions_addfchdir_np() argument
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/
H A Dmod.rs1293 actions: *mut crate::posix_spawn_file_actions_t, in posix_spawn_file_actions_addchdir_np() argument
1298 actions: *mut crate::posix_spawn_file_actions_t, in posix_spawn_file_actions_addfchdir_np() argument
1303 actions: *mut crate::posix_spawn_file_actions_t, in posix_spawn_file_actions_addclosefrom_np() argument
1308 actions: *mut crate::posix_spawn_file_actions_t, in posix_spawn_file_actions_addtcsetpgrp_np() argument
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs1007 pub struct posix_spawn_file_actions_t {
4173 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawn() argument
4181 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawnp() argument
4225 pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_init()
4228 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() argument
4235 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() argument
4239 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2() argument
4246 actions: *mut crate::posix_spawn_file_actions_t, in posix_spawn_file_actions_addchdir_np() argument
4251 actions: *mut crate::posix_spawn_file_actions_t, in posix_spawn_file_actions_addfchdir_np() argument
4256 actions: *mut crate::posix_spawn_file_actions_t, in posix_spawn_file_actions_addclosefrom_np() argument
[all …]
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs60 pub type posix_spawn_file_actions_t = *mut c_void; typedef
3120 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawn() argument
3128 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawnp() argument
3172 pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_init()
3173 pub fn posix_spawn_file_actions_destroy(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_destroy()
3175 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() argument
3182 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() argument
3186 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2() argument
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs58 pub type posix_spawn_file_actions_t = *mut c_char; typedef
3111 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawn() argument
3117 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() argument
3121 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2() argument
3126 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() argument
3132 pub fn posix_spawn_file_actions_destroy(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_destroy()
3133 pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_init()
3175 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawnp() argument
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/
H A Dmod.rs916 actions: *mut crate::posix_spawn_file_actions_t, in posix_spawn_file_actions_addchdir_np() argument
921 actions: *mut crate::posix_spawn_file_actions_t, in posix_spawn_file_actions_addfchdir_np() argument
/rust-libc-0.2.174/libc-test/semver/
H A Dcygwin.txt746 posix_spawn_file_actions_t
H A Dnetbsd.txt1471 posix_spawn_file_actions_t
H A Ddragonfly.txt1485 posix_spawn_file_actions_t
H A Dfreebsd.txt2144 posix_spawn_file_actions_t
H A Dapple.txt2143 posix_spawn_file_actions_t
H A Dlinux.txt4100 posix_spawn_file_actions_t
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs47 pub type posix_spawn_file_actions_t = *mut c_void; typedef
5759 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawn() argument
5767 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawnp() argument
5832 pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_init()
5833 pub fn posix_spawn_file_actions_destroy(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_destroy()
5835 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() argument
5842 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() argument
5846 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2() argument
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs648 pub struct posix_spawn_file_actions_t {
6754 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawn() argument
6762 file_actions: *const crate::posix_spawn_file_actions_t, in posix_spawnp() argument
6806 pub fn posix_spawn_file_actions_init(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_init()
6807 pub fn posix_spawn_file_actions_destroy(actions: *mut posix_spawn_file_actions_t) -> c_int; in posix_spawn_file_actions_destroy()
6809 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addopen() argument
6816 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_addclose() argument
6820 actions: *mut posix_spawn_file_actions_t, in posix_spawn_file_actions_adddup2() argument
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs48 pub type posix_spawn_file_actions_t = *mut c_void; typedef
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs706 pub struct posix_spawn_file_actions_t {
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs63 pub type posix_spawn_file_actions_t = *mut c_void; typedef