Searched refs:fchmodat (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | chmod.c | 35 fchmodat(int fd, const char *path, mode_t mode, int flag) in fchmodat() function 47 return (fchmodat(AT_FDCWD, path, mode, 0)); in chmod() 58 return (fchmodat(fd, NULL, mode, 0)); in fchmod()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | chmod.c | 50 fchmodat(int fd, char *path, int mode, int flag) in fchmodat() function 75 return (fchmodat(AT_FDCWD, path, mode, 0)); in chmod() 84 return (fchmodat(fd, NULL, mode, 0)); in fchmod()
|
/titanic_41/usr/src/man/man2/ |
H A D | Makefile | 187 fchmodat.2 \ 285 fchmodat.2 := LINKSRC = chmod.2
|
/titanic_41/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 96 fchmodat 101
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 95 fchmodat 101
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sysent.c | 75 int fchmodat(int, char *, int, int); 557 /* 101 */ SYSENT_CI("fchmodat", fchmodat, 4), 924 /* 101 */ SYSENT_CI("fchmodat", fchmodat, 4),
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stat.h | 512 extern int fchmodat(int, const char *, mode_t, int);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 181 link path=usr/share/man/man2/fchmodat.2 target=chmod.2
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 320 fchmodat;
|