Home
last modified time | relevance | path

Searched defs:fchmod (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dchmod.c26 SYS_FUNC(fchmod) in SYS_FUNC() argument
/external/rust/crates/nix/src/sys/
Dstat.rs131 pub fn fchmod(fd: RawFd, mode: Mode) -> Result<()> { in fchmod() function
/external/rust/crates/libc/src/unix/
Dmod.rs681 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1686 pub fn fchmod(attr1: ::c_int, attr2: ::mode_t) -> ::c_int; in fchmod() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3491 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function