HomeSort by: relevance | last modified time | path
    Searched defs:unmatched (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/tc/
tc.c 306 const char *unmatched = "unknown "; local in function:tc_devinfo
308 const char *unmatched = ""; local in function:tc_devinfo
330 snprintf(cp, l, "%sdevice %s", unmatched, id);
  /src/usr.bin/make/unit-tests/
varmod-subst-regex.mk 5 # report unmatched subexpressions
11 all: unmatched-subexpression
167 # always set; some may be missing. Make calls these "unmatched
171 # unmatched subexpressions produced an "error message" but did not have any
184 # the modifier ':C,(a.)|(b.),\1\2,U' to treat unmatched subexpressions as
190 unmatched-subexpression:
200 # In total, there are 5 error messages about unmatched subexpressions.

Completed in 12 milliseconds