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

  /src/tests/usr.bin/xlint/lint2/
msg_013.exp 1 my_printf is called with a malformed format string in local.c(12) [lint2:013]
2 my_printf is called with a malformed format string in local.c(13) [lint2:013]
  /src/usr.bin/make/unit-tests/
cond-op.mk 46 # This condition is malformed because the '!' on the right-hand side must not
50 # expect+1: Malformed conditional ""!word" == !word"
62 # In the following malformed conditions, as soon as the parser sees the '$'
63 # after the '0' or the '1', it knows that the condition will be malformed.
71 # expect+1: Malformed conditional "0 ${ERR::=evaluated}"
81 # expect+1: Malformed conditional "1 ${ERR::=evaluated}"
116 # This condition is obviously malformed. It is properly detected and also
119 # expect+1: Malformed conditional "1 &&"
126 # This obviously malformed condition was not detected as such before cond.c
128 # expect+1: Malformed conditional "0 &&
    [all...]
lint.mk 12 # Ouch: as of 2020-08-03, the variable is malformed and parsing stops
varmod-ifelse.mk 44 # becomes the condition, in this case ' == ""', which is malformed because the
64 # malformed conditional "1 == == 2", which is reported as "Bad conditional
67 # error propagates to CondEvalExpression, where the "Malformed conditional"
77 # error message "Malformed conditional" is not printed, leaving only the "Bad
90 # condition should be detected as being malformed before any comparison is
directive-for-if.mk 30 # make complained about a "Malformed conditional", which was surprising since
54 # code looks clearly malformed. This is due to the '!', which is interpreted
62 # .if line: Malformed conditional (VAR1 != "VAR2")
81 # of the comparison resulted in a "Malformed conditional". Since the .for
dep-var.mk 60 # Cover the code in SuffExpandChildren that deals with malformed
cond-token-plain.mk 13 # Using a '#' in a string literal in a condition leads to a malformed
159 # expect+1: Malformed conditional "== """
196 # expect+1: Malformed conditional "$$$$$$$$ != """
205 # expect+1: Malformed conditional "left == right"
211 # expect+1: Malformed conditional "${0:?:} || left == right"
216 # expect+1: Malformed conditional "left == right || ${0:?:}"
235 # expect+1: Malformed conditional "VAR.${IF_COUNT::+=1} != """
  /src/usr.bin/patch/
pch.c 452 malformed(void) function in typeref:typename:__dead void
454 fatal("malformed patch at line %ld: %s", p_input_line, buf);
464 malformed();
600 malformed();
608 malformed();
611 malformed();
620 malformed();
672 malformed();
678 malformed();
682 malformed();
    [all...]

Completed in 14 milliseconds