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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_format.inc 230 return nullptr; // unexpected end of string
328 Report("%s: WARNING: unexpected format specifier in scanf interceptor: ",
466 Report("WARNING: unexpected floating-point arg size" \
481 Report("WARNING: unexpected arg size" \
526 "%s: WARNING: unexpected format specifier in printf "
  /src/usr.bin/make/unit-tests/
cmd-errors-jobs.mk 42 : unexpected $@-${UNCLOSED
45 : unexpected $@-${UNCLOSED:
48 : unexpected $@-${UNKNOWN:Z}-eol
50 # expect-not-matches: ^: unexpected
52 # expect: in command ": unexpected $@-${UNCLOSED"
cond-short.mk 27 # evaluate at all' and 'allow undefined variables' led to the unexpected
35 .if 0 && ${echo "unexpected and" 1>&2 :L:sh}
41 .if 0 && exists(nonexistent${echo "unexpected and exists" 1>&2 :L:sh})
47 .if 0 && empty(${echo "unexpected and empty" 1>&2 :L:sh})
55 VAR= ${VAR${:U11${echo "unexpected VAR U11" 1>&2 :L:sh}}}
56 VAR13= ${VAR${:U12${echo "unexpected VAR13" 1>&2 :L:sh}}}
57 .if 0 && !empty(VAR${:U13${echo "unexpected U13 condition" 1>&2 :L:sh}})
60 VAR= ${VAR${:U21${echo "unexpected VAR U21" 1>&2 :L:sh}}}
68 .if 0 && !empty(VAR:M${:U${echo "unexpected M pattern" 1>&2 :L:sh}})
74 .if 0 && !empty(VAR:S,from,${:U${echo "unexpected S modifier" 1>&2 :L:sh}},
    [all...]
deptgt-end-jobs.mk 38 # This may be unexpected at first since the natural order would be
deptgt-end.mk 37 # This may be unexpected at first since the natural order would be
var-op-append.mk 49 # variable was expanded two times in a row, which was unexpected but
varmod-edge.mk 23 # XXX: This is unexpected but rarely occurs in practice.
37 # XXX: This is unexpected. The opening brace should also be unescaped.
55 # XXX: This is unexpected but rarely occurs in practice.
varmod-indirect.mk 20 . warning unexpected
26 . warning unexpected
33 . warning unexpected
42 . warning unexpected
var-eval-short.mk 14 FAIL= ${:!echo unexpected 1>&2!}
var-op-assign.mk 91 # unexpected variable values.
varmod-match-escape.mk 17 . warning unexpected
var-op-expand.mk 236 # silent unexpected behavior.
238 # As of 2021-11-20, the actual behavior is unexpected. Fixing it is not
directive-for-escape.mk 38 # XXX: It is unexpected that the variable V gets expanded in the loop body.
varmod-sysv.mk 234 # XXX: This is unexpected. Add more test case to demonstrate the effects
  /src/sys/arch/evbarm/gemini/
gemini.h 118 # error unexpected NGEMINIIPM > 1
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 973 /* Copy into YYRESULT an error message about the unexpected token
1001 YY_("syntax error, unexpected %s");
1002 YY_("syntax error, unexpected %s, expecting %s");
1003 YY_("syntax error, unexpected %s, expecting %s or %s");
1004 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1005 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1009 static char const yyunexpected[] = "syntax error, unexpected %s";
dtparser.tab.c 1055 /* Copy into YYRESULT an error message about the unexpected token
1083 YY_("syntax error, unexpected %s");
1084 YY_("syntax error, unexpected %s, expecting %s");
1085 YY_("syntax error, unexpected %s, expecting %s or %s");
1086 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1087 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1091 static char const yyunexpected[] = "syntax error, unexpected %s";
prparser.tab.c 1058 /* Copy into YYRESULT an error message about the unexpected token
1086 YY_("syntax error, unexpected %s");
1087 YY_("syntax error, unexpected %s, expecting %s");
1088 YY_("syntax error, unexpected %s, expecting %s or %s");
1089 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1090 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1094 static char const yyunexpected[] = "syntax error, unexpected %s";
  /src/sys/arch/atari/atari/
intr.c 274 static int unexpected, straycount; local
290 printf("%s: vector %d unexpected\n", __func__, vector);
291 if (++unexpected > 10)
292 panic("%s: too many unexpected interrupts", __func__);
  /src/usr.bin/printf/
printf.c 815 warnx("Arg %d: unexpected empty value ('')", ARGNUM);
  /src/common/dist/zlib/contrib/pascal/
example.pas 512 EXIT_ERR('unexpected dictionary');
  /src/sys/arch/luna68k/stand/boot/
locore.S 446 jra _C_LABEL(badtrap) | treat as an unexpected trap
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 3442 bool unexpected = false; local
3446 unexpected = true;
3449 return unexpected;
  /src/sys/arch/amiga/amiga/
locore.s 339 jra _C_LABEL(badtrap) | treat as an unexpected trap

Completed in 38 milliseconds