Searched refs:fchmodat (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | chmod.c | 35 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 D | chmod.c | 50 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 D | Makefile | 187 fchmodat.2 \ 285 fchmodat.2 := LINKSRC = chmod.2
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | stat.h | 329 int fchmodat(int, const char *, mode_t, int);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stat.h | 512 extern int fchmodat(int, const char *, mode_t, int);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 75 int fchmodat(int, char *, int, int); 558 /* 101 */ SYSENT_CI("fchmodat", fchmodat, 4), 925 /* 101 */ SYSENT_CI("fchmodat", fchmodat, 4),
|
Completed in 55 milliseconds