Searched refs:fchmodat (Results 1 - 6 of 6) 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
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h329 int fchmodat(int, const char *, mode_t, int);
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h512 extern int fchmodat(int, const char *, mode_t, int);
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c75 int fchmodat(int, char *, int, int);
558 /* 101 */ SYSENT_CI("fchmodat", fchmodat, 4),
925 /* 101 */ SYSENT_CI("fchmodat", fchmodat, 4),

Completed in 75 milliseconds