Searched refs:chmod (Results 1 - 25 of 74) sorted by relevance

123

/ast/src/cmd/3d/
H A Dchmod3d.c25 __STDPP__directive pragma pp:hide chmod
27 #define chmod ______chmod
36 __STDPP__directive pragma pp:nohide chmod
38 #undef chmod
H A Dopaque.sh67 then chgrp 3d ... 2>/dev/null && chmod g+s ...
86 chgrp 3d ... 2>/dev/null && chmod g+s ...
/ast/src/lib/libast/comp/
H A Dmkdir.c59 return(chmod(path, mode));
H A Dopen.c86 if (mode && chmod(path, mode))
/ast/src/cmd/INIT/
H A Dmkdir.sh23 CHMOD=chmod
H A Dfilter.sh92 chmod u+rwx $tmp$suf || exit 1
H A Dditto.sh42 [+chmod|chown?change the mode and/or ownership of the destination
119 typeset -A chown chmod
263 # determine the { cp rm chmod chown } ops
319 chmod[$src_perm]="${chmod[$src_perm]} '$src_path'"
323 print -r chmod $src_perm "'$src_path'"
328 chmod[$src_perm]="${chmod[$src_perm]} '$src_path'"
332 print -r chmod $src_perm "'$src_path'"
380 # generate, transfer and execute the { rm chown chmod } scrip
[all...]
H A Dexecrate.sh98 *chgrp|*chmod)
/ast/src/cmd/ksh93/tests/
H A Dpath.sh47 chmod +x dir[12]/foobar
76 /bin/chmod 755 $tmp/ok
130 chmod +x date
132 chmod +x "$cmd"
134 chmod 755 foo
148 builtin chmod
150 chmod 644 noexec
159 chmod=$(whence chmod)
163 chmod
[all...]
H A Dnamespace.sh59 chmod +x "$tmp/global/xfun" "$tmp/local/xfun"
62 chmod +x "$tmp/local/bin/run" "$tmp/global/bin/run"
H A Dbasic.sh122 chmod 755 $tmp/script
163 chmod +x $tmp/foobar
194 chmod +x $tmp/script
202 chmod +x $tmp/scriptx
208 chmod 755 a b c d e
255 chmod +x $tmp/script
349 chmod +x $tmp/scriptx
362 chmod +x $tmp/scriptx
H A Dheredoc.sh120 chmod +x "$f"
175 chmod 755 "$f"
246 chmod +x $script
277 chmod +x $tmpfile1
H A Drestricted.sh64 chmod +x ./script
H A Dsigchld.sh156 chmod +x $tmp/foobar
H A Dio.sh44 chmod 755 $tmp/mycat
116 chmod +x close0 close1
146 chmod +x script
189 chmod +x \$script
192 chmod +x $tmp/1
203 chmod +x $tmp/1
H A Dfunctions.sh145 chmod +x $tmp/script
180 chmod +x $tmp/script
222 chmod +x $tmp/foobar
406 chmod +x try
421 chmod +x foobar
839 chmod +x '$tmp'/script
1021 chmod +x $tmp1
1044 chmod +x $tmp/foobar
1071 chmod +x foo
H A Dalias.sh91 chmod +x $tmp/$i
H A Dbracket.sh56 chmod 777 $file
84 chmod 000 $file
191 chmod 600 $file
210 chmod 4755 "$file"
H A Dreturn.sh123 chmod 755 $file
H A Dtilde.sh97 chmod +x $tmp/tilde
/ast/src/cmd/std/
H A Dmesg.c75 if(chmod(tty, statb.st_mode) < 0)
/ast/src/cmd/pax/
H A Dfile.c40 #define chmod(a,b) (error(-1,"%s#%d: chmod(%s,%05o)",__FILE__,__LINE__,a,b),chmod(a,b)) macro
290 f->chmod = f->perm != (st.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)) &&
291 (state.chmod || state.update || S_ISDIR(st.st_mode));
385 f->chmod = state.chmod || state.update;
461 if (!exists || f->chmod || state.update && ((c = tvcmp(tvmtime(&t1, f->st), tvmtime(&t2, &st))) > 0 || state.update == OPT_different && c))
630 * <chmod u+w><remove><missdir>
658 if (chmod(
[all...]
/ast/src/lib/libcmd/
H A Dmkdir.c179 if ((st.st_mode & (S_ISVTX|S_ISUID|S_ISGID)) != (mode & (S_ISVTX|S_ISUID|S_ISGID)) && chmod(path, mode))
/ast/src/cmd/ksh93/sh/
H A Dshcomp.c116 chmod(cp,(statb.st_mode&~S_IFMT)|S_IXUSR|S_IXGRP|S_IXOTH);
/ast/src/cmd/builtin/
H A DMakefile89 :TEST: asa cat chmod chown cksum cmp cp cut date expr fmt head join ln \

Completed in 39 milliseconds

123