Searched refs:fchmodat (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/build/host/darwin/sys/
H A Dstat.h32 int fchmodat(int fd, const char* path, mode_t mode, int flag);
/haiku/src/system/libroot/posix/sys/
H A Dchmod.c46 fchmodat(int fd, const char* path, mode_t mode, int flag) function
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp25 fchmodat(int fd, const char* path, mode_t mode, int flag) function
27 HIDDEN_FUNCTION(fchmodat);
H A Dfs_darwin.cpp140 fchmodat(int fd, const char* path, mode_t mode, int flag) function
H A Dfs.cpp1217 return fchmodat(fd, path, mode, flag);
/haiku/headers/posix/sys/
H A Dstat.h114 extern int fchmodat(int fd, const char *path, mode_t mode, int flag);
/haiku/headers/build/
H A DBeOSBuildCompatibility.h129 # define fchmodat(fd, path, mode, flag) \ macro
/haiku/src/bin/package/
H A Dcommand_extract.cpp620 if (fchmodat(parentFD, entryName, entry->Mode() & ALLPERMS,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1673 void fchmodat() {} function
H A Dlibroot_stubs_legacy.c1617 void fchmodat() {} function

Completed in 259 milliseconds