| /src/external/bsd/unbound/dist/contrib/android/ |
| 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 automake libtool pkg-config
|
| 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";
|
| /src/external/bsd/zstd/dist/tests/cli-tests/dictionaries/ |
| dictionary-mismatch.sh | 12 zstd --train -r . -o dict0 -qq 18 zstd --train -r . -o dict1 -qq
|
| setup_once | 14 zstd --train -r files -o dicts/0 -qq 20 zstd --train -r files -o dicts/1 -qq
|
| /src/external/gpl2/dtc/dist/ |
| dtdiff | 31 $DTC -I $IFORMAT -O dts -qq -f -s -o - "$DT"
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| 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) [all...] |
| xgettext-perl-4 | 23 # The qq operator and some of the more esoteric string interpolation 25 print (qq {\uU\lp \LaNd\E \ldo\lWn, \Uoh\E, yeah\Q!!!\E\\!\n});
|
| /src/external/gpl2/groff/dist/src/preproc/eqn/ |
| over.cpp | 41 box *make_over_box(box *pp, box *qq) 43 return new over_box(0, pp, qq); 46 box *make_small_over_box(box *pp, box *qq) 48 return new over_box(1, pp, qq); 51 over_box::over_box(int is_small, box *pp, box *qq) 52 : reduce_size(is_small), num(pp), den(qq)
|
| limit.cpp | 40 box *make_limit_box(box *pp, box *qq, box *rr) 42 return new limit_box(pp, qq, rr); 45 limit_box::limit_box(box *pp, box *qq, box *rr) 46 : p(pp), from(qq), to(rr)
|
| script.cpp | 59 script_box::script_box(box *pp, box *qq, box *rr) 60 : pointer_box(pp), sub(qq), sup(rr)
|
| other.cpp | 43 accent_box::accent_box(box *pp, box *qq) : pointer_box(pp), ab(qq) 238 uaccent_box::uaccent_box(box *pp, box *qq) 239 : pointer_box(pp), ab(qq)
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| match.c | 535 struct optab *q, *qq = NULL; local 585 qq = q; 609 sh = shswitch(sh, p->n_left, qq->lshape, cookie, 610 qq->rewrite & RLEFT, gol); 611 sh = shswitch(sh, p->n_right, qq->rshape, cookie, 612 qq->rewrite & RRIGHT, gor); 618 sh = ffs(cookie & qq->visit & INREGS)-1; 739 struct optab *qq = NULL; /* XXX gcc */ local 796 qq = q; 811 sh = shswitch(sh, p->n_left, qq->lshape, cookie 1084 struct optab *qq = NULL; \/* XXX gcc *\/ local [all...] |
| /src/lib/libm/arch/vax/ |
| 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
|
| /src/external/gpl2/xcvs/dist/doc/ |
| mkman.pl | 150 print qq{.SP\n.PD 0\n}; 159 print qq{\n.PD\n.IP "" $indent\n}; 170 $_ = qq{.IP "" $indent\n} . $_; 240 $table_header = qq{.IP "$bullet" $indent\n}; 246 $table_header = qq{.IP "" $hi\n}; 247 $table_footer = qq{\n.IP "" $indent};
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| putscj.c | 675 putcx1(bigptr qq) 684 if(qq == NULL) 687 switch(qq->tag) { 689 if( ISCOMPLEX(qq->vtype) ) 690 qq = putconst(qq); 691 return( qq ); 694 if( ! addressable(qq) ) { 696 p = putassign( cpexpr(resp), qq->b_addr.memoffset ); 698 qq->b_addr.memoffset = resp [all...] |
| /src/usr.sbin/lpr/lpc/ |
| cmds.c | 942 struct queue **qq; local 968 for (qq = queue + nitems; --qq >= queue; ) { 970 for (cp = (*qq)->q_name+3; isdigit((unsigned char)*cp); ) 978 if (touch(*qq) == 0) { 979 printf("\tmoved %s\n", (*qq)->q_name); 988 for (qq = queue + nitems; --qq >= queue; ) { 990 fp = fopen((*qq)->q_name, "r"); 1000 if (touch(*qq) == 0) [all...] |
| /src/usr.bin/ctags/test/ |
| ctags.test | 19 char qq[] = " quote(one,two) {int bar;} ";
|
| /src/games/hack/ |
| hack.c | 498 int qq; local 499 for (qq = 1; qq < savequan; qq++) { 500 obj->quan = qq; 505 qq--; 506 /* we can carry qq of them */ 507 if (!qq) 510 (qq == 1) ? "one" : "some", 512 (void) splitobj(obj, qq); [all...] |
| /src/sys/arch/next68k/stand/boot/ |
| boot.c | 65 volatile int qq; variable
|
| /src/external/bsd/ipf/dist/perl/ |
| plog | 346 defined ($arg) || &usage (1, qq{-$flag requires an argument}); 367 $match || &usage (1, qq{unknown action $a}); 373 &usage (1, qq{unknown option: -$_}) if (length); 379 (/^(.+)\/([\d+\.]+)$/) || (/^(.+)$/) || &usage (1, qq{invalid CIDR address $_}); 382 (scalar (@addr)) || &usage (1, qq{cannot resolve hostname $_}); 397 &usage (1, qq{invalid CIDR address $_}); 431 defined ($sf) || &quit (1, qq{cannot open services file $sm}); 442 || &quit (1, qq{$sm:$.: invalid definition: $text});
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
| libf7.c | 1685 f7_t qq7, *qq = &qq7; local 1693 f7_divx (qq, aa, cst, 1 + 11); 1696 f7_round (qq, qq); 1697 int16_t q = f7_get_s16 (qq); 1700 f7_msub (cc, qq, cst, aa); 1705 f7_madd (cc, qq, yy, cc); 1721 f7_horner (cc, cc, n_coeff_exp, coeff_exp, qq);
|
| /src/usr.bin/newsyslog/ |
| newsyslog.c | 368 char qq = toupper((unsigned char)*q); local 369 switch (qq) { 387 if (*compress[ziptype].flag == qq)
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| fixed-bit.h | 40 Fract: QQ, UQQ, HQ, UHQ, SQ, USQ, DQ, UDQ, TQ, UTQ 45 Ex: If we define FROM_QQ and TO_SI, the conversion from QQ to SI is 64 typedef _Fract QQtype __attribute__ ((mode (QQ))); 145 #define MODE_NAME QQ 146 #define MODE_NAME_S qq 666 #define FROM_MODE_NAME QQ 667 #define FROM_MODE_NAME_S qq 928 #define TO_MODE_NAME QQ 929 #define TO_MODE_NAME_S qq
|
| /src/external/bsd/nsd/dist/ |
| lookup3.c | 935 uint8_t qq[] = "xThis is the time for all good men to come to the aid of their country..."; local 956 p = &qq[1];
|
| /src/external/bsd/unbound/dist/util/storage/ |
| lookup3.c | 1086 uint8_t qq[] = "xThis is the time for all good men to come to the aid of their country..."; local 1107 p = &qq[1];
|