/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...] |
depsrc-usebefore-double-colon.mk | 19 # This is unexpected.
|
suff-add-later.mk | 24 # XXX: As of 2020-10-20, the result is unexpected.
|
suff-clear-regular.mk | 19 # XXX: As of 2020-10-20, the result is unexpected.
|
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
|
suff-transform-endless.mk | 23 # XXX: As of 2020-10-20, the result is unexpected.
|
var-op-append.mk | 49 # variable was expanded two times in a row, which was unexpected but
|
opt-jobs-internal.mk | 26 @${MAKE} -f ${MAKEFILE} -J garbage unexpected-target || :
|
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.
|
varname-empty.mk | 26 # the empty name, leading to all kinds of unexpected effects in .for loops
|
cmd-interrupt.mk | 48 @echo ${.TARGET} ${exists(././cmd-interrupt-compat) :? expected-fail : unexpected-ok }
|
varmod-indirect.mk | 20 . warning unexpected 26 . warning unexpected 33 . warning unexpected 42 . warning unexpected
|
directive-ifmake.mk | 23 . 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
|
/src/sys/arch/evbarm/gemini/ |
gemini.h | 118 # error unexpected NGEMINIIPM > 1
|
/src/sys/external/bsd/acpica/dist/compiler/ |
dtcompilerparser.tab.c | 1081 /* Copy into YYRESULT an error message about the unexpected token 1109 YY_("syntax error, unexpected %s"); 1110 YY_("syntax error, unexpected %s, expecting %s"); 1111 YY_("syntax error, unexpected %s, expecting %s or %s"); 1112 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); 1113 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); 1117 static char const yyunexpected[] = "syntax error, unexpected %s";
|
dtparser.tab.c | 1163 /* Copy into YYRESULT an error message about the unexpected token 1191 YY_("syntax error, unexpected %s"); 1192 YY_("syntax error, unexpected %s, expecting %s"); 1193 YY_("syntax error, unexpected %s, expecting %s or %s"); 1194 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); 1195 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); 1199 static char const yyunexpected[] = "syntax error, unexpected %s";
|
prparser.tab.c | 1166 /* Copy into YYRESULT an error message about the unexpected token 1194 YY_("syntax error, unexpected %s"); 1195 YY_("syntax error, unexpected %s, expecting %s"); 1196 YY_("syntax error, unexpected %s, expecting %s or %s"); 1197 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); 1198 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); 1202 static char const yyunexpected[] = "syntax error, unexpected %s";
|
/src/sys/arch/atari/atari/ |
intr.c | 274 static int unexpected, straycount; local in function:intr_dispatch 290 printf("%s: vector %d unexpected\n", __func__, vector); 291 if (++unexpected > 10) 292 panic("%s: too many unexpected interrupts", __func__);
|