Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/freebsd-14-stable/contrib/bmake/unit-tests/
HDsh-flags.exp3 echo running
10 echo running; false
19 echo running
26 echo running; false
63 echo running; false
72 echo running; false
81 echo running; false
90 echo running; false
131 echo running
138 echo running; false
[all …]
HDopt-jobs-no-action.exp4 echo "false regular"
14 echo run despite the -n option
23 echo "echo running"
25 { echo running
30 echo running; false
33 echo running
37 echo running; false
43 { echo running
48 echo running; false
52 echo running
[all …]
HDopt-debug-errors-jobs.exp1 echo '3 spaces'; false
6 echo '3 spaces'; false
10 echo \ indented; false
15 echo \ indented; false
19 echo 'line1
26 echo 'line1${.newline}line2'; false
27 => echo 'line1
32 echo 'line1 line2'; false
37 echo 'line1 line2'; false
41 echo 'word1' 'word2'; false
[all …]
HDopt-debug-errors.exp1 echo '3 spaces'; false
5 *** Failed command: echo '3 spaces'; false
7 echo \ indented; false
11 *** Failed command: echo \ indented; false
13 echo 'line1
19 *** Failed command: echo 'line1 line2'; false
21 echo 'line1 line2'; false
25 *** Failed command: echo 'line1 line2'; false
27 echo 'word1' 'word2'; false
31 *** Failed command: echo 'word1' 'word2'; false
HDopt-no-action-runflags.exp4 echo running
7 echo running; false
10 echo running
14 echo running; false
19 echo running
22 echo running; false
25 echo running
29 echo running; false
/freebsd-14-stable/contrib/libcbor/doc/
HDmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make an epub
[all …]
/freebsd-14-stable/contrib/llvm-project/lld/docs/
HDmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make an epub
[all …]
/freebsd-14-stable/contrib/one-true-awk/testdir/
HDT.argv1 echo T.argv: misc tests of argc and argv
5 echo >foo1
6 echo >foo2
16 echo * >foo2
17 diff foo1 foo2 || echo 'BAD: T.argv (echo1 *)'
29 echo * >foo2
30 diff foo1 foo2 || echo 'BAD: T.argv (echo2 *)'
41 echo "5
47 diff foo1 foo2 || echo 'BAD: T.argv (argc *)'
49 echo '1
[all …]
HDT.gawk1 echo T.gawk: tests adapted from gawk test suite
7 ./echo '1
17 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk arrayref'
20 ./echo '1 2 3
23 ./echo '3
30 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk asgext'
33 ./echo 'x\y
35 ./echo 'x\y
43 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk backgsub'
47 ./echo 'x\y
[all …]
HDT.main1 echo T.main: misc tests of arguments in main
11 echo hello | $awk -d '{print}' >foo1
12 if test -r core; then echo 1>&2 "BAD: T.main awk -d dropped core"; fi
14 echo 'a::b::c' >foo
16 echo '3' >foo2
17 diff foo1 foo2 || echo 'bad: awk -F::'
19 echo 'a::b::c' >foo
21 echo '3' >foo2
22 diff foo1 foo2 || echo 'bad: awk -F ::'
24 echo 'a b c' >foo
[all …]
HDT.func1 echo T.func: test user-defined functions
5 echo '10 2
20 echo '1
25 diff foo1 foo2 || echo 'BAD: T.func (function return type)'
27 echo 'data: data' >foo1
33 diff foo1 foo2 || echo 'BAD: T.func (array type)'
41 echo x >foo2
42 diff foo1 foo2 || echo 'BAD: T.func (argument passing)'
58 echo "foo
60 diff foo1 foo2 || echo 'BAD: T.func (convert arg to array)'
[all …]
HDT.getline1 echo T.getline: test getline function
13 cmp -s foo1 foo || echo 'BAD: T.getline (bare getline)'
23 cmp -s foo1 foo || echo 'BAD: T.getline (getline xxx)'
32 cmp -s /etc/passwd foo || echo 'BAD: T.getline (getline <file)'
41 cmp -s /etc/passwd foo || echo 'BAD: T.getline (getline <"-")'
50 cmp -s /etc/passwd foo || echo 'BAD: T.getline (getline <arg)'
59 cmp -s /etc/passwd foo || echo 'BAD: T.getline (getline x <arg)'
68 cmp -s /etc/passwd foo || echo 'BAD: T.getline (cat arg | getline)'
77 cmp -s /etc/passwd foo || echo 'BAD: T.getline (cat arg | getline x)'
80 echo '-1' >foo1
[all …]
HDT.builtin1 echo T.builtin: test miscellaneous builtin functions
6 echo 2 >foo2
7 diff foo1 foo2 || echo 'BAD: T.builtin (index/substr)'
14 echo '3.14159 0.000 0.000 3.14159 10.000' >foo2
15 diff foo1 foo2 || echo 'BAD: T.builtin (sin/cos)'
25 diff foo1 foo2 || echo 'BAD: T.builtin (rand)'
27 echo 'hello, WORLD!' |
29 echo 'hello, world!|HELLO, WORLD!|hello, WORLD!' >foo2
30 diff foo1 foo2 || echo 'BAD: T.builtin (toupper/tolower)'
34 (export LANG=de_DE.UTF-8 && echo 'Dürst' |
[all …]
HDT.overflow1 echo T.overflow: test some overflow conditions
11 cmp -s foo1 foo2 || echo 'BAD: T.overflow record 1'
13 echo 'abcdefghijklmnopqsrtuvwxyz' >foo1
14 echo hello | $awk '
19 cmp -s foo1 foo2 || echo 'BAD: T.overflow abcdef'
31 cmp -s foo1 foo2 || echo 'BAD: T.overflow -mr -mf set $1'
42 echo '500
44 cmp -s foo1 foo2 || echo 'BAD: T.overflow -mr -mf NF'
53 test -r core && echo 1>&2 "BAD: T.overflow too long char class dropped core"
55 echo 4000004 >foo1
[all …]
HDT.latin11 echo T.latin1: tests of 8-bit input
9 diff latin1 foo1 || echo 'BAD: T.latin1 1'
13 diff foo0 foo1 || echo 'BAD: T.latin1 3'
17 diff foo0 foo1 || echo 'BAD: T.latin1 4'
19 echo '/�/' >foo1
22 diff foo1 foo2 || echo 'BAD: T.latin1 5'
25 echo /[��]/ >foo1
27 diff foo1 foo2 || echo 'BAD: T.latin1 6'
30 echo 'This is a line.
34 echo 'Patterns like /[��]/ do not work yet. Example, run awk /[��]/
[all …]
HDT.close1 echo T.close: test close built-in
7 diff /etc/passwd foo || echo 'BAD: T.close (1)'
12 diff foo1 foo2 || echo 'BAD: T.close (2)'
14 echo 0 >foo1
18 diff foo1 foo2 || echo 'BAD: T.close (3)'
20 echo -1 >foo1
24 diff foo1 foo2 || echo 'BAD: T.close (4)'
26 echo 0 >foo1
30 diff foo1 foo2 || echo 'BAD: T.close (5)'
32 echo 0 >foo1
[all …]
HDyc3 echo $i >/dev/tty
4 echo $i '<<<'
6 echo testdir/$i:
10 make drek || ( echo $i ' ' bad compile; echo $i ' ' bad compile >/dev/tty; continue )
14 cmp foo1 foo2 || ( echo $i ' ' bad; echo $i ' ' bad >/dev/tty; diff foo1 foo2 )
15 echo '>>>' $i
16 echo
HDxc3 echo $i >/dev/tty
4 echo $i '<<<'
6 echo testdir/$i:
10 make drek || ( echo $i ' ' bad compile; echo $i ' ' bad compile >/dev/tty; continue )
14 cmp foo1 foo2 || ( echo $i ' ' bad; echo $i ' ' bad >/dev/tty; diff foo1 foo2 )
15 echo '>>>' $i
16 echo
HDCompare.drek14 echo $i >/dev/tty
15 echo $i '<<<'
17 echo testdir/$i:
21 make drek || ( echo $i ' ' bad compile; echo $i ' ' bad compile >/dev/tty; continue )
28 cmp foo1 foo2 || ( echo $i ' ' bad; echo $i ' ' bad >/dev/tty; diff foo1 foo2 | sed 20q )
29 echo '>>>' $i
30 echo
31 echo $i: >>footot
HDT.redir1 echo T.redir: test redirections
6 diff foo /etc/passwd || echo 'BAD: T.redir (print >"foo")'
10 diff foo /etc/passwd || echo 'BAD: T.redir (print >>"foo")'
15 diff foo /etc/passwd || echo 'BAD: T.redir (print > and >>"foo")'
19 diff foo /etc/passwd || echo 'BAD: T.redir (print | "cat >foo")'
22 echo ' head
28 diff foo1 foo2 || echo 'BAD: T.redir (buffering)'
32 diff foo2 /etc/passwd || echo 'BAD: T.redir (print >"/dev/stderr")'
33 diff foo1 /dev/null || echo 'BAD: T.redir (print >"/dev/stderr")'
37 diff foo1 /etc/passwd || echo 'BAD: T.redir (print >"/dev/stdout")'
[all …]
/freebsd-14-stable/contrib/unbound/contrib/
HDunbound_cache.cmd1 @echo off
17 echo Unbound control not found. Exiting...
30 echo Loading cache from %program_path%\%fname%
41 echo Saving cache to %program_path%\%fname%
44 echo ok
49 echo Loading cache from %program_path%\%fname%
56 echo Saving cache to %program_path%\%fname%
59 echo ok
60 echo Loading cache from %program_path%\%fname%
68 echo Saving cache to %arg2%
[all …]
/freebsd-14-stable/tools/tools/nanobsd/rescue/
HDcommon41 echo $1 | tr "[:upper:]" "[:lower:]"
45 echo $1 | tr "[:lower:]" "[:upper:]"
62 # echo "-S115200 -h" > boot.config
63 # echo "console=\"comconsole\"" > boot/loader.conf
64 # echo "comconsole_speed=\"115200\"" >> boot/loader.conf
65 # echo "hint.acpi.0.disabled=\"1\"" >> boot/loader.conf
74 echo "hostname=\"rescue\"" > etc/rc.conf
75 echo "font8x14=\"iso15-8x14\"" >> etc/rc.conf
76 echo "font8x16=\"iso15-8x16\"" >> etc/rc.conf
77 echo "font8x8=\"iso15-8x8\"" >> etc/rc.conf
[all …]
/freebsd-14-stable/usr.bin/tip/libacu/
HDbiz31.c50 static int echo(char *);
77 echo("#\rk$\r$\n"); /* disable auto-answer */ in biz_dialer()
78 echo("$>$.$ #\r"); /* tone/pulse dialing */ in biz_dialer()
79 echo(mod); in biz_dialer()
80 echo("$\r$\n"); in biz_dialer()
81 echo("$>$.$ #\re$ "); /* disconnection sequence */ in biz_dialer()
82 echo(DISCONNECT_CMD); in biz_dialer()
83 echo("\r$\n$\r$\n"); in biz_dialer()
84 echo("$>$.$ #\rr$ "); /* repeat dial */ in biz_dialer()
85 echo(num); in biz_dialer()
[all …]
/freebsd-14-stable/usr.sbin/fwget/pci/
HDpci30 local hexclass=$(echo $1 | sed 's/.*class=\(0x[0-9a-z]\{2\}\).*/\1/')
32 0x00) echo "old" ;; # built before class codes were finalized
33 0x02) echo "network" ;;
34 0x03) echo "video" ;;
35 0xff) echo "misc" ;; # does not fit in other defined classes
41 local hexvendor=$(echo $1 | sed 's/.*\ vendor=\(0x[0-9a-z]*\).*/\1/')
44 0x1002) echo "amd" ;;
45 0x10ec) echo "realtek" ;;
46 0x14c3) echo "mediatek" ;;
47 0x168c) echo "qca" ;; # Qualcomm Atheros
[all …]
/freebsd-14-stable/contrib/bc/vs/tests/
HDtests_bc.bat1 @echo off
67 echo FAIL_RUNTIME: %%i
74 echo FAIL_RESULTS: %%i
78 echo PASS: %%i
80 echo FAIL_NOT_EXIST: %%i
89 echo FAIL_RUNTIME: leadingzero_z
96 echo FAIL_RESULTS: leadingzero_z
100 echo PASS: leadingzero_z
102 echo FAIL_NOT_EXIST: leadingzero_z

12345678910>>...20