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

12345

/macosx-10.9.5/emacs-92/emacs/src/m/
H A Dtad68k.h100 #define fchmod /* we don't have fchmod() */ macro
/macosx-10.9.5/zip-14/unzip/
H A Dpatch-unix_unix.c13 + if (fchmod(fileno(G.outfile), 0xffff & G.pInfo->file_attr))
/macosx-10.9.5/postfix-252/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.9.5/ntp-88/libopts/compat/
H A Dwindows-config.h120 #define fchmod( _x, _y ); macro
/macosx-10.9.5/ntp-88/sntp/libopts/compat/
H A Dwindows-config.h120 #define fchmod( _x, _y ); macro
/macosx-10.9.5/xnu-2422.115.4/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.9.5/cctools-845/ar/
H A Dextract.c134 if (fchmod(tfd, (short)chdr.mode)) {
/macosx-10.9.5/postfix-252/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.9.5/WebCore-7537.78.1/platform/ios/
H A DFileSystemIOS.mm85 int err = fchmod(fd, S_IRUSR | S_IWUSR);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dopen.c84 if (mode && fchmod(fd, mode))
/macosx-10.9.5/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.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-31-keychain-unreadable.c52 ok_unix(fchmod(fd, 0), " keychain file '%s'", keychain_name);
/macosx-10.9.5/Security-55471.14.18/sec/securityd/Regressions/
H A Dsecd-31-keychain-unreadable.c42 ok_unix(fchmod(fd, 0), " keychain file '%s'", keychain_path);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dtestlib.tcl31 fchown fchmod flock fsync ftruncate msgcats posix_signals symlink
/macosx-10.9.5/xnu-2422.115.4/SETUP/installfile/
H A Dinstallfile.c112 ret = fchmod(dstfd, mode);
114 err(EX_NOINPUT, "fchmod(%s, %ho)", dsttmpname, mode);
/macosx-10.9.5/system_cmds-597.90.1/mkfile.tproj/
H A Dmkfile.c186 if (fchmod(fd, mode)) /* Change permissions */
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/mkfile.tproj/
H A Dmkfile.c186 if (fchmod(fd, mode)) /* Change permissions */
/macosx-10.9.5/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.9.5/cups-372.4/cups/scheduler/
H A Dcert.c111 fchmod(fd, 0440);
253 fchmod(fd, 0400);
H A Dfile.c212 if (fchmod(cupsFileNumber(fp), mode))
/macosx-10.9.5/file_cmds-230/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.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h66 int fchmod(int, int);
/macosx-10.9.5/libpcap-42/libpcap/lbl/
H A Dos-sunos4.h66 int fchmod(int, int);

Completed in 393 milliseconds

12345