Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 25 of 87) sorted by relevance

1234

/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.fun01 hello
3 hello
5 hello
7 hello
9 hello
11 hello
13 hello
15 hello
17 hello
19 hello
[all …]
H A Dt.fun11 hello
2 hello
/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/regress.multitest.out/
H A D4.41 hello
2 hello
3 hello
4 hello
5 hello
6 hello
7 hello
8 hello
9 hello
10 hello
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printf/
H A Dtst.wp.d.out2 hello
7 hello
8 hello
9 hello
10 hello
11 hello
12 hello
17 hello
18 hello
19 hello
[all …]
H A Dtst.precs.d.out2 hello
7 hello
8 hello
13 hello
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dredfilnm.ok1 hello, world
2 hello, world
3 hello, world
4 hello, world
5 hello, world
6 hello, world
7 hello, world
8 hello, world
9 hello, world
H A Dinpref.ok1 hello
2 hello
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dintpkey.test65 } {5 hello world}
70 } {5 5 hello world}
85 } {5 5 hello world}
109 } {hello one second}
263 } {5 hello world 0}
268 } {5 hello world 2}
273 } {5 hello world 3}
283 } {5 hello world 3}
289 } {5 hello world 11 hello world 5}
399 } {5 hello world 11 hello world}
[all …]
H A Dquote.test34 execsql {INSERT INTO '@abc' VALUES(5,'hello')}
43 } {0 {5 hello}}
49 } {0 {hello 10}}
59 } {0 {hello 10}}
65 } {0 {hello 10}}
77 } {0 {hello 16}}
H A Dcopy.test142 puts $fd "hello\\\tworld\t1"
143 puts $fd "hello\tworld\\\t2"
150 } {hello {world 2} {hello world} 1}
161 } {1 {hello
162 world} 2 {hello world}}
165 puts $fd "1:hello\\b\\f\\n\\r\\t\\vworld"
166 puts $fd "2:hello world"
173 } [list 1 "hello\b\f\n\r\t\vworld" 2 "hello world"]
187 } {{} {hello world}}
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dopen_memstreamtest.c26 const char hello[] = "hello"; variable
80 if (fprintf(fp, hello) == EOF) { in main()
90 if (size != OFFSET + sizeof(hello)-1) { in main()
92 size, OFFSET + sizeof(hello)-1); in main()
129 if (memcmp(buf + OFFSET, hello, sizeof(hello)-1) != 0) { in main()
145 if (size != OFFSET + sizeof(hello)-1) { in main()
147 size, OFFSET + sizeof(hello)-1); in main()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dheredoc.sh37 hello world
43 hello world
47 hello world
51 hello world
54 x=hello
60 $(print hello) world
67 then err_exit "'hello world' here doc not working"
89 hello
93 if [[ $x != hello ]]
247 [[ $($SHELL $script) == hello ]] 2> /dev/null || err_exit 'heredoc embeded in command substitution …
H A Dbasic.sh224 x=$(print hello)
225 if [[ $x != hello ]]
232 /bin/echo hello
235 if [[ $x != $'\n'hello ]]
238 x=$( (/bin/echo hello) 2> /dev/null )
239 if [[ $x != hello ]]
375 print hello
377 [[ $x == hello ]]
382 y=hello
383 print hello
[all …]
H A Dio.sh141 print hello
207 if [[ $newio && $(print hello | while read -u$n; do print $REPLY; done {n}<&0) != hello ]]
211 hello
292 hello world
296 print hello > $tmp/1
298 then let 1;[[ $(<$tmp/1) == hello ]] || err_exit '>; not preserving file on failure'
311 then [[ $(<$tmp/1) == hello ]] || err_exit '<>; not truncating file on success of head'
465 print hello there world > $tmp/foobar
468 print hello there world > $tmp/foobar
471 print hello there world > $tmp/foobar
H A Dalias.sh35 if [[ $(foo) != hello ]]
70 if [[ $(!! hello 2>/dev/null) != hello ]]
H A Dattributes.sh169 w1=hello
197 hello worldhello worldhello world
219 export foo=hello
221 [[ $foo == hello ]] || err_exit 'export scoping problem in function'
386 typeset -a -u s=( hello world chicken )
389 typeset -A -u s=( [1]=hello [0]=world [2]=chicken )
404 [[ ${a1[70].text} == hello ]]
423 [[ $(printf "%B" x) == hello ]] || err_exit "append for typeset -b not working: got '$(printf "%B" …
H A Dpty.sh164 u ^hello\r?\n$
175 w echo hello
176 u ^hello\r?\n$
194 u ^hello\r?\n$
376 c echo hello\E
383 u ^hello world\r?\n$
H A Dcomvar.sh287 hello=ok
293 foo2.hello=notok foo2.yes.yex=no foo2.extra=yes.
308 typeset x=( typeset -a foo=( [1][3]=hello [9][2]="world" ) )
349 z.foo=( [one]=hello [two]=(x=3 y=4) [three]=hi)
350 z.bar[0]=hello
426 typeset -C -A hello=( [foo]=bar)
427 [[ $(typeset -p hello) == 'typeset -C -A hello=([foo]=bar)' ]] || err_exit 'typeset -A -C with inti…
451 hello
489 info.hello="world"
H A Dnameref.sh40 foo=hello
57 if [[ ${.foo.bar} != hello ]]
92 [[ ${.sh.value} ]] && print hello
127 foo=hello
128 if [[ $bar != hello ]]
252 typeset var=( foo=hello)
257 ) == *foo=hello* ]] || err_exit 'unable to display compound variable from name reference of local …
H A Drestricted.sh53 [[ $(rksh -c 'print hello') == hello ]] || err_exit 'unable to run print'
75 print hello
H A Dreturn.sh154 print hello
157 if [[ $x != hello ]]
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtype1.c16 struct hello { struct
20 static int test(struct hello *arg) in test() argument
H A Dstruct-as.c7 struct hello { struct
13 static int broken(struct hello __user *sp) in broken() argument
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dpsignal.ksh49 hello world: Segmentation Fault
51 hello world : Segmentation Fault ( from process 0 )
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.misc93 echo hello |
98 echo hello |
267 $AWK 'BEGIN {"hello"}' 2> $TEMP0
399 print "hello, world"

1234