Searched defs:fstatat (Results 1 – 4 of 4) sorted by relevance
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 990 pub fn fstatat(dirfd: c_int, pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int; in fstatat() function
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | mod.rs | 648 pub fn fstatat(dirfd: c_int, pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int; in fstatat() function
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 3619 pub fn fstatat(dirfd: c_int, pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int; in fstatat() function
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 4068 pub fn fstatat(__fd: c_int, __file: *const c_char, __buf: *mut stat, __flag: c_int) -> c_int; in fstatat() function
|