Home
last modified time | relevance | path

Searched refs:fchmodat (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libc/port/sys/
H A Dchmod.c35 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 Dchmod.c50 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 DMakefile187 fchmodat.2 \
285 fchmodat.2 := LINKSRC = chmod.2
/titanic_41/usr/src/uts/intel/os/
H A Dname_to_sysnum96 fchmodat 101
/titanic_41/usr/src/uts/sparc/os/
H A Dname_to_sysnum95 fchmodat 101
/titanic_41/usr/src/uts/common/os/
H A Dsysent.c75 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 Dstat.h512 extern int fchmodat(int, const char *, mode_t, int);
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc181 link path=usr/share/man/man2/fchmodat.2 target=chmod.2
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers320 fchmodat;