HomeSort by: relevance | last modified time | path
    Searched refs:skipping (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/i386/stand/dosboot/
doscommain.c 56 enum state {skipping, doing_arg, doing_long_arg}; enumerator in enum:state
70 s = skipping;
78 s = skipping;
89 case skipping:
97 s = skipping;
108 if (s == skipping) {
114 if (s != skipping)
  /src/sys/arch/acorn32/stand/lib/
srt1.c 52 enum state {skipping, doing_arg, doing_long_arg}; enumerator in enum:state
97 s = skipping;
106 s = skipping;
117 case skipping:
128 s = skipping;
140 if (s == skipping) {
  /src/usr.bin/make/unit-tests/
directive-dinclude.mk 4 # silently skipping it if it cannot be opened. This is primarily used for
7 # The 'silently skipping' only applies to the case where the file cannot be
directive-hyphen-include.mk 4 # silently skipping it if it cannot be opened.
6 # The 'silently skipping' only applies to the case where the file cannot be
directive-sinclude.mk 4 # silently skipping it if it cannot be opened.
6 # The 'silently skipping' only applies to the case where the file cannot be
suff-transform-endless.exp 32 FindThem: skipping duplicate "all.e"
suff-transform-select.exp 33 FindThem: skipping duplicate "all.e"
opt-file.mk 95 # make: "(stdin)" line 1: warning: Zero byte read from file, skipping rest of line.
directive-undef.mk 9 # variable, silently skipping all further variable names.
directive-include-guard.mk 37 # expect: Skipping 'variable-ifndef.tmp' because 'VARIABLE_IFNDEF' is defined
48 # expect: Skipping 'variable-ifndef-reuse.tmp' because 'VARIABLE_IFNDEF' is defined
80 # expect: Skipping 'comments.tmp' because 'COMMENTS' is defined
91 # expect: Skipping 'variable-if.tmp' because 'VARIABLE_IF' is defined
102 # expect: Skipping 'variable-if-reuse.tmp' because 'VARIABLE_IF' is defined
252 # expect: Skipping 'variable-assign-indirect.tmp' because 'VARIABLE_ASSIGN_INDIRECT' is defined
263 # expect: Skipping 'variable-assign-late.tmp' because 'VARIABLE_ASSIGN_LATE' is defined
277 # expect: Skipping 'variable-assign-nested.tmp' because 'VARIABLE_ASSIGN_NESTED' is defined
291 # expect: Skipping 'variable-already-defined.tmp' because 'VARIABLE_ALREADY_DEFINED' is defined
323 # skipping the file affects each of these files
    [all...]
  /src/tests/lib/libc/regex/
t_regex_att.c 60 "skipping failed test at line %zu (pattern=%s, input=%s)\n",
207 fprintf(stderr, "skipping unsupported [%s] tests\n", s);
393 int skipping = 0; local in function:att_test
420 skipping = 0;
423 if (skipping)
464 skipping++;
470 skipping = 0;
  /src/games/warp/
weapon.c 442 int skipping; local in function:fire_phaser
465 skipping = (obj != base),
469 size && (!occupant[y][x]||(skipping && occupant[y][x]->type==Star));
503 if (skipping)
504 skipping = 0;
  /src/sys/arch/riscv/riscv/
riscv_machdep.c 653 bool found, start, skipping; local in function:parse_mi_bootargs
659 skipping = false;
664 skipping = false;
666 skipping = true;
674 skipping = false;
678 if (skipping) {
  /src/regress/sys/fs/lfs/ckckp/
check-all 251 m/skipping free list check/ ||
277 print "Skipping out-of-place checkpoint $k at $a\n";
  /src/bin/sh/
eval.c 422 skipping: if (evalskip == SKIPCONT && --skipcount <= 0) {
442 goto skipping;
1599 * above all check this flag, and if it is set they start skipping
  /src/usr.sbin/postinstall/
postinstall.in 318 msg "${src} is not a directory; skipping check"
1360 msg "${FONTCONFIG_DIR} is not a directory; skipping check"
2546 msg "${etcx11} is not a directory; skipping check"
2553 msg "${libx11} is not a directory; skipping check"
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 3335 // We get this symbol by skipping leading blanks and optional +/- sign.

Completed in 23 milliseconds