| /rust-libc-0.2.174/src/ |
| H A D | hermit.rs | 17 pub type mode_t = u32; typedef 99 pub st_mode: mode_t, 204 pub const S_IRWXU: mode_t = 0o0700; 205 pub const S_IRUSR: mode_t = 0o0400; 206 pub const S_IWUSR: mode_t = 0o0200; 207 pub const S_IXUSR: mode_t = 0o0100; 208 pub const S_IRWXG: mode_t = 0o0070; 209 pub const S_IRGRP: mode_t = 0o0040; 210 pub const S_IWGRP: mode_t = 0o0020; 211 pub const S_IXGRP: mode_t = 0o0010; [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/ |
| H A D | mod.rs | 6 pub type mode_t = u32; typedef 81 pub mode: mode_t, 187 pub const S_IEXEC: mode_t = 0o0100; 189 pub const S_IREAD: mode_t = 0o0400; 190 pub const S_IRWXU: mode_t = 0o0700; 191 pub const S_IXUSR: mode_t = 0o0100; 192 pub const S_IWUSR: mode_t = 0o0200; 193 pub const S_IRUSR: mode_t = 0o0400; 194 pub const S_IRWXG: mode_t = 0o0070; 195 pub const S_IXGRP: mode_t = 0o0010; [all …]
|
| /rust-libc-0.2.174/src/unix/newlib/ |
| H A D | mod.rs | 29 pub type mode_t = c_uint; typedef 571 pub const S_BLKSIZE: mode_t = 1024; 572 pub const S_IREAD: mode_t = 0o0400; 574 pub const S_IEXEC: mode_t = 0o0100; 575 pub const S_ENFMT: mode_t = 0o2000; 584 pub const S_IRUSR: mode_t = 0o0400; 585 pub const S_IWUSR: mode_t = 0o0200; 586 pub const S_IXUSR: mode_t = 0o0100; 587 pub const S_IRGRP: mode_t = 0o0040; 588 pub const S_IWGRP: mode_t = 0o0020; [all …]
|
| H A D | generic.rs | 17 pub st_mode: crate::mode_t,
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | mod.rs | 24 pub type mode_t = u32; typedef 156 pub st_mode: mode_t, 246 pub const S_IRWXO: mode_t = 0o0007; 247 pub const S_IXOTH: mode_t = 0o0001; 248 pub const S_IWOTH: mode_t = 0o0002; 249 pub const S_IROTH: mode_t = 0o0004; 250 pub const S_IRWXG: mode_t = 0o0070; 251 pub const S_IXGRP: mode_t = 0o0010; 252 pub const S_IWGRP: mode_t = 0o0020; 253 pub const S_IRGRP: mode_t = 0o0040; [all …]
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | aarch64.rs | 13 pub st_mode: crate::mode_t, 35 pub st_mode: crate::mode_t, 60 pub mode: crate::mode_t,
|
| H A D | x86_64.rs | 14 pub st_mode: crate::mode_t, 35 pub st_mode: crate::mode_t, 62 pub mode: crate::mode_t,
|
| H A D | riscv64.rs | 17 pub st_mode: crate::mode_t, 41 pub mode: crate::mode_t,
|
| H A D | mod.rs | 39 pub type mode_t = u32; typedef 1336 pub const S_ISUID: mode_t = 0o4000; 1337 pub const S_ISGID: mode_t = 0o2000; 1338 pub const S_ISVTX: mode_t = 0o1000; 1477 pub const S_IRWXU: mode_t = 0o0700; 1478 pub const S_IXUSR: mode_t = 0o0100; 1479 pub const S_IWUSR: mode_t = 0o0200; 1480 pub const S_IRUSR: mode_t = 0o0400; 1481 pub const S_IRWXG: mode_t = 0o0070; 1482 pub const S_IXGRP: mode_t = 0o0010; [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 4 pub type mode_t = u16; typedef 381 pub mode: mode_t, 561 pub const S_IEXEC: mode_t = 0o0100; 563 pub const S_IREAD: mode_t = 0o0400; 564 pub const S_IRWXU: mode_t = 0o0700; 565 pub const S_IXUSR: mode_t = 0o0100; 566 pub const S_IWUSR: mode_t = 0o0200; 567 pub const S_IRUSR: mode_t = 0o0400; 568 pub const S_IRWXG: mode_t = 0o0070; 569 pub const S_IXGRP: mode_t = 0o0010; [all …]
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 107 pub type mode_t = __mode_t; typedef 2120 pub const CMASK: mode_t = 18; 2143 pub const S_ISUID: mode_t = 0o4000; 2144 pub const S_ISGID: mode_t = 0o2000; 2145 pub const S_ISVTX: mode_t = 0o1000; 2146 pub const S_IRUSR: mode_t = 0o0400; 2147 pub const S_IWUSR: mode_t = 0o0200; 2148 pub const S_IXUSR: mode_t = 0o0100; 2149 pub const S_IRWXU: mode_t = 0o0700; 2162 pub const ALLPERMS: mode_t = 4095; [all …]
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | mod.rs | 18 pub type mode_t = u32; typedef 241 pub st_mode: mode_t, 423 pub mode: mode_t, 728 pub const S_IRWXU: mode_t = 0o0700; 729 pub const S_IRUSR: mode_t = 0o0400; 730 pub const S_IWUSR: mode_t = 0o0200; 731 pub const S_IXUSR: mode_t = 0o0100; 732 pub const S_IRWXG: mode_t = 0o0070; 733 pub const S_IRGRP: mode_t = 0o0040; 734 pub const S_IWGRP: mode_t = 0o0020; [all …]
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 18 pub type mode_t = u32; typedef 388 pub st_mode: mode_t, 986 pub const S_IEXEC: mode_t = 64; 999 pub const S_IXUSR: mode_t = 64; 1000 pub const S_IRWXG: mode_t = 56; 1003 pub const S_IXGRP: mode_t = 8; 1004 pub const S_IRWXO: mode_t = 7; 1005 pub const S_IROTH: mode_t = 4; 1006 pub const S_IWOTH: mode_t = 2; 1007 pub const S_IXOTH: mode_t = 1; [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/ |
| H A D | mod.rs | 531 pub const S_IRWXU: mode_t = 0o0700; 532 pub const S_IXUSR: mode_t = 0o0100; 533 pub const S_IWUSR: mode_t = 0o0200; 534 pub const S_IRUSR: mode_t = 0o0400; 535 pub const S_IRWXG: mode_t = 0o0070; 536 pub const S_IXGRP: mode_t = 0o0010; 537 pub const S_IWGRP: mode_t = 0o0020; 538 pub const S_IRGRP: mode_t = 0o0040; 539 pub const S_IRWXO: mode_t = 0o0007; 540 pub const S_IXOTH: mode_t = 0o0001; [all …]
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 16 pub type mode_t = u32; typedef 101 pub st_mode: mode_t, 566 pub mode: mode_t, 2007 pub const S_IXOTH: mode_t = 0o0001; 2008 pub const S_IWOTH: mode_t = 0o0002; 2009 pub const S_IROTH: mode_t = 0o0004; 2010 pub const S_IRWXO: mode_t = 0o0007; 2011 pub const S_IXGRP: mode_t = 0o0010; 2012 pub const S_IWGRP: mode_t = 0o0020; 2013 pub const S_IRGRP: mode_t = 0o0040; [all …]
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 18 pub type mode_t = c_uint; typedef 99 pub mode: mode_t, 331 pub st_mode: mode_t, 1145 pub const S_IEXEC: mode_t = 0o0100; 1147 pub const S_IREAD: mode_t = 0o0400; 1148 pub const S_IRWXU: mode_t = 0o0700; 1149 pub const S_IXUSR: mode_t = 0o0100; 1150 pub const S_IWUSR: mode_t = 0o0200; 1151 pub const S_IRUSR: mode_t = 0o0400; 1152 pub const S_IRWXG: mode_t = 0o0070; [all …]
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 15 pub type mode_t = c_uint; typedef 459 pub st_mode: mode_t, 493 pub mode: mode_t, 1535 pub const S_IRWXU: mode_t = 0o0700; 1536 pub const S_IRUSR: mode_t = 0o0400; 1537 pub const S_IWUSR: mode_t = 0o0200; 1538 pub const S_IXUSR: mode_t = 0o0100; 1539 pub const S_IRWXG: mode_t = 0o0070; 1540 pub const S_IRGRP: mode_t = 0o0040; 1541 pub const S_IWGRP: mode_t = 0o0020; [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/mips/mips64/ |
| H A D | mod.rs | 20 pub st_mode: crate::mode_t, 44 pub st_mode: crate::mode_t,
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 254 pub const S_ISUID: mode_t = 0o4000; 255 pub const S_ISGID: mode_t = 0o2000; 256 pub const S_ISVTX: mode_t = 0o1000; 859 pub fn chmod(path: *const c_char, mode: mode_t) -> c_int; in chmod() 864 pub fn fchmod(fd: c_int, mode: mode_t) -> c_int; in fchmod() 882 pub fn mkdir(path: *const c_char, mode: mode_t) -> c_int; in mkdir() 919 pub fn creat(path: *const c_char, mode: mode_t) -> c_int; in creat() 1136 pub fn umask(mask: mode_t) -> mode_t; in umask() argument 1469 pub fn mknod(pathname: *const c_char, mode: mode_t, dev: crate::dev_t) -> c_int; in mknod() argument 1563 pub fn mkfifo(path: *const c_char, mode: mode_t) -> c_int; in mkfifo() [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
| H A D | b64.rs | 9 pub st_mode: crate::mode_t,
|
| H A D | b32.rs | 9 pub st_mode: crate::mode_t,
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 51 pub type mode_t = c_int; typedef 223 pub st_mode: mode_t, 1219 pub fn creat(path: *const c_char, mode: mode_t) -> c_int; in creat() 1239 pub fn umask(mask: mode_t) -> mode_t; in umask() argument 1259 pub fn shm_open(name: *const c_char, oflag: c_int, mode: mode_t) -> c_int; in shm_open() 1308 pub fn mkfifo(path: *const c_char, mode: mode_t) -> c_int; in mkfifo() 1770 pub fn mkdir(dirName: *const c_char, mode: mode_t) -> c_int; in mkdir() 1773 pub fn chmod(path: *const c_char, mode: mode_t) -> c_int; in chmod() 1776 pub fn fchmod(attr1: c_int, attr2: mode_t) -> c_int; in fchmod()
|
| /rust-libc-0.2.174/src/unix/linux_like/emscripten/ |
| H A D | mod.rs | 8 pub type mode_t = u32; typedef 176 pub mode: mode_t, 234 pub st_mode: mode_t, 755 pub const S_IEXEC: mode_t = 0o0100; 756 pub const S_IWRITE: mode_t = 0o0200; 757 pub const S_IREAD: mode_t = 0o0400; 1460 pub fn shm_open(name: *const c_char, oflag: c_int, mode: mode_t) -> c_int; in shm_open() 1487 pub fn mkfifoat(dirfd: c_int, pathname: *const c_char, mode: mode_t) -> c_int; in mkfifoat()
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 14 pub type mode_t = u16; typedef 322 pub st_mode: mode_t, 778 pub mode: mode_t, 2918 pub const S_IEXEC: mode_t = 0o0100; 2920 pub const S_IREAD: mode_t = 0o0400; 2921 pub const S_IRWXU: mode_t = 0o0700; 2922 pub const S_IXUSR: mode_t = 0o0100; 2923 pub const S_IWUSR: mode_t = 0o0200; 2924 pub const S_IRUSR: mode_t = 0o0400; 2925 pub const S_IRWXG: mode_t = 0o0070; [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/b64/ |
| H A D | mips64.rs | 15 pub st_mode: crate::mode_t, 39 pub st_mode: crate::mode_t, 73 pub mode: crate::mode_t,
|