Home
last modified time | relevance | path

Searched refs:fchmod (Results 1 – 25 of 106) sorted by relevance

12345

/titanic_41/usr/src/lib/libc/port/sys/
H A Dchmod.c51 #pragma weak _fchmod = fchmod
53 fchmod(int fd, mode_t mode) in fchmod() function
/titanic_41/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c254 if (fchmod(fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) { in update_fabric_wwn_list()
391 if (fchmod(copy_fd, in update_fabric_wwn_list()
480 if (fchmod(copy_fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) { in update_fabric_wwn_list()
490 if (fchmod(tmp_fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) { in update_fabric_wwn_list()
574 if (fchmod(tmp_fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) { in update_fabric_wwn_list()
588 if (fchmod(copy_fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) { in update_fabric_wwn_list()
/titanic_41/usr/src/lib/libshell/common/features/
H A Dpoll95 tst socketpair_shutdown_mode note{ fchmod() after socketpair() shutdown() }end execute{
114 if (fchmod(sfd[0], S_IRUSR) < 0 ||
118 if (fchmod(sfd[1], S_IWUSR) < 0 ||
/titanic_41/usr/src/uts/common/syscall/
H A Dchmod.c82 fchmod(int fd, int mode) in fchmod() function
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dtmpfile.c89 (void) fchmod(mkret, 0666 & ~current_umask); in _common()
/titanic_41/usr/src/cmd/oamuser/group/
H A Ddel_group.c80 if (fchmod(fd, sbuf.st_mode) != 0 || in del_group()
H A Dadd_group.c71 if (fchmod(fileno(etctmp), sb.st_mode) != 0 ||
H A Dmod_group.c80 if (fchmod(fd, sbuf.st_mode) != 0 || in mod_group()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsafechown.c64 if (fchmod(fd, (mode_t)mode)) { in safechown()
/titanic_41/usr/src/cmd/acct/
H A Daccton.c100 if (fchmod(fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IWUSR|S_IROTH) == ERR) { in ckfile()
/titanic_41/usr/src/cmd/ttymon/
H A Dtmextern.h114 extern int fchmod();
H A Dtmchild.c328 (void) fchmod(0, 0620);
598 (void) fchmod(0, 0620);
/titanic_41/usr/src/lib/libast/common/comp/
H A Dopen.c84 if (mode && fchmod(fd, mode))
/titanic_41/usr/src/man/man2/
H A DMakefile186 fchmod.2 \
284 fchmod.2 := LINKSRC = chmod.2
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mdcf.c69 (void) fchmod(fileno(tfp), (sbuf.st_mode & 0777)); in meta_update_md_cf()
/titanic_41/usr/src/lib/libdevinfo/
H A Ddevinfo_dli.c112 if (fchmod(fd, mode) < 0) { in di_dli_open()
/titanic_41/usr/src/lib/libnsl/common/
H A Ddaemon_utils.c128 (void) fchmod(fd, 0644); in open_daemon_lock()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-krb5.c198 if (fchmod(tmpfd,S_IRUSR | S_IWUSR) == -1) { in auth_krb5_tgt()
336 if (fchmod(tmpfd,S_IRUSR | S_IWUSR) == -1) { in auth_krb5_password()
/titanic_41/usr/src/test/libc-tests/cfg/symbols/
H A Dsys_stat_h.cfg40 func | fchmod |\
/titanic_41/usr/src/cmd/oamuser/user/
H A Dproj.c78 if (fchmod(fd, sbuf.st_mode) != 0 || in edit_project()
H A Dgroups.c89 if (fchmod(fd, sbuf.st_mode) != 0 || in edit_group()
/titanic_41/usr/src/lib/lvm/libsvm/common/
H A Dstart_svm.c261 (void) fchmod(tofd, fromstat.st_mode & MODEBITS); in copyfile()
/titanic_41/usr/src/uts/intel/os/
H A Dname_to_sysnum88 fchmod 93
/titanic_41/usr/src/uts/sparc/os/
H A Dname_to_sysnum87 fchmod 93
/titanic_41/usr/src/ucbcmd/sbcp/
H A Dsyscalls.list148 fchmod SIMPLE /* 124 = 2, fchmod */

12345