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

  /src/usr.bin/make/unit-tests/
directive-unexport-env.mk 9 # were not properly detected.
cond-op.mk 116 # This condition is obviously malformed. It is properly detected and also
117 # was properly detected before 2021-01-19, but only because the left hand
126 # This obviously malformed condition was not detected as such before cond.c
135 # This obviously malformed condition was not detected as such before cond.c
144 # This condition is obviously malformed. It is properly detected and also
145 # was properly detected before 2021-01-19, but only because the left hand
varmod-order.mk 36 # Extra characters after ':On' are detected and diagnosed.
45 # Extra characters after ':Onr' are detected and diagnosed.
54 # Extra characters after ':Orn' are detected and diagnosed.
directive-unexport.mk 6 # ".unexport-en" had not been detected properly.
directive-elif.exp 7 make: directive-elif.mk:96: This misspelling is detected.
recursive.mk 35 # brace would be detected directly in the line where it is produced.
char-005c-reverse-solidus.mk 53 # At the point where the unclosed expression is detected, the ":M" modifier
directive-undef.mk 83 # properly detected and should stop the .undef directive from doing any work.
varmod-gmtime.mk 114 # Since var.c 1.631 from 2020-10-31, the overflow is detected and produces a
moderrs.mk 91 # Since 2020-11-01, the numeric overflow is detected and generates an
directive-for.mk 230 # A mismatched .if inside a .for loop is detected each time when the loop body
varmod-ifelse.mk 90 # condition should be detected as being malformed before any comparison is
directive-include-guard.mk 41 # Its content is skipped, therefore the syntax error is not detected.
95 # Its content is skipped, therefore the syntax error is not detected.
  /src/sys/dev/pci/
yds.c 854 goto detected;
875 goto detected;
881 detected:
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 1462 { DbgPrint (ASL_PARSE_OUTPUT, "line continuation detected\n"); (yyval.u) = (yyvsp[(2) - (2)].u); ;}
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 781 /* wait until timeout or panel detected */
784 uint32_t detected = 0; local
786 dal_gpio_get_value(hpd, &detected);
788 if (!(detected ^ power_up)) {
  /src/tests/bin/sh/
t_redir.sh 96 echo expect to see a non-detected failure here

Completed in 30 milliseconds