Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 26) sorted by relevance

12

/coreutils/tests/rm/
Drm3.sh23 mkdir -p z || framework_failure_
24 cd z || framework_failure_
47 rm -ir z < in > out 2>&1 || fail=1
71 test -d z && fail=1
Dhash.sh29 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
/coreutils/tests/pwd/
Dpwd-long.sh70 my $z = 'z' x 31;
72 my $expected = "/$z" x $n;
79 mkdir $z, 0700
82 chdir $z
/coreutils/tests/cksum/
Dmd5sum-newline.pl33 my $z = '--zero';
38 ['zero', "$t $z", {IN=> {"a\nb"=> ''}}, {OUT=>"$degenerate a\nb\0"}],
/coreutils/tests/od/
Dod-multiple-t.sh32 od -An -t${format1}z -t${format2}z in > out-raw || fail=1
/coreutils/tests/id/
Dzero.sh56 id -${o}${n}z $u > tmp ||
74 id -${o}${n}z $users > tmp2 ||
94 id -${o}${n}z $users > gtmp2 ||
/coreutils/tests/du/
Done-file-system.sh24 mkdir -p b/c y/z d "$other_partition_tmpdir/x" || framework_failure_
35 y/z
Dmove-dir-while-traversing.sh64 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/rmdir/
Dignore.sh44 touch x/y/z || framework_failure_
50 rm x/y/z || framework_failure_
/coreutils/tests/ls/
Dcolor-ext.sh23 touch img1.jpg IMG2.JPG img3.JpG file1.z file2.Z || framework_failure_
34 img1.jpg IMG2.JPG file1.z file2.Z > out || fail=1
/coreutils/tests/sort/
Dsort-unique-segv.sh33 z
/coreutils/doc/
Dsort-version.texi207 @file{foo07.7z} and @file{foo7a.7z}. The two strings will be broken
216 z @r{vs} z @r{(rule 2)}
242 The returned result is that @file{foo7a.7z} comes before @file{foo07.7z}.
249 foo07.7z
250 foo7a.7z
252 foo7a.7z
253 foo07.7z
389 Rule 2.B.a says a letter like @samp{z} sorts before
391 @samp{z} having ASCII value of 122, much larger than @samp{%}
462 @samp{a} and @samp{z} are letters, and sort before
[all …]
Dcoreutils.texi633 @item -z
635 @opindex -z
641 @item -z
643 @opindex -z
2079 Adding a trailing ``z'' to any type specification appends a display
3670 @item -z
3672 @opindex -z
4949 Note with @option{-z} the newline character is treated as a field separator.
5115 find src -type f -print0 | sort -z -f | xargs -0 etags --append
5118 The use of @option{-print0}, @option{-z}, and @option{-0} in this case means
[all …]
/coreutils/src/
Dfactor.c1464 uintmax_t x, z, y, P, t, ni, g; in factor_using_pollard_rho() local
1471 y = z = x; in factor_using_pollard_rho()
1486 submod (t, z, x, n); in factor_using_pollard_rho()
1498 z = x; in factor_using_pollard_rho()
1515 submod (t, z, y, n); in factor_using_pollard_rho()
1541 z = z % n; in factor_using_pollard_rho()
1674 mpz_t x, z, y, P; in mp_factor_using_pollard_rho() local
1682 mpz_init_set_si (z, 2); in mp_factor_using_pollard_rho()
1698 mpz_sub (t, z, x); in mp_factor_using_pollard_rho()
1712 mpz_set (z, x); in mp_factor_using_pollard_rho()
[all …]
Ddircolors.hin119 .z 01;31
144 .7z 01;31
Dstat.c1042 struct timespec z = {0}; in neg_to_zero() local
1043 return z; in neg_to_zero()
/coreutils/tests/tail/
DF-vs-rename.sh82 echo z >> a
/coreutils/tests/shred/
Dshred-remove.sh53 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/date/
Ddate.pl69 ['9', "-d '$d1' +'%z'", {OUT=>"+0000"}],
148 ['sec2date-0', "-d '1970-01-01 UTC 946684800 sec' +'%Y-%m-%d %T %z'",
/coreutils/
Ddist-check.mk29 tar_decompress_opt_ = z
Dinit.cfg39 test -z "$d" && d1=. || d1=$d
122 test -z "$CONFIG_HEADER" \
162 test -z "$CONFIG_HEADER" \
500 *) test -z "$groups" || groups="$groups "
DNEWS931 md5sum accepts a new option: --zero (-z) to delimit the output lines with a
1243 stty "sane" again sets "susp" to ^z on Solaris, and leaves "swtch" undefined.
1381 comm,cut,head,numfmt,paste,tail now have the -z,--zero-terminated option, and
1834 id accepts a new option: --zero (-z) to delimit the output entries by
1842 join accepts a new option: --zero-terminated (-z). As with the sort,uniq
1995 -z, --zero option to delimit output items with the NUL character.
2287 -z option was added to delimit output items with the NUL character.
2290 -z option was added to delimit output items with the NUL character.
2833 %x, %y, and %z were already doing so for the human-readable variant.
3217 ln, link: link f z/ would mistakenly succeed on Solaris 10, given an
[all …]
/coreutils/m4/
Dinclude-exclude-prog.m412 if test -z "$$1"; then
/coreutils/tests/help/
Dhelp-version.sh246 echo z |gzip > $zin
/coreutils/scripts/git-hooks/
Dcommit-msg12 $editor = "vi" if $? != 0 or $editor =~ /^\s*\z/;

12