Searched defs:mkfifoat (Results 1 - 11 of 11) sorted by relevance
| /third_party/musl/src/stat/ |
| H A D | mkfifoat.c | 4 int mkfifoat(int fd, const char *path, mode_t mode) in mkfifoat() function
|
| /third_party/musl/porting/liteos_a/user/src/stat/ |
| H A D | mkfifoat.c | 4 int mkfifoat(int fd, const char *path, mode_t mode) in mkfifoat() function
|
| /third_party/rust/crates/nix/src/ |
| H A D | unistd.rs | 590 pub fn mkfifoat<P: ?Sized + NixPath>(dirfd: Option<RawFd>, path: &P, mode: Mode) -> Result<()> { in mkfifoat() functions
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
| H A D | mod.rs | 695 pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; in mkfifoat() functions
|
| /third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
| H A D | mod.rs | 1818 pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; in mkfifoat() functions
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 1535 pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; in mkfifoat() functions
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| H A D | mod.rs | 1640 pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; in mkfifoat() functions
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| H A D | mod.rs | 2660 pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; in mkfifoat() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 4027 pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; in mkfifoat() functions
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/ |
| H A D | mod.rs | 4056 pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; in mkfifoat() functions
|
| /third_party/rust/crates/libc/src/unix/solarish/ |
| H A D | mod.rs | 2776 pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; in mkfifoat() functions
|
Completed in 63 milliseconds