Searched defs:fchmod (Results 1 – 5 of 5) sorted by relevance
26 SYS_FUNC(fchmod) in SYS_FUNC() argument
131 pub fn fchmod(fd: RawFd, mode: Mode) -> Result<()> { in fchmod() function
681 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function
1686 pub fn fchmod(attr1: ::c_int, attr2: ::mode_t) -> ::c_int; in fchmod() function
3491 pub fn fchmod(fd: ::c_int, mode: mode_t) -> ::c_int; in fchmod() function