/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | chmod.c | 51 #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 D | cfga_rep.c | 254 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 D | poll | 95 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 D | chmod.c | 82 fchmod(int fd, int mode) in fchmod() function
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | tmpfile.c | 89 (void) fchmod(mkret, 0666 & ~current_umask); in _common()
|
/titanic_41/usr/src/cmd/oamuser/group/ |
H A D | del_group.c | 80 if (fchmod(fd, sbuf.st_mode) != 0 || in del_group()
|
H A D | add_group.c | 71 if (fchmod(fileno(etctmp), sb.st_mode) != 0 ||
|
H A D | mod_group.c | 80 if (fchmod(fd, sbuf.st_mode) != 0 || in mod_group()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | safechown.c | 64 if (fchmod(fd, (mode_t)mode)) { in safechown()
|
/titanic_41/usr/src/cmd/acct/ |
H A D | accton.c | 100 if (fchmod(fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IWUSR|S_IROTH) == ERR) { in ckfile()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmextern.h | 114 extern int fchmod();
|
H A D | tmchild.c | 328 (void) fchmod(0, 0620); 598 (void) fchmod(0, 0620);
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | open.c | 84 if (mode && fchmod(fd, mode))
|
/titanic_41/usr/src/man/man2/ |
H A D | Makefile | 186 fchmod.2 \ 284 fchmod.2 := LINKSRC = chmod.2
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mdcf.c | 69 (void) fchmod(fileno(tfp), (sbuf.st_mode & 0777)); in meta_update_md_cf()
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo_dli.c | 112 if (fchmod(fd, mode) < 0) { in di_dli_open()
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | daemon_utils.c | 128 (void) fchmod(fd, 0644); in open_daemon_lock()
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | auth-krb5.c | 198 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 D | sys_stat_h.cfg | 40 func | fchmod |\
|
/titanic_41/usr/src/cmd/oamuser/user/ |
H A D | proj.c | 78 if (fchmod(fd, sbuf.st_mode) != 0 || in edit_project()
|
H A D | groups.c | 89 if (fchmod(fd, sbuf.st_mode) != 0 || in edit_group()
|
/titanic_41/usr/src/lib/lvm/libsvm/common/ |
H A D | start_svm.c | 261 (void) fchmod(tofd, fromstat.st_mode & MODEBITS); in copyfile()
|
/titanic_41/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 88 fchmod 93
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 87 fchmod 93
|
/titanic_41/usr/src/ucbcmd/sbcp/ |
H A D | syscalls.list | 148 fchmod SIMPLE /* 124 = 2, fchmod */
|