Home
last modified time | relevance | path

Searched refs:chmod (Results 251 – 275 of 366) sorted by relevance

1...<<1112131415

/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c308 if (chmod(name, newmode_common(ms, st.st_mode, umsk, name, path, in dochmod()
361 } else if (chmod(dir, newmode_common(ms, mode, umsk, dir, path, in chmodr()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c337 …if ((ent->fts_statp->st_mode & S_IPERM) != (st.st_mode & S_IPERM) && chmod(state->path, ent->fts_s… in visit()
660 … (ent->fts_statp->st_mode & state->perm) != (st.st_mode & state->perm) && chmod(state->path, ent->… in visit()
H A Dcksum.c372 if (chmod(file, mode) < 0) in verify()
/illumos-gate/usr/src/cmd/bnu/
H A Duuxqt.c482 chmod(tfull, PUB_FILEMODE); in mv_Xfiles()
526 (void) chmod(ffull, (mode_t)0600); in unmv_Xfiles()
H A Duucp.c645 (void) chmod(dfile, DFILEMODE);
H A Dct.c539 if (chmod(_Tty , TTYMOD) < 0) {
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c447 if (chmod(argvk, status.st_mode) != 0) { in main()
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c649 (void) chmod(path, 0644); in addPrintersPPD()
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DMamfile78 exec - silent test -w msgadmin -a -x msgadmin || chmod u+w,+x msgadmin
231 exec - silent test -w msgcc -a -x msgcc || chmod u+w,+x msgcc
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c460 chmod(ttyp, mode & ~0122); /* turn off writing for others */
463 chmod(ttyp, mode);
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dprobe.win3213 chmod 777 . # cl.exe setuid workaround
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dattributes.sh125 chmod +x $tmp/script
H A Dnameref.sh114 chmod +x "$file"
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c240 if ((chmod(FAB_REPOSITORY, S_IRUSR|S_IRGRP|S_IROTH) == -1) && in update_fabric_wwn_list()
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c726 chmod(deadletter, DEADPERM); in collect()
1186 chmod(deadletter, DEADPERM); in collrub()
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c561 if (chmod(filename, status.st_mode) != 0) { in main()
/illumos-gate/usr/src/man/man1/
H A DMakefile60 chmod.1 \
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c1382 if (chmod(menu, sb.st_mode) != 0) { in be_remove_menu()
1777 if (chmod(grub_file, sb.st_mode) != 0) { in be_change_grub_default()
2079 if (chmod(menu_file, sb.st_mode) != 0) { in be_update_menu()
3672 if (chmod(vfstab, sb.st_mode) != 0) { in _update_vfstab()
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c942 } else if (chmod(_PATH_PKCS11_CONF, in uninstall_uef_lib()
1275 } else if (chmod(_PATH_PKCS11_CONF, in update_pkcs11conf()
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c74 #define done() if (Ttyout) (void) chmod(Ttyout, Mode)
1412 (void) chmod(Ttyout, (S_IREAD|S_IWRITE));
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c1351 (void) chmod(name, ar_stbuf.st_mode & 0777); in writefile()
1353 (void) chmod(name, ar_stbuf.st_mode & 07777); in writefile()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddoor_if.c642 if (chmod(NWAM_DOOR, door_mode) == -1) { in nwamd_door_init()
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c947 if (chmod(path, newmode) < 0) { in nftw_owner()
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris93 chmod +x conf$$.sh
178 chmod +x $as_me.lineno ||
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg627 @ MSG_SYS_CHMOD "[ chmod ]" # 15
628 @ MSG_SYS_CHMOD_ALT "chmod"

1...<<1112131415