Searched defs:fchmodat (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dchmod.c35 fchmodat(int fd, const char *path, mode_t mode, int flag) function
47 return (fchmodat(AT_FDCWD, path, mode, 0));
58 return (fchmodat(fd, NULL, mode, 0));
/illumos-gate/usr/src/uts/common/syscall/
H A Dchmod.c50 fchmodat(int fd, char *path, int mode, int flag) function
75 return (fchmodat(AT_FDCWD, path, mode, 0));
84 return (fchmodat(fd, NULL, mode, 0));
/illumos-gate/usr/src/man/man2/
H A DMakefile187 fchmodat.2 \
285 fchmodat.2 := LINKSRC = chmod.2

Completed in 58 milliseconds