Searched refs:quick (Results 1 - 17 of 17) sorted by relevance

/src/usr.bin/make/unit-tests/
H A Dvarmod-to-many-words.mk6 SENTENCE= The quick brown fox jumps over the lazy brown dog.
16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
H A Dvarmod-to-one-word.mk6 SENTENCE= The quick brown fox jumps over the lazy brown dog.
16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
H A Dsuff-rebuild.mk24 # XXX: At a quick glance, the code in SuffUpdateTarget looks as if it were
/src/usr.bin/who/
H A Dwho.c75 static void quick(const char *);
182 quick(NULL);
191 quick(*argv);
368 quick(const char *fname) function in typeref:typename:void
/src/games/sail/
H A Dmisc.c160 portside(struct ship *from, struct ship *on, int quick) argument
167 if (quick == -1) {
172 if (quick != 0)
/src/usr.sbin/npf/npfctl/
H A Dnpf_scan.l153 quick return FINAL;
/src/sys/arch/mac68k/obio/
H A Desp.c181 int quick = 0, avdma = 0; local in function:espattach
202 quick = 1;
222 quick = 1;
230 if (quick) {
280 if (quick)
281 aprint_normal(" (quick)");
328 if (!quick && !avdma) {
/src/dist/pf/sbin/pfctl/
H A Dparse.y382 u_int8_t quick;
456 %type <v.logquick> logquick quick log logopts logopt
692 anchorrule : ANCHOR anchorname dir quick interface af proto fromto
741 r.quick = $4.quick;
919 if ($3.quick) {
920 yyerror("scrub rules do not support 'quick'");
1057 r.quick = $2.quick;
1108 r.quick
2249 quick : /* empty */ { $$.quick = 0; } label
[all...]
H A Dpfctl_optimize.c134 PF_RULE_FIELD(quick, BREAK),
375 * 4) re-order the 'quick' rules based on feedback from the
418 TAILQ_FIRST(&block->sb_rules)->por_rule.quick &&
806 * Optimization pass #4: re-order 'quick' rules based on feedback from the
H A Dpfctl_parser.c793 if (r->quick)
794 printf(" quick");
/src/dist/pf/libexec/tftp-proxy/
H A Dfilter.c293 * pass quick [log] inet[6] proto tcp \
298 pfr.rule.quick = 1;
/src/dist/pf/usr.sbin/ftp-proxy/
H A Dfilter.c317 * pass quick [log] inet[6] proto tcp \
322 pfr.rule.quick = 1;
/src/sys/dist/pf/net/
H A Dpf.c2100 int quick = 0; local in function:pf_step_out_of_anchor
2127 quick = f->r->quick;
2131 return (quick);
3330 if ((*rm)->quick)
3783 if ((*rm)->quick)
H A Dpfvar.h589 u_int8_t quick; member in struct:pf_rule
H A Dpf_ioctl.c1016 PF_MD5_UPD(rule, quick);
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dsc7280-herobrine.dtsi779 * On a quick glance it might look like KYPD_VOL_UP_N is used, but
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru.dtsi303 * This quick transition under light load has the possibility to trigger the

Completed in 39 milliseconds