Searched refs:fchmod (Results 1 - 25 of 111) sorted by relevance

12345

/macosx-10.10/emacs-93/emacs/src/m/
H A Dtad68k.h100 #define fchmod /* we don't have fchmod() */ macro
/macosx-10.10/zip-14/unzip/
H A Dpatch-unix_unix.c13 + if (fchmod(fileno(G.outfile), 0xffff & G.pInfo->file_attr))
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmark_corrupt.c67 if (fchmod(vstream_fileno(src), MAIL_QUEUE_STAT_CORRUPT))
68 msg_fatal("%s: fchmod %s: %m", myname, VSTREAM_PATH(src));
/macosx-10.10/ntp-92/libopts/compat/
H A Dwindows-config.h120 #define fchmod( _x, _y ); macro
/macosx-10.10/ntp-92/sntp/libopts/compat/
H A Dwindows-config.h120 #define fchmod( _x, _y ); macro
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/unix03/
H A Dfchmod.c35 * fchmod stub, ignore S_ISUID and/or S_ISGID on EPERM,
41 fchmod(int fd, mode_t mode) function
/macosx-10.10/postfix-255/postfix/src/util/
H A Dfifo_listen.c104 if (fchmod(fd, permissions) < 0)
105 msg_fatal("%s: fchmod %s: %m", myname, path);
H A Dunix_listen.c96 if (fchmod(sock, 0666) < 0)
97 msg_fatal("fchmod socket %s: %m", addr);
H A Dedit_file.c339 || fchmod(fd, ep->final_mode) < 0
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DFileSystemIOS.mm85 int err = fchmod(fd, S_IRUSR | S_IWUSR);
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dopen.c84 if (mode && fchmod(fd, mode))
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_open.c113 * the fchmod call -- we can't modify the process' umask here since the
118 (void)fchmod(fhp->fd, mode);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-31-keychain-unreadable.c67 ok_unix(fchmod(fd, 0), " keychain file '%s'", keychain_name);
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecd-31-keychain-unreadable.c57 ok_unix(fchmod(fd, 0), " keychain file '%s'", keychain_path);
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dtestlib.tcl31 fchown fchmod flock fsync ftruncate msgcats posix_signals symlink
/macosx-10.10/xnu-2782.1.97/SETUP/installfile/
H A Dinstallfile.c112 ret = fchmod(dstfd, mode);
114 err(EX_NOINPUT, "fchmod(%s, %ho)", dsttmpname, mode);
/macosx-10.10/system_cmds-643.1.1/mkfile.tproj/
H A Dmkfile.c186 if (fchmod(fd, mode)) /* Change permissions */
/macosx-10.10/uucp-11/uucp/unix/
H A Defopen.c144 e = fchmod(o, imode);
146 ulog(LOG_ERROR, "fchmod %s %o %s", zfile, imode, strerror(errno));
/macosx-10.10/cups-408/cups/scheduler/
H A Dcert.c101 fchmod(fd, 0440);
243 fchmod(fd, 0400);
H A Dfile.c198 if (fchmod(cupsFileNumber(fp), mode))
/macosx-10.10/file_cmds-242/cp/
H A Dutils.c180 && fchmod(to_fd, mode & ~(S_IRWXG|S_IRWXO))) {
182 warn("%s: fchmod failed", to.p_path);
266 if (fchmod(to_fd, mode))
267 warn("%s: fchmod failed", to.p_path);
400 if (fdval ? fchmod(fd, fs->st_mode) :
/macosx-10.10/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h66 int fchmod(int, int);
/macosx-10.10/libpcap-48/libpcap/lbl/
H A Dos-sunos4.h66 int fchmod(int, int);
/macosx-10.10/mail_cmds-30/mail/
H A Dedit.c165 if (readonly && fchmod(t, 0400) == -1) {
/macosx-10.10/tcpdump-61/tcpdump/lbl/
H A Dos-sunos4.h66 int fchmod(int, int);

Completed in 302 milliseconds

12345