Searched refs:opt (Results 1 – 18 of 18) sorted by relevance
/coreutils/tests/stty/ |
D | stty.sh | 41 for opt in 'echo' ''; do 42 stty "$mode" $opt || fail=1 58 for opt in $options; do 65 case $opt in 72 test $opt = extproc && continue 74 stty $opt || fail=1 77 test $opt = cread && continue 78 if stty_reversible_query_ "$opt" ; then 79 stty -$opt || { fail=1; echo -$opt; }
|
/coreutils/tests/help/ |
D | help-version-getopt.sh | 35 for opt in --help --version; do 39 env $prog $opt >exp || fail=1 42 env $prog $opt AFTER > out1 || fail=1 49 df $opt > exp || framework_failure_ 56 env $prog $BEFORE $opt > out2 || fail=1 60 env $prog $BEFORE $opt AFTER > out3 || fail=1
|
/coreutils/tests/mv/ |
D | symlink-onto-hardlink-to-self.sh | 37 for opt in '' --backup; do 39 if test "$opt" = --backup; then 40 mv $opt s1 s2 > out 2>&1 || fail=1 51 mv $opt s1 s2 2>err && fail=1
|
D | trailing-slash.sh | 32 for opt in '' -T -u; do 36 $cmd $opt d e/ || fail=1
|
/coreutils/tests/shred/ |
D | shred-exact.sh | 24 for opt in --exact --zero; do 29 shred --remove $opt a b || fail=1 33 shred --remove $opt c || fail=1
|
/coreutils/tests/cp/ |
D | thru-dangling.sh | 30 for opt in '' '-f'; do 31 returns_ 1 cp $opt f dangle > err 2>&1 || fail=1
|
D | cp-mv-backup.sh | 35 for opt in none off numbered t existing nil simple never; do 37 $prog --backup=$opt x y || fail=1 38 echo $initial_files $opt: $(ls [xy]*); rm -f x y y~ y.~?~
|
/coreutils/tests/ls/ |
D | quote-align.sh | 49 for opt in '-w0 -x' '-x' '-og' '-1' '-m' '-C'; do 51 ls $opt -R --quoting=shell-escape --color=always "$dirname" >> out || fail=1
|
D | dired.sh | 32 for opt in '-l' '' '--hyperlink' '-x'; do 33 LC_MESSAGES=C ls $opt -R --dired dir > out || fail=1
|
/coreutils/tests/timeout/ |
D | timeout.sh | 68 for opt in -v --verbose; do 69 timeout $opt -s0 -k .1 .1 sleep 10 2> errt
|
/coreutils/tests/du/ |
D | one-file-system.sh | 50 for opt in -x -xs; do 51 du $opt f > u || fail=1
|
/coreutils/man/ |
D | help2man | 758 my ($prog, $opt) = @_; 763 `$prog $opt 2>$stderr`; 772 kark $err, $this_program, $opt, $prog, $extra;
|
/coreutils/src/ |
D | uniq.c | 233 size_opt (char const *opt, char const *msgid) in size_opt() argument 237 switch (xstrtoumax (opt, nullptr, 10, &size, "")) in size_opt() 244 error (EXIT_FAILURE, 0, "%s: %s", opt, _(msgid)); in size_opt()
|
D | basenc.c | 1215 int opt; in main() local 1238 while ((opt = getopt_long (argc, argv, "diw:", long_options, nullptr)) != -1) in main() 1239 switch (opt) in main() 1269 base_type = opt; in main()
|
D | digest.c | 1345 int opt; in main() local 1379 while ((opt = getopt_long (argc, argv, short_opts, long_options, nullptr)) in main() 1381 switch (opt) in main()
|
/coreutils/tests/ |
D | local.mk | 171 tests/misc/invalid-opt.pl \
|
/coreutils/doc/ |
D | coreutils.texi | 18265 The following python script prepends @file{/opt/custom/modules} to the python 18270 #!/usr/bin/env -S PYTHONPATH=/opt/custom/modules/:$@{PYTHONPATH@} python 18280 #!/usr/bin/env -S PYTHONPATH=/opt/custom/modules/:$PYTHONPATH python
|
/coreutils/ |
D | NEWS | 2523 when using /opt/ansic/bin/cc.
|