| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | speed.t | 69 my $s = 'ab' x 1_000_000; 77 $s=~ /ab.{1,2}x/; 78 pass("RT#120692 ab.{1,2} mustn't run slowly"); 85 $s = "-ab\n" x 250_000; 87 ok($s =~ /^ab.*x/m, "distant float with /m"); 106 ok ($s !~ /.*:::\s*ab/, 'PREGf_IMPLICIT'); 107 ok ($s !~ /.*:::\s*ab/i, 'PREGf_IMPLICIT/i'); 108 ok ($s !~ /.*:::\s*ab/m, 'PREGf_IMPLICIT/m'); 109 ok ($s !~ /.*:::\s*ab/mi, 'PREGf_IMPLICIT/mi'); 110 ok ($s !~ /.*:::\s*ab/ [all...] |
| H A D | re_tests | 22 ab*c abc y $& abc 23 ab*c abc y $-[0] 0 24 ab*c abc y $+[0] 3 25 ab*bc abc y $& abc 26 ab*bc abc y $-[0] 0 27 ab*bc abc y $+[0] 3 28 ab*bc abbc y $& abbc 29 ab*bc abbc y $-[0] 0 30 ab*bc abbc y $+[0] 4 31 ab*b [all...] |
| /openbsd-src/usr.bin/lastcomm/ |
| H A D | lastcomm.c | 62 struct acct ab; in main() local 109 char commpid[sizeof(ab.ac_comm) + 13]; in main() 111 if (fread(&ab, sizeof(struct acct), 1, fp) != 1) in main() 114 if (ab.ac_comm[0] == '\0') { in main() 115 ab.ac_comm[0] = '?'; in main() 116 ab.ac_comm[1] = '\0'; in main() 118 for (p = &ab.ac_comm[0]; in main() 119 p < &ab.ac_comm[sizeof ab.ac_comm] && *p; ++p) in main() 123 ab.ac_comm, ab.ac_pid); in main() 124 if (!*argv || requested(argv, &ab)) { in main() [all …]
|
| /openbsd-src/regress/usr.bin/sed/ |
| H A D | substitute.sh | 90 t ab ^ xab xab 91 t ab '()' xaxbx xab axb abx 92 t ab '$' abx abx 93 t ab '\<' xab xab 94 t ab '^|a' xb xb 95 t ab '^|b' xax xab ax 96 t ab '^|$' xabx xab abx 97 t ab '^|a|$' xbx xb abx 98 t ab '^|b|$' xax xab ax 99 t ab '^|a|b|$' xx xb ax [all …]
|
| H A D | hanoi.expected | 3 :ab :c :d : 4 :ab :cd : : 13 :cd :ab : : 14 :c :ab :d :
|
| /openbsd-src/regress/lib/libc/regex/ |
| H A D | tests | 61 a()b - ab ab 62 a\(\)b b ab ab 116 |ab C EMPTY 117 ab| C EMPTY 171 \(ab*\)[ab]*\1 b ababaaa ababaaa a 179 \(b*\)\(a*\1\)* b ab a 208 ab*c & abc abc 209 ab+c - abc abc 210 ab?c - abc abc 212 a\(**\)b b ab ab [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/roff/esc/ |
| H A D | O1.out_ascii | 7 O1: ab 8 O2: ab 9 O3: ab 10 O4: ab 11 O5: ab 12 O52: ab 13 O5n: ab 14 O6: ab 15 O0: ab
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
| H A D | dilayout.c | 10 struct ii ab; member 18 p[1] = a.ab.a; in foo() 19 p[2] = a.ab.b; in foo() 21 return a.ab; in foo() 24 str (struct ii ab, struct ii *p) in str() argument 26 *p = ab; in str() 29 ll (long long ab, long long *p) in ll() argument 31 *p = ab; in ll()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ppc/ |
| H A D | gcc_qmul.c | 18 double ab, tmp, tau; in __gcc_qmul() local 20 ab = A * B; in __gcc_qmul() 23 if (ab == 0.0) { in __gcc_qmul() 24 dst.s.hi = ab; in __gcc_qmul() 29 const doublebits abBits = {.d = ab}; in __gcc_qmul() 31 dst.s.hi = ab; in __gcc_qmul() 42 tmp = LOWORDER(ab, aHi, aLo, bHi, bLo); in __gcc_qmul() 44 tau = ab + tmp; in __gcc_qmul() 46 dst.s.lo = (ab - tau) + tmp; in __gcc_qmul()
|
| /openbsd-src/regress/usr.bin/mandoc/char/space/ |
| H A D | tab-filled.out_ascii | 7 …TTaabbss aarree rreellaattiivvee ttoo tthhee bbeeggiinnnniinngg oof… 16 ab 1 t 17 ab 22 t 18 ab 333 t 19 ab 4444 t 20 ab 55555 t 22 …TTaabb mmeeaassuurreemmeenntt ccoonnttiinnuueess oonnttoo tthhee nn… 34 ab 36 ab 38 ab [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | prdbg.c | 565 char ab[10]; in pr_int_type() local 567 sprintf (ab, "%sint%d", unsignedp ? "u" : "", size * 8); in pr_int_type() 568 return push_type (info, ab); in pr_int_type() 577 char ab[10]; in pr_float_type() local 584 sprintf (ab, "float%d", size * 8); in pr_float_type() 585 return push_type (info, ab); in pr_float_type() 607 char ab[10]; in pr_bool_type() local 609 sprintf (ab, "bool%d", size * 8); in pr_bool_type() 611 return push_type (info, ab); in pr_bool_type() 656 char ab[20]; in pr_enum_type() local [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | prdbg.c | 564 char ab[10]; in pr_int_type() local 566 sprintf (ab, "%sint%d", unsignedp ? "u" : "", size * 8); in pr_int_type() 567 return push_type (info, ab); in pr_int_type() 576 char ab[10]; in pr_float_type() local 583 sprintf (ab, "float%d", size * 8); in pr_float_type() 584 return push_type (info, ab); in pr_float_type() 606 char ab[10]; in pr_bool_type() local 608 sprintf (ab, "bool%d", size * 8); in pr_bool_type() 610 return push_type (info, ab); in pr_bool_type() 655 char ab[20]; in pr_enum_type() local [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | append.t | 41 my ($a, $ab) = ("a", "a\0b"); 42 my ($ua, $uab) = map pack("U0a*", $_), $a, $ab; 47 my $t1 = $a; $t1 .= $ab; 55 my $t3 = $ua; $t3 .= $ab; 61 my $t5 = $a; $t5 = $ab . $t5; 67 my $t7 = $ua; $t7 = $ab . $t7;
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Fo/ |
| H A D | section.out_ascii | 8 aabbss(_i_n_t _j); 14 _i_n_t aabbss(_i_n_t _j) _d_o_u_b_l_e ssiinn(_d_o_u_b_l_e _x) 17 _i_n_t aabbss(_i_n_t _j) _d_o_u_b_l_e ssiinn(_d_o_u_b_l_e _x) 20 _i_n_t aabbss(_i_n_t _j) _d_o_u_b_l_e ssiinn(_d_o_u_b_l_e _x) 23 _i_n_t aabbss(_i_n_t _j) _d_o_u_b_l_e ssiinn(_d_o_u_b_l_e _x) 26 _i_n_t aabbss(_i_n_t _j) _d_o_u_b_l_e ssiinn(_d_o_u_b_l_e _x) 29 _i_n_t aabbss(_i_n_t _j) _d_o_u_b_l_e ssiinn(_d_o_u_b_l_e _x) 32 _i_n_t aabbss(_i_n_t _j) _d_o_u_b_l_e ssiinn(_d_o_u_b_l_e _x) 35 _i_n_t aabbss(_i_n_t _j) _d_o_u_b_l_e ssiinn(_d_o_u_b_l_e _x) 38 _i_n_t aabbss(_i_n_t _j) _d_o_u_b_l_e ssiinn(_d_o_u_b_l_e _x) [all …]
|
| /openbsd-src/regress/lib/csu/callbacks/atexit/ |
| H A D | atexit_test.c | 51 ab(void) in ab() function 83 ab(); in main() 92 ab(); in main() 103 ab(); in main() 112 ab(); in main()
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | pp | 4 $a = "ab" ; $b = substr($a, 4,5) ; 7 $a = "ab" ; $b = \$a ; substr($b, 1,1) = $b 29 $a = "ab" ; 32 $a = "ab" ; 39 $a = "ab" ; 41 substr($b, 1,1) = "ab" ; 46 substr($b, 1,1) = "ab" ;
|
| /openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/t/ |
| H A D | quotekeys.t | 98 ab => 1, 122 …1,12 => 1,123456789 => 1,'1234567890' => 1,"1\x{660}" => 1,'::de::fg' => 1,ab => 1,'hi::12' => 1};) 123 …: q($VAR1 = {'::de::fg' => 1,ab => 1,'hi::12' => 1,0 => 1,'012345' => 1,12 => 1,123456789 => 1,'12… 129 …1,12 => 1,123456789 => 1,"1234567890" => 1,"1\x{660}" => 1,"::de::fg" => 1,ab => 1,"hi::12" => 1};) 130 …: q($VAR1 = {"::de::fg" => 1,ab => 1,"hi::12" => 1,0 => 1,"012345" => 1,12 => 1,123456789 => 1,"12…
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| H A D | tt2.C | 24 A ab; in f2() local 25 ab.a = 12; in f2() 26 return ab.fred(); in f2()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/ |
| H A D | covariant1.C | 29 AB* ab = new AB(); in main() local 31 A* a = ab; in main() 32 B* b = ab; in main()
|
| /openbsd-src/regress/usr.bin/mandoc/tbl/mod/ |
| H A D | spacing.out_ascii | 9 |ab|c |d | e | f | g | h | i | 10 |ab|c |d ||e f || g | h || i | 11 |ab|c |d ||e f || g | h || i |
|
| /openbsd-src/gnu/usr.bin/perl/t/io/ |
| H A D | data.t | 71 ab 73 ab 76 ab
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/ |
| H A D | 20000511-2.f | 1 subroutine sgbcon(norm,n,kl,ku,ab,ldab,ipiv,anorm,rcond,work,iwork argument 16 real ab(ldab,n),work(n) local 58 call saxpy(lm,-t,ab(kd+1,j),1,work(j+1),1)
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | glob.t | 40 echo [ab-]* 41 echo [-ab]* 42 echo [!-ab]* 43 echo [!ab]* 44 echo []ab]*
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | postinc.t | 20 is $t, "ab(3)c(4)d"; 45 is $t, "ab(3)c(4)d"; 58 is $t, "ab(0)c(1)d";
|
| /openbsd-src/regress/libexec/ld.so/dlopen/libab/ |
| H A D | Makefile | 1 LIB=ab 2 SRCS= ab.C
|