/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.enum.d | 42 three,
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/ |
H A D | tst.bases.d | 32 @three = llquantize(i, 3, 0, 1, 9);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.lquantzero.d | 57 @three[i] = lquantize(0, 0, 20, 1, incr); 76 printa(@three);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.linkpriv.ksh | 47 DTRACE_PROBE3(test_prov, three, 4, 5, 7); 58 probe three(uintptr_t, uintptr_t, uintptr_t);
|
H A D | tst.linkunpriv.ksh | 49 DTRACE_PROBE3(test_prov, three, 4, 5, 7); 60 probe three(uintptr_t, uintptr_t, uintptr_t);
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | coprocess.sh | 60 ping three |& 67 for i in three four pipe four pipe four three pipe pipe three pipe 69 three) to=-u3;; 85 three) ;;
|
H A D | arrays.sh | 43 set -A x zero one two three four 'five six' 239 ( set -A list one two three four) 248 foo=( zero one '' three four '' six) 286 for i in one three four five 302 x=( [one]=1 [two]=2 [three]=3) 306 x=( [one]=1 [two]=2 [three]=3) 344 foo[0]=three 345 [[ $foo == three ]] || err_exit '--allexport not working with arrays' 471 a=(zero one two three four)
|
H A D | append.sh | 41 iarray=( one two three ) 43 if [[ ${iarray[@]} != 'one two three four five six' ]]
|
H A D | arith.sh | 226 y[three]=9 y[four]=2 227 three=four 228 four=three 229 (( x = y[three] + y[four] )) 233 (( x = y[$three] + y[$four] ))
|
H A D | subshell.sh | 37 z.foo=( [one]=hello [two]=(x=3 y=4) [three]=hi) 52 [three]=hi 66 z.foo[three]=good 67 [[ ${z.foo[three]} == good ]] || err_exit 'associative array assignment in subshell not working'
|
H A D | pointtype.sh | 74 Pt_t pp=( [one]=( x=3 y=4) [two]=( x=5 y=12) [three]=(y=2) ) 78 [[ ${!pp[@]} == 'one three two' ]] || err_exit '${pp[@] != "one three two"'
|
H A D | cubetype.sh | 203 cc[three]=cc[two] 204 [[ ${cc[two]} == "${cc[three]}" ]] || err_exit ' ${cc[two]} != ${cc[three]}' 205 [[ $cc[two] == "${cc[three]}" ]] || err_exit ' $cc[two] != $cc[three]'
|
H A D | substring.sh | 185 foo=one/two/three
|
H A D | builtins.sh | 470 then for i in $(command command -x ${SHELL:-ksh} -c 'print $#;[[ $1 != argument0 ]]' count $(longline $n) one two three) #2> /dev/null)
|
H A D | comvar.sh | 349 z.foo=( [one]=hello [two]=(x=3 y=4) [three]=hi) 364 [three]=hi
|
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | net_include.sh | 529 done | while read three four; do 530 [ "$three" != addif ] && echo "$three $four \c"
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | speedtest2.tcl | 93 set ones {zero one two three four five six seven eight nine
|
H A D | speedtest.tcl | 102 set ones {zero one two three four five six seven eight nine
|
/illumos-gate/usr/src/cmd/praudit/ |
H A D | print_audit.txt | 108 delimiter is three characters (not counting the required
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | fcode.c | 398 three(fcode_env_t *env) function 927 P1275(0x0a8, 0, "3", three);
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_history.txt | 193 * Added three new DiscoveryStatus bits for SAS IO Unit 375 * Added three new DiscoveryStatus bits for the SAS
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | server.c | 1670 char three = '\3'; local 1674 iov[0].iov_base = &three;
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vlog.S | 484 ! Once we get to the last element, we loop three more times to finish
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | generic_copy.s | 133 btst 7, %o4 ! if lower three bits zero
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_copy.s | 1612 btst 7, %o4 ! if lower three bits zero 1946 ! get another window w/space for three aligned blocks of saved fpregs
|