/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/ |
H A D | t.5.x | 1 xxx xxx 2 xxx xxx 3 xxx xxx mel 4 xxx xxx bwk me 5 xxx xxx ken him someone else 6 xxx xxx srb 7 xxx xxx lem 8 xxx xxx scj 9 xxx xxx rhm 10 xxx xxx shen [all …]
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | erf.c | 133 static const double xxx[] = { variable 208 #define tiny xxx[0] 209 #define half xxx[1] 210 #define one xxx[2] 211 #define two xxx[3] 212 #define erx xxx[4] 216 #define efx xxx[5] 217 #define efx8 xxx[6] 218 #define pp0 xxx[7] 219 #define pp1 xxx[8] [all …]
|
H A D | asin.c | 70 static const double xxx[] = { variable 88 #define one xxx[0] 89 #define huge xxx[1] 90 #define pio2_hi xxx[2] 91 #define pio2_lo xxx[3] 92 #define pio4_hi xxx[4] 93 #define pS0 xxx[5] 94 #define pS1 xxx[6] 95 #define pS2 xxx[7] 96 #define pS3 xxx[8] [all …]
|
H A D | acos.c | 64 static const double xxx[] = { variable 80 #define one xxx[0] 81 #define pi xxx[1] 82 #define pio2_hi xxx[2] 83 #define pio2_lo xxx[3] 84 #define pS0 xxx[4] 85 #define pS1 xxx[5] 86 #define pS2 xxx[6] 87 #define pS3 xxx[7] 88 #define pS4 xxx[8] [all …]
|
H A D | expm1.c | 133 static const double xxx[] = { variable 148 #define one xxx[0] 149 #define huge xxx[1] 150 #define tiny xxx[2] 151 #define o_threshold xxx[3] 152 #define ln2_hi xxx[4] 153 #define ln2_lo xxx[5] 154 #define invln2 xxx[6] 155 #define Q1 xxx[7] 156 #define Q2 xxx[8] [all …]
|
H A D | log1p.c | 99 static const double xxx[] = { variable 112 #define ln2_hi xxx[0] 113 #define ln2_lo xxx[1] 114 #define two54 xxx[2] 115 #define Lp1 xxx[3] 116 #define Lp2 xxx[4] 117 #define Lp3 xxx[5] 118 #define Lp4 xxx[6] 119 #define Lp5 xxx[7] 120 #define Lp6 xxx[8] [all …]
|
H A D | asinh.c | 49 static const double xxx[] = { variable 54 #define one xxx[0] 55 #define ln2 xxx[1] 56 #define huge xxx[2]
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | sm_range1.c | 7 int xxx; variable 12 for (xxx = 0; xxx < 10; xxx++) { in func() 19 if (xxx == 10) in func()
|
H A D | sm_compare17.c | 5 int xxx; variable 11 if (xxx < 0) in options_write() 14 if (++a == xxx) { in options_write() 20 __smatch_compare(a, xxx); in options_write()
|
H A D | sm_implied19.c | 3 int xxx, yyy; variable 8 if (xxx) in frob()
|
H A D | sm_loops6.c | 3 extern int xxx; 26 if (xxx) in test()
|
H A D | sm_mtag1.c | 4 static int xxx = 234; variable
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | TEST.mk | 12 * :TEST: xxx yyy ... 14 * $(REGRESS) $(REGRESSFLAGS) xxx.tst 17 * :TEST: xxx.tst yyy ... 19 * $(REGRESS) $(REGRESSFLAGS) xxx.tst yyy ... 21 * :TEST: xxx.c [ :: test-prereq ... :: ] [ args [ : args ... ] ] 23 * :TEST: xxx.sh [ :: test-prereq ... :: ] [ args [ : args ... ] ] 25 * xxx :TEST: prereq ...
|
H A D | make.probe | 655 then rm -f xxx.dll xxx.lib 656 if $cc -shared -Wl,--enable-auto-image-base -Wl,--out-implib=xxx.lib -o xxx.dll exp.$obj && 657 test -f xxx.lib -a -f xxx.dll 686 rm -f xxx$dll 689 if $xx $1 -o xxx$dll shared.$obj 2>e && test -r xxx$dll 693 case `PATH=/bin:/usr/bin:$PATH file xxx$dll` in 696 "") $executable xxx$dll || continue 699 $executable xxx$dll || continue 700 …case `strings xxx$dll | sed -e 's,.*[ |],,' | sort -u | egrep -i '^([._](dynamic|dynstr|dynsym))$'… 705 $executable xxx$dll || continue [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | T.sub | 72 a x aaa xaa xxx 73 axa xxa xxx 80 . x aaa xaa xxx 81 axa xxa xxx 82 bbb xbb xxx 130 b xxx bxxx bxbxbxb 145 $$$ x$$ xxx 150 ... x.. xxx
|
H A D | T.split | 183 @@@ xxx 184 @@@ xxx 185 @@@ xxx
|
H A D | T.re | 69 xxx 345 xxx
|
H A D | T.-f-f | 29 echo xxx | $AWK -f $TEMP1 -f $TEMP2 > $TEMP3
|
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/ |
H A D | t.format4 | 5 xxx=substr (text,1,105) 6 print length (xxx) 7 print xxx
|
H A D | t.re4 | 1 BEGIN { r1 = "xxx" 2 r2 = "xxx" ":"
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | arrays.sh | 37 unset xxx 39 do xxx[$i]=$i 199 unset xxx 200 xxx=foo 201 if [[ ${!xxx[@]} != 0 ]] 218 unset xxx 219 : ${xxx[3]} 220 if [[ ${!xxx[@]} ]] 226 xxx[++i]=1
|
H A D | cubetype.sh | 142 xxx=$(typeset -p c) 145 unset b c d zzz xxx ccc
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | status-close.ok | 1 xxx
|
/illumos-gate/usr/src/lib/libeti/ |
H A D | Makefile | 57 xxx: target
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | spell.sh | 67 set -A args xxx "$@"
|