Home
last modified time | relevance | path

Searched refs:chmod (Results 226 – 250 of 366) sorted by path

12345678910>>...15

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dchmod.c290 chmodf = chmod; in b_chmod()
H A Dcksum.c372 if (chmod(file, mode) < 0) in verify()
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 Dmkdir.c179 …if ((st.st_mode & (S_ISVTX|S_ISUID|S_ISGID)) != (mode & (S_ISVTX|S_ISUID|S_ISGID)) && chmod(path, … in b_mkdir()
H A Drm.c128 if (!chmod(ent->fts_name, (ent->fts_statp->st_mode & S_IPERM)|S_IRWXU)) in rm()
163 chmod(path, (ent->fts_statp->st_mode & S_IPERM)|S_IRWXU); in rm()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DMamfile208 exec - silent test -w gentab -a -x gentab || chmod u+w,+x gentab
763 exec - silent test -w probe -a -x probe || chmod u+w,+x probe
H A DRELEASE307 94-09-11 fix pp.probe cp+strip with chmod u+w
H A Dpp.probe524 do cp $f x && chmod u+w x && strip x && f=x
H A Dprobe.win3213 chmod 777 .
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog331 - Avoid symbolic argument to chmod in Makefile.in
/illumos-gate/usr/src/grub/grub-0.97/
H A DMakefile.in70 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
411 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
412 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
413 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
415 || chmod -R a+r $(distdir)
457 chmod -R a-w $(distdir); chmod a+w $(distdir)
460 chmod a-w $(distdir)
474 && chmod -R a-w "$$dc_install_base" \
H A Dconfig.status.solaris93 chmod +x conf$$.sh
178 chmod +x $as_me.lineno ||
H A Dconfigure92 chmod +x conf$$.sh
176 chmod +x $as_me.lineno ||
6315 chmod +x conf$$.sh
6400 chmod +x $as_me.lineno ||
7529 chmod +x $CONFIG_STATUS
H A Dmissing205 chmod +x $file
H A Dmkinstalldirs128 chmod "$dirmode" "$pathcomp" || lasterr=$?
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A DMakefile.am45 chmod 755 $<
55 chmod 755 $<
61 chmod 755 $<
H A DMakefile.in747 @MAINTAINER_MODE_TRUE@ chmod 755 $<
757 @MAINTAINER_MODE_TRUE@ chmod 755 $<
763 @MAINTAINER_MODE_TRUE@ chmod 755 $<
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh204 chmod $mode $filename
233 chmod $mode $filename
996 chmod 700 $zonepath
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dattach.ksh196 chmod 700 $ZONEPATH || fail_fatal "$f_chmod" "$ZONEPATH"
H A Dclone.ksh110 chmod 700 $ZONEPATH || fail_fatal "$f_chmod" "$ZONEPATH"
H A Dcommon.ksh249 /usr/bin/chmod 700 $ZONEPATH || fail_fatal "$f_chmod" "$ZONEPATH"
275 /usr/bin/chmod 444 $ZONEROOT/etc/mnttab || exit $EXIT_CODE
H A Dp2v.ksh177 chmod 644 $zonedfs/dfstab || \
230 chmod 644 $ZONEROOT/etc/vfstab || \
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common184 chmod
/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/lib/fm/libfmd_msg/
H A DMakefile.com81 @chmod 0444 core; mv -f core fmd_msg_test.core

12345678910>>...15