| /openbsd-src/regress/bin/ksh/ |
| H A D | history.t | 15 echo hi 19 1 echo hi 32 echo hi 33 echo there 40 /^X*echo there\nX*$/m 53 echo hi 54 echo there 57 /X*hi\nX*there\nX*echo there\nthere\nX*/ 73 echo ok 88 echo abc [all …]
|
| H A D | regress.t | 11 echo foo[ 13 echo "hi[ $n ]=1" 24 $ echo echo hi > /tmp/q ; chmod a+rx /tmp/q 39 # Need to restore path so echo can be found (some shells don't have 42 echo hi 60 #echo " [No automatic test for bug 3 - interactive]" 66 #echo " [Don't know what bug 4 was]" 77 # $ echo ../foo^X 80 #echo " [No automatic test for bug 5 - interactive]" 88 $ ksh -c 'echo $(echo \( )' [all …]
|
| H A D | bksl-nl.t | 12 echo hi #there \ 13 echo folks 23 echo 'hi \ 25 echo folks 52 alias x='echo hi 75 echo `echo foo\\`bar 76 echo hi\ 92 echo hi\ 106 echo $\ 108 echo $a\ [all …]
|
| H A D | ifs.t | 5 showargs() { for i; do echo -n " <$i>"; done; echo; } 22 showargs() { for i; do echo -n " <$i>"; done; echo; } 40 showargs() { for i; do echo -n " <$i>"; done; echo; } 58 showargs() { for i; do echo -n " <$i>"; done; echo; } 79 showargs() { for i; do echo -n " <$i>"; done; echo; } 92 showargs() { for i; do echo -n " <$i>"; done; echo; } 108 showargs() { for i; do echo -n " <$i>"; done; echo; } 121 showargs() { for i; do echo -n " <$i>"; done; echo; } 133 showargs() { for i; do echo -n " <$i>"; done; echo; } 136 echo -n '1:'; for i in $x ; do echo -n " [$i]" ; done ; echo [all …]
|
| H A D | lineno.t | 5 echo A $LINENO 6 echo B $LINENO 8 echo C $LINENO 19 echo dot A $LINENO 20 echo dot B $LINENO 22 echo dot C $LINENO 24 echo A $LINENO 25 echo B $LINENO 40 echo A $LINENO 41 echo B $LINENO [all …]
|
| H A D | integer.t | 9 echo $i 23 echo $i 38 echo $a 41 echo $a 69 echo $i 79 echo $i 80 echo ---------- A 82 echo $j 83 echo ---------- B 86 echo $k [all …]
|
| H A D | brkcont.t | 5 for i in a b c; do echo $i; break; echo bad-$i; done 6 echo end-1 7 for i in a b c; do echo $i; break 1; echo bad-$i; done 8 echo end-2 11 echo $i:$j 13 echo bad-$i 15 echo end-$i 17 echo end-3 38 echo $i:$j 40 echo bad-$i [all …]
|
| H A D | eglob.t | 8 echo !([*)* 9 echo +(a|b[)* 23 echo [a*(]*)z 35 echo +()c 36 echo +()x 37 echo +(*)c 38 echo +(*)x 52 echo $x 61 echo 1: no-file+(a|b)stuff 62 echo 2: no-file+(a*(c)|b)stuff [all …]
|
| H A D | arith.t | 8 echo $((1 ? 20 : (x+=2))) 9 echo $i,$x 10 echo $((0 ? (y+=2) : 30)) 11 echo $j,$y 27 echo $((1 ? 20 : (x+=2))) 28 echo $i,$x 29 echo $((0 ? (y+=2) : 30)) 30 echo $i,$y 54 echo $((0 ? x+=2 : 20)) 63 echo $((20 / 2 / 2)) [all …]
|
| H A D | strsub.t | 5 echo empty ${v/old/new} 7 echo empty ${v/old/} 8 echo ${v/new/} 10 echo ${v/old/new} 12 echo ${v/old/new} 13 echo "${v/old/new}" 15 echo ${foo//a/v} 16 echo ${foo/a/v} 38 echo ${v/bsd.rd/} 49 echo ${v//old/new} [all …]
|
| H A D | unclass2.t | 7 echo ${A[x=(i+=1)]#${A[y=(i+=2)]}} 8 echo $x $y 19 echo ${foo[*]} 21 echo ${foo[*]} 32 echo still herre 51 echo loop1=$? 61 echo loop2=$? 68 echo loop3=$? 81 echo $? 84 echo $? [all …]
|
| H A D | glob.t | 7 echo [* 8 echo *[x 9 echo [x/* 24 echo d*/* 25 echo d*/abc 40 echo [ab-]* 41 echo [-ab]* 42 echo [!-ab]* 43 echo [!ab]* 44 echo []ab]* [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/ |
| H A D | test.txt | 6 # RUN: %if feature %{ echo "test-1" %} 7 # CHECK-NEXT: {{^.*'RUN}}: at line [[#@LINE-1]]'; echo "test-1" 12 # RUN: %if nofeature %{ echo "fail" %} 16 # RUN: %if nofeature %{ echo "fail" %} %else %{ echo "test-2" %} 17 # CHECK-NEXT: {{^.*'RUN}}: at line [[#@LINE-1]]'; echo "test-2" 21 # RUN: echo test-%if feature %{ 3 %} %else %{ fail %}-test 22 # RUN: echo test-%if feature %{ 4 4 %} %else %{ fail %}-test 23 # RUN: echo test-%if nofeature %{ fail %} %else %{ 5 5 %}-test 24 # CHECK-NEXT: {{^.*'RUN}}: at line [[#@LINE-3]]'; echo test- 3 -test 25 # CHECK-NEXT: {{^.*'RUN}}: at line [[#@LINE-3]]'; echo test- 4 4 -test [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | make.bat | 20 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 …]
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/ |
| H A D | make.bat | 20 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 …]
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | make.bat | 20 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 …]
|
| /openbsd-src/gnu/llvm/lld/docs/ |
| H A D | make.bat | 20 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 …]
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | diff-unified.txt | 1 # RUN: echo 1 > %t.foo 2 # RUN: echo 2 >> %t.foo 3 # RUN: echo 3 >> %t.foo 4 # RUN: echo 4 >> %t.foo 5 # RUN: echo 5 >> %t.foo 6 # RUN: echo 6 foo >> %t.foo 7 # RUN: echo 7 >> %t.foo 8 # RUN: echo 8 >> %t.foo 9 # RUN: echo 9 >> %t.foo 10 # RUN: echo 10 >> %t.foo [all …]
|
| /openbsd-src/regress/usr.bin/make/ |
| H A D | mk11 | 10 @echo ${V:C/^$A//} 11 @echo ${V:C/$A$//} 12 @echo ${V:C/^${A}//} 13 @echo ${V:C/${A}$//} 15 @echo ${V:C/^$A/1/} 16 @echo ${V:C/$A$/1/} 17 @echo ${V:C/^${A}/1/} 18 @echo ${V:C/${A}$/1/} 20 @echo ${V:C/^$A/1&/} 21 @echo ${V:C/$A$/1&/} [all …]
|
| H A D | mk21 | 25 @echo "B= $B" 26 @echo "C= $C" 27 @echo "E= $E" 28 @echo "F= $F" 29 @echo "G= $G" 30 @echo "S= $S" 31 @echo "T= $T" 32 @echo "X= $X" 33 @echo "Y= $Y" 34 @echo "Z= $Z"
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | branches.c | 8 int echo(int a) in echo() function 22 retval = echo(1) ; in neqtest() 23 else retval = echo(2) ; in neqtest() 28 a = echo(a) ; in zerotest() 30 retval = echo(1) ; in zerotest() 32 retval = echo(0) ; in zerotest() 33 retval = echo(retval) ; in zerotest() 46 retval = echo(0) ; in nonzerotest() 47 else retval = echo(1) ; in nonzerotest() 76 a = echo(a) ; in while3() [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Xr/ |
| H A D | args.out_markdown | 10 echo(1) 12 echo(1) followed by something *else*. 15 echo(1)s. 18 (echo(1)), and 20 echo(1). 23 (echo(1)) 25 echo, 27 echo, 28 no echo 30 echo at all.
|
| H A D | args.out_ascii | 7 One single echo(1) is fine, and so is an echo(1) followed by something 10 But listen for multiple echo(1)s. 12 A call, an (echo(1)), and another echo(1). 14 Finally, an (echo(1)) without a blank, half an echo, no blank after half 15 an echo, no echo and no echo at all.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | configure.host | 13 …"$libunwind" != xlibunwind.a ]; then libgcc="$libgcc $libunwind"; fi; fi; echo --start-group $libg… 22 …HOSTING_CRT0='-dynamic-linker `[ -f \`${CC} --print-prog-name=ld-elf.so.1\` ] || echo /usr/libexec… 23 …t-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; el… 31 …/crti.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; elif [ -f /usr/lib/crtbegin.o ]… 32 …TING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; elif [ -f /usr/lib/crtend.o ]; … 36 …t1.o` `${CC} --print-file-name=crti.o` `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; … 37 …t-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; el… 89 HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,ld\[^ \]\*,ld-linux,g"` 93 HOSTING_CRT0='-p '`echo "$HOSTING_CRT0" | sed -e "s,ld\[^ \]\*,ld-linux,g"` 99 …HOSTING_LIBS='--start-group `if [ -f ../gcc/libgcc.a ]; then echo ../gcc/libgcc.a; else if test "$… [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | configure.host | 13 …"$libgcc_eh" != xlibgcc_eh.a ]; then libgcc="$libgcc $libgcc_eh"; fi; fi; echo --start-group $libg… 22 …HOSTING_CRT0='-dynamic-linker `[ -f \`${CC} --print-prog-name=ld-elf.so.1\` ] || echo /usr/libexec… 23 …t-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; el… 31 …/crti.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; elif [ -f /usr/lib/crtbegin.o ]… 32 …TING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; elif [ -f /usr/lib/crtend.o ]; … 36 …t1.o` `${CC} --print-file-name=crti.o` `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; … 37 …t-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; el… 87 HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,ld\[^ \]\*,ld-linux,g"` 91 HOSTING_CRT0='-p '`echo "$HOSTING_CRT0" | sed -e "s,ld\[^ \]\*,ld-linux,g"` 97 …HOSTING_LIBS='--start-group `if [ -f ../gcc/libgcc.a ]; then echo ../gcc/libgcc.a; else if test "$… [all …]
|