| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | ssl_test.tmpl | 31 $OUT .= qq{$key} . " = " . qq{$server{$key}\n} if defined $server{$key}; 37 $OUT .= qq{$key} . " = " . qq{$server2{$key}\n} if defined $server2{$key}; 44 $OUT .= qq{$key} . " = " . qq{$resume_server{$key}\n} if defined $resume_server{$key}; 52 $OUT .= qq{$key} . " = " . qq{$client{$key}\n} if defined $client{$key}; 58 $OUT .= qq{$key} . " = " . qq{$resume_client{$key}\n} if defined $resume_client{$key}; 65 $OUT .= qq{$key} ." = " . qq{$test{$key}\n} if defined $test{$key}; 94 $OUT .= qq{$key} . " = " . qq{$server{"extra"}{$key}\n} 101 $OUT .= qq{$key} . " = " . qq{$server2{"extra"}{$key}\n} 108 $OUT .= qq{$key} . " = " . qq{$resume_server{"extra"}{$key}\n} 115 $OUT .= qq{$key} . " = " . qq{$client{"extra"}{$key}\n} [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | ssl_test.tmpl | 31 $OUT .= qq{$key} . " = " . qq{$server{$key}\n} if defined $server{$key}; 37 $OUT .= qq{$key} . " = " . qq{$server2{$key}\n} if defined $server2{$key}; 44 $OUT .= qq{$key} . " = " . qq{$resume_server{$key}\n} if defined $resume_server{$key}; 52 $OUT .= qq{$key} . " = " . qq{$client{$key}\n} if defined $client{$key}; 58 $OUT .= qq{$key} . " = " . qq{$resume_client{$key}\n} if defined $resume_client{$key}; 65 $OUT .= qq{$key} ." = " . qq{$test{$key}\n} if defined $test{$key}; 94 $OUT .= qq{$key} . " = " . qq{$server{"extra"}{$key}\n} 101 $OUT .= qq{$key} . " = " . qq{$server2{"extra"}{$key}\n} 108 $OUT .= qq{$key} . " = " . qq{$resume_server{"extra"}{$key}\n} 115 $OUT .= qq{$key} . " = " . qq{$client{"extra"}{$key}\n} [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | xgettext-perl-1 | 94 printf "%s\n", gettext qq(ecs\tasy); 95 printf "%s\n", gettext qq(ecs\\tasy); 96 printf "%s\n", gettext qq(ecs\\\tasy); 97 printf "%s\n", gettext qq(ecs\\\\tasy); 98 printf "%s\n", gettext qq(ecs\\\\\tasy); 104 printf "%s\n", gettext qq(mari\huana); 105 printf "%s\n", gettext qq(mari\\huana); 106 printf "%s\n", gettext qq(mari\\\huana); 107 printf "%s\n", gettext qq(mari\\\\huana); 108 printf "%s\n", gettext qq(mari\\\\\huana);
|
| H A D | xgettext-perl-4 | 25 print (qq {\uU\lp \LaNd\E \ldo\lWn, \Uoh\E, yeah\Q!!!\E\\!\n});
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| H A D | bn_mp_cnt_lsb.c | 28 mp_digit q, qq; in mp_cnt_lsb() local 43 qq = q & 15; in mp_cnt_lsb() 44 x += lnz[qq]; in mp_cnt_lsb() 46 } while (qq == 0); in mp_cnt_lsb()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | match.c | 535 struct optab *q, *qq = NULL; in findops() local 585 qq = q; in findops() 609 sh = shswitch(sh, p->n_left, qq->lshape, cookie, in findops() 610 qq->rewrite & RLEFT, gol); in findops() 611 sh = shswitch(sh, p->n_right, qq->rshape, cookie, in findops() 612 qq->rewrite & RRIGHT, gor); in findops() 618 sh = ffs(cookie & qq->visit & INREGS)-1; in findops() 739 struct optab *qq = NULL; /* XXX gcc */ in findasg() local 796 qq = q; in findasg() 811 sh = shswitch(sh, p->n_left, qq->lshape, cookie, in findasg() [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | putscj.c | 675 putcx1(bigptr qq) in putcx1() argument 684 if(qq == NULL) in putcx1() 687 switch(qq->tag) { in putcx1() 689 if( ISCOMPLEX(qq->vtype) ) in putcx1() 690 qq = putconst(qq); in putcx1() 691 return( qq ); in putcx1() 694 if( ! addressable(qq) ) { in putcx1() 696 p = putassign( cpexpr(resp), qq->b_addr.memoffset ); in putcx1() 698 qq->b_addr.memoffset = resp; in putcx1() 700 return( qq ); in putcx1() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/ |
| H A D | over.cpp | 41 box *make_over_box(box *pp, box *qq) in make_over_box() argument 43 return new over_box(0, pp, qq); in make_over_box() 46 box *make_small_over_box(box *pp, box *qq) in make_small_over_box() argument 48 return new over_box(1, pp, qq); in make_small_over_box() 51 over_box::over_box(int is_small, box *pp, box *qq) in over_box() argument 52 : reduce_size(is_small), num(pp), den(qq) in over_box()
|
| H A D | limit.cpp | 40 box *make_limit_box(box *pp, box *qq, box *rr) in make_limit_box() argument 42 return new limit_box(pp, qq, rr); in make_limit_box() 45 limit_box::limit_box(box *pp, box *qq, box *rr) in limit_box() argument 46 : p(pp), from(qq), to(rr) in limit_box()
|
| H A D | other.cpp | 43 accent_box::accent_box(box *pp, box *qq) : pointer_box(pp), ab(qq) in accent_box() argument 238 uaccent_box::uaccent_box(box *pp, box *qq) in uaccent_box() argument 239 : pointer_box(pp), ab(qq) in uaccent_box()
|
| H A D | script.cpp | 59 script_box::script_box(box *pp, box *qq, box *rr) in script_box() argument 60 : pointer_box(pp), sub(qq), sup(rr) in script_box()
|
| /netbsd-src/usr.sbin/lpr/lpc/ |
| H A D | cmds.c | 942 struct queue **qq; in doarg() local 968 for (qq = queue + nitems; --qq >= queue; ) { in doarg() 970 for (cp = (*qq)->q_name+3; isdigit((unsigned char)*cp); ) in doarg() 978 if (touch(*qq) == 0) { in doarg() 979 printf("\tmoved %s\n", (*qq)->q_name); in doarg() 988 for (qq = queue + nitems; --qq >= queue; ) { in doarg() 990 fp = fopen((*qq)->q_name, "r"); in doarg() 1000 if (touch(*qq) == 0) { in doarg() 1001 printf("\tmoved %s\n", (*qq)->q_name); in doarg()
|
| /netbsd-src/external/bsd/unbound/dist/contrib/android/ |
| H A D | install_tools.sh | 5 sudo apt-get -qq update 6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf aut…
|
| H A D | install_ndk.sh | 33 if ! unzip -qq "$HOME/android-sdk.zip" -d "$ANDROID_SDK_ROOT"; 40 if ! unzip -qq "$HOME/android-ndk.zip" -d "$HOME";
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | stdbool.m4 | 104 bool *qq = &q; 109 *qq |= q; *qq |= ! q; 112 + !m + !n + !o + !p + !q + !pq + !qq);
|
| /netbsd-src/lib/libm/arch/vax/ |
| H A D | n_cbrt.S | 72 mulf3 %r2,%r2,%r3 # %r3 =qq 73 divf2 %r0,%r3 # %r3 = qq/x 83 muld3 %r2,%r2,%r4 # %r4:%r5 = qq exactly
|
| /netbsd-src/games/hack/ |
| H A D | hack.c | 498 int qq; in pickup() local 499 for (qq = 1; qq < savequan; qq++) { in pickup() 500 obj->quan = qq; in pickup() 505 qq--; in pickup() 507 if (!qq) in pickup() 510 (qq == 1) ? "one" : "some", in pickup() 512 (void) splitobj(obj, qq); in pickup()
|
| /netbsd-src/external/mit/libcbor/dist/ |
| H A D | .travis-qemu.sh | 20 sudo apt-get install -qq -y ${HOST_DEPENDENCIES} 40 -qq -y ${GUEST_DEPENDENCIES}
|
| /netbsd-src/external/gpl2/dtc/dist/ |
| H A D | dtdiff | 31 $DTC -I $IFORMAT -O dts -qq -f -s -o - "$DT"
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/ |
| H A D | embeddedSCTs1_issuer.pem | 14 AQH/MA0GCSqGSIb3DQEBCwUAA4GBAD0aYh9OkFYfXV7kBfhrtD0PJG2U47OV/1qq
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/ |
| H A D | p2048_q256_t1864_gind1.pem | 3 MSGdZJ5FpndQD/ndqSctTssjW+cxjJ4mHjVTXpTZURQZW0MNkn7+qVw6oFrnd+qq
|
| /netbsd-src/external/mit/isl/dist/test_inputs/schedule/ |
| H A D | nana.sc | 5 # This test case was contributed by Nana CK <1429802329@qq.com>.
|
| /netbsd-src/external/mpl/mozilla-certdata/share/certs/ |
| H A D | TrustAsia_Global_Root_CA_G3.pem | 12 qq+FqklYqL9joDiR5rPmd2jE+SoZhLsO4fWvieylL1AgdB4SQXMeJNnKziyhWTXA
|
| /netbsd-src/external/mit/libuv/dist/ |
| H A D | AUTHORS | 245 Nan Xiang <514580344@qq.com> 264 liuxiaobo <icexile@qq.com> 310 tux.uudiin <77389867@qq.com> 357 damon-kwok <563066990@qq.com> 423 twosee <twose@qq.com> 443 司徒玟琅 <sanjusss@qq.com> 518 theanarkh <2923878201@qq.com>
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
| H A D | libf7.c | 1685 f7_t qq7, *qq = &qq7; in f7_exp() local 1693 f7_divx (qq, aa, cst, 1 + 11); in f7_exp() 1696 f7_round (qq, qq); in f7_exp() 1697 int16_t q = f7_get_s16 (qq); in f7_exp() 1700 f7_msub (cc, qq, cst, aa); in f7_exp() 1705 f7_madd (cc, qq, yy, cc); in f7_exp() 1721 f7_horner (cc, cc, n_coeff_exp, coeff_exp, qq); in f7_exp()
|