Home
last modified time | relevance | path

Searched defs:mode_t (Results 1 – 25 of 26) sorted by relevance

12

/rust-libc-0.2.174/src/unix/linux_like/android/b32/
H A Dmod.rs6 pub type mode_t = u16; typedef
/rust-libc-0.2.174/src/unix/linux_like/android/b64/
H A Dmod.rs6 pub type mode_t = u32; typedef
/rust-libc-0.2.174/src/unix/
H A Dmod.rs968 pub fn fchmodat(dirfd: c_int, pathname: *const c_char, mode: mode_t, flags: c_int) -> c_int; in fchmodat()
1136 pub fn umask(mask: mode_t) -> mode_t; in umask()
1469 pub fn mknod(pathname: *const c_char, mode: mode_t, dev: crate::dev_t) -> c_int; in mknod()
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/
H A Dmod.rs6 pub type mode_t = u32; typedef
710 pub fn mknodat(dirfd: c_int, pathname: *const c_char, mode: mode_t, dev: dev_t) -> c_int; in mknodat()
832 mode: mode_t, in posix_spawn_file_actions_addopen()
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs18 pub type mode_t = u32; typedef
1679 pub fn mknodat(dirfd: c_int, pathname: *const c_char, mode: mode_t, dev: dev_t) -> c_int; in mknodat()
1976 mode: mode_t, in posix_spawn_file_actions_addopen()
/rust-libc-0.2.174/src/unix/nuttx/
H A Dmod.rs13 pub type mode_t = u32; typedef
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs4 pub type mode_t = u16; typedef
1599 pub fn mknodat(dirfd: c_int, pathname: *const c_char, mode: mode_t, dev: dev_t) -> c_int; in mknodat()
1863 mode: mode_t, in posix_spawn_file_actions_addopen()
/rust-libc-0.2.174/src/
H A Dhermit.rs17 pub type mode_t = u32; typedef
/rust-libc-0.2.174/src/unix/newlib/
H A Dmod.rs29 pub type mode_t = c_uint; typedef
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs39 pub type mode_t = u32; typedef
3610 pub fn fchmodat(dirfd: c_int, pathname: *const c_char, mode: mode_t, flags: c_int) -> c_int; in fchmodat()
3705 pub fn umask(mask: mode_t) -> mode_t; in umask()
3845 pub fn mknod(pathname: *const c_char, mode: mode_t, dev: crate::dev_t) -> c_int; in mknod()
3965 pub fn mknodat(dirfd: c_int, pathname: *const c_char, mode: mode_t, dev: dev_t) -> c_int; in mknodat()
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs18 pub type mode_t = u32; typedef
2029 pub fn mknodat(dirfd: c_int, pathname: *const c_char, mode: mode_t, dev: dev_t) -> c_int; in mknodat()
2410 mode: mode_t, in posix_spawn_file_actions_addopen()
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs51 pub type mode_t = c_int; typedef
1239 pub fn umask(mask: mode_t) -> mode_t; in umask()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1511 mode: crate::mode_t, in devname_r()
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs16 pub type mode_t = u32; typedef
2806 pub fn mknodat(__fd: c_int, pathname: *const c_char, mode: mode_t, dev: crate::dev_t) -> c_int; in mknodat()
3179 mode: mode_t, in posix_spawn_file_actions_addopen()
H A Dneutrino.rs520 __mode: crate::mode_t, in ChannelCreateExt()
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs18 pub type mode_t = c_uint; typedef
2581 pub fn mknodat(dirfd: c_int, pathname: *const c_char, mode: mode_t, dev: dev_t) -> c_int; in mknodat()
2659 mode: mode_t, in posix_spawn_file_actions_addopen()
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs24 pub type mode_t = u32; typedef
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4843 mode: crate::mode_t, in devname_r()
5166 mode: crate::mode_t, in shm_create_largepage()
5361 mode: crate::mode_t, in pidfile_open()
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs15 pub type mode_t = c_uint; typedef
3037 pub fn mknodat(dirfd: c_int, pathname: *const c_char, mode: mode_t, dev: dev_t) -> c_int; in mknodat()
3130 mode: mode_t, in posix_spawn_file_actions_addopen()
/rust-libc-0.2.174/src/solid/
H A Dmod.rs77 pub type mode_t = __mode_t; typedef
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs13 pub type mode_t = c_int; typedef
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs14 pub type mode_t = u16; typedef
5839 mode: mode_t, in posix_spawn_file_actions_addopen()
6159 pub fn mknodat(dirfd: c_int, pathname: *const c_char, mode: mode_t, dev: dev_t) -> c_int; in mknodat()
/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dmod.rs8 pub type mode_t = u32; typedef
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs107 pub type mode_t = __mode_t; typedef
3559 pub fn mknodat(dirfd: c_int, pathname: *const c_char, mode: mode_t, dev: dev_t) -> c_int; in mknodat()
4232 mode: mode_t, in posix_spawn_file_actions_addopen()
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs1968 pub fn mknodat(dirfd: c_int, pathname: *const c_char, mode: mode_t, dev: dev_t) -> c_int; in mknodat()

12