Searched refs:fchmod (Results 1 - 19 of 19) sorted by last modified time

/haiku-fatelf/src/system/libroot/posix/sys/
H A Dchmod.c32 fchmod(int fd, mode_t mode) function
/haiku-fatelf/src/libs/edit/
H A Dhistory.c734 if (fchmod(fileno(fp), S_IRUSR|S_IWUSR) == -1)
/haiku-fatelf/src/bin/network/tcpdump/libpcap/lbl/
H A Dos-sunos4.h66 int fchmod(int, int);
/haiku-fatelf/src/bin/rcs/
H A Dci.c46 * (fixwork): Fall back on chmod if fchmod fails, since it might be ENOSYS.
1188 : fchmod(Ifileno(workptr), newworkmode) == 0 ? 0
H A Drcsedit.c63 * Fall back on chmod if fchmod fails, since it might be ENOSYS.
1612 if (0<set_mode && fchmod(fileno(*fromp),mode_while_renaming) == 0)
/haiku-fatelf/src/bin/sharutils/
H A Dconfigure1927 for ac_func in basename fchmod getcwd isascii memcpy strchr strerror uname
/haiku-fatelf/src/bin/sharutils/src/
H A Duudecode.c345 || fchmod (fileno (stdout), mode & (S_IRWXU | S_IRWXG | S_IRWXO))
/haiku-fatelf/src/build/libroot/
H A Dfs.cpp914 if (fchmod(realFD, st->st_mode) < 0)
H A Dfs_darwin.cpp151 // fake lchmod() with open() and fchmod()
153 int status = fchmod(symlinkfd, mode);
172 // fake lchmod() with open() and fchmod()
174 status = fchmod(fullfd, mode);
H A Dfunction_remapper.cpp22 fchmod(int fd, mode_t mode) function
24 HIDDEN_FUNCTION(fchmod);
/haiku-fatelf/src/bin/less/
H A Dcmdbuf.c1469 fchmod(fileno(f), 0600);
/haiku-fatelf/src/bin/network/tcpdump/lbl/
H A Dos-sunos4.h66 int fchmod(int, int);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dacl-internal.h51 # define fchmod(fd, mode) (-1) macro
H A Ddirchownmod.c33 # undef fchmod macro
34 # define fchmod(fd, mode) (-1) macro
120 ? fchmod (fd, chmod_mode)
H A Dset-mode-acl.c30 /* If DESC is a valid file descriptor use fchmod to change the
40 return fchmod (desc, mode);
48 available, fchmod the target file to MODE. Also sets the
/haiku-fatelf/src/bin/coreutils/src/
H A Dcopy.c542 Use DESC if DESC is valid and fchmod is available, NAME otherwise. */
549 return fchmod (desc, mode);
/haiku-fatelf/headers/build/
H A DBeOSBuildCompatibility.h142 # define fchmod(fd, mode) _haiku_build_fchmod(fd, mode) macro
/haiku-fatelf/headers/posix/sys/
H A Dstat.h113 extern int fchmod(int fd, mode_t mode);
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1305 #define fchmod fssh_fchmod macro

Completed in 175 milliseconds