/coreutils/src/ |
D | mkdir.c | 113 struct mkdir_options const *o = options; in announce_mkdir() local 114 if (o->created_directory_format) in announce_mkdir() 115 prog_fprintf (stdout, o->created_directory_format, quoteaf (dir)); in announce_mkdir() 126 struct mkdir_options const *o = options; in make_ancestor() local 128 if (o->set_security_context in make_ancestor() 129 && defaultcon (o->set_security_context, component, S_IFDIR) < 0 in make_ancestor() 134 if (o->umask_ancestor != o->umask_self) in make_ancestor() 135 umask (o->umask_ancestor); in make_ancestor() 137 if (o->umask_ancestor != o->umask_self) in make_ancestor() 140 umask (o->umask_self); in make_ancestor() [all …]
|
D | join.c | 597 const struct outlist *o; in prjoin() local 599 o = outlist; in prjoin() 602 if (o->file == 0) in prjoin() 617 line = (o->file == 1 ? line1 : line2); in prjoin() 618 field = o->field; in prjoin() 621 o = o->next; in prjoin() 622 if (o == nullptr) in prjoin() 819 struct outlist *o; in add_field() local 824 o = xmalloc (sizeof *o); in add_field() 825 o->file = file; in add_field() [all …]
|
/coreutils/tests/id/ |
D | zero.sh | 48 for o in g gr G Gr u ur ; do 50 printf '%s: ' "id -${o}${n}[z] $u" >> exp || framework_failure_ 51 printf '\n%s: ' "id -${o}${n}[z] $u" >> out || framework_failure_ 54 id -${o}${n} $u >> exp || 56 id -${o}${n}z $u > tmp || 70 for o in g gr u ur ; do 72 id -${o}${n} $users >> tmp1 || 74 id -${o}${n}z $users > tmp2 || 88 for o in G Gr ; do 90 id -${o}${n} $users >> gtmp1 || [all …]
|
/coreutils/tests/cksum/ |
D | cksum-base64.pl | 55 (map {my ($h,$v)= @$_; my $o=fmt $h,$v; 56 [$h, "--base64 -a $h", {IN=>{f=>''}}, {OUT=>"$o\n"}]} @pairs), 59 (map {my ($h,$v)= @$_; my $o=fmt $h,$v; 60 ["chk-".$h, "--check --strict", {IN=>$o}, 65 (map {my ($h,$v)= @$_; my $o=fmt $h,$v; 66 ["chk-eq1-".$h, "--check", {IN=>$o}, {AUX=>{f=>''}}, 73 (map {my ($h,$v)= @$_; my $o=fmt $h,$v; 74 ["chk-eq2-".$h, "--check", {IN=>$o}, {AUX=>{f=>''}},
|
/coreutils/tests/misc/ |
D | usage_vs_getopt.sh | 32 o='thisoptiondoesnotexist' 33 returns_ $rcexp $prg --$o >/dev/null 2> err || fail=1 34 grep -F "$o" err || framework_failure_ 35 sed -n "1s/--$o/OPT/p" < err > pat || framework_failure_
|
D | close-stdout.sh | 31 chmod o-w . >&- || fail=1
|
/coreutils/tests/cp/ |
D | link-deref.sh | 53 for o in '' -L -H -P; do 56 ! test "$can_hardlink_to_symlink" && test "$o" = '-P' && continue 60 command="cp --link $o $r $src dst" 78 if [ "$o" = "-P" ]; then
|
D | existing-perm-dir.sh | 23 mkdir -p -m ug-s,u=rwx,g=rwx,o=rx src/dir || fail=1 24 mkdir -p -m ug-s,u=rwx,g=,o= dst/dir || fail=1
|
D | special-bits.sh | 29 chmod u=rwx,g=sx,o= b || framework_failure_ 32 chmod u=rwx,g=rx,o=rx . || framework_failure_
|
D | perm.sh | 38 chmod u=r,g=rx,o= src || exit 1 43 chmod u=rw,g=$g_perm,o=$o_perm dest || exit 1
|
D | sparse.sh | 47 hole_size=$(stat -c %o copy)
|
/coreutils/tests/chmod/ |
D | equals.sh | 31 for src in u g o; do 32 for dest in u g o; do
|
D | no-x.sh | 29 chmod -R o=r d >/dev/null 2>out && fail=1
|
/coreutils/tests/ls/ |
D | color-dtype-dir.sh | 29 chmod o+w other-writable || framework_failure_ 30 chmod o+t sticky || framework_failure_
|
/coreutils/man/ |
D | od.x | 10 .B od -A o -t oS -w16
|
/coreutils/tests/rm/ |
D | hash.sh | 29 for j in a b c d e f g h i j k l m n o p q r s t u v w x y z; do
|
D | r-3.sh | 35 for j in a b c d e f g h i j k l m n o p q r s t u v w x y; do
|
D | fail-eperm.xpl | 78 -l $target_file || -o _ || -d _ || -w _
|
/coreutils/tests/mkdir/ |
D | special-1.sh | 22 set_mode_string=u=rwx,g=rx,o=w,-s,+t
|
/coreutils/tests/basenc/ |
D | base64.pl | 176 foreach my $o (@out) 178 push @new, ["d$i-$t->[0]", '--decode', {IN => $o}, {OUT => $in}];
|
/coreutils/tests/mv/ |
D | sticky-to-xpart.sh | 34 chmod a=rwx,o+t t || framework_failure_
|
/coreutils/tests/shred/ |
D | shred-remove.sh | 53 a b c d e f g h i j k l m n o p q r s t u v w x y z \
|
/coreutils/tests/du/ |
D | move-dir-while-traversing.sh | 64 long=d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z
|
/coreutils/tests/split/ |
D | l-chunk.sh | 24 returns_ 1 split -n l/1o 2>err || fail=1
|
/coreutils/ |
D | init.cfg | 241 strace -o log-help ls --help >/dev/null || framework_failure_ 267 # On file systems which do not support ACLs (e.g. ext4 mounted with -o noacl), 350 # to the equivalent chmod --mode (-m) argument, (=,u=rwx,g=r,o=x and 351 # =,u=rw,g=rx,o=wx). Ignore ACLs. 378 o=$(echo $rwx|sed 's/^.......\(...\).*/,o=\1/;s/-//g;s/^,o=$//;'$s';'$t) 379 echo "=$u$g$o" 625 $CC -Wall -shared --std=gnu99 -fPIC -O2 $* "$in" -o "$out" $gcc_shared_libs_
|