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

  /src/usr.bin/config/
sem.c 270 cfgerror("maxusers must have 1 <= min (%d) <= default (%d) "
287 cfgerror("duplicate maxusers parameter at %s:%hu",
298 cfgerror("warning: minimum of %d maxusers assumed",
303 cfgerror("warning: maxusers (%d) > %d", n, maxmaxusers);
348 cfgerror("attribute `%s' already defined at %s:%hu", name,
363 cfgerror("`%s' dependency `%s' is an interface "
451 cfgerror("device class names must be "
522 cfgerror("redefinition of `%s' (previously defined at %s:%d)",
558 cfgerror("interface attribute on "
623 cfgerror("bad device base name `%s'", name)
    [all...]
scan.l 387 cfgerror("NUL character detected at line %i", yyline);
532 cfgerror("cannot open %s for reading: %s", s,
541 cfgerror("cannot record current working directory for %s", s);
main.c 824 cfgerror("option `%s' dependency `%s' "
828 cfgerror("option `%s' dependency `%s' "
831 cfgerror("option `%s' dependency `%s' "
867 cfgerror("file system or option `%s' already defined"
906 cfgerror("option file name contains a `/'");
910 cfgerror("option file name does not end in `.h'");
1008 cfgerror("file system or option `%s' already defined"
1015 cfgerror("file system or option `%s' already defined"
1077 cfgerror("option `%s' not defined"
1162 cfgerror("`%s' is a defined file system", name)
    [all...]
files.c 110 cfgerror("cannot mix needs-count and needs-flag");
114 cfgerror("nothing to %s for %s", needc ? "count" : "flag",
119 cfgerror("path must be relative");
138 cfgerror("invalid pathname `%s'", path);
165 cfgerror("duplicate file %s", path);
util.c 105 cfgerror("no prefixes on the stack to pop");
507 cfgerror(const char *fmt, ...) function in typeref:typename:void
gram.y 60 #define stop(s) cfgerror(s), exit(1)
704 cfgerror("overflow %" PRId64, $1.val);
1110 cfgerror("%s", s);
defs.h 663 void cfgerror(const char *, ...) /* immediate errs */
mkmakefile.c 642 cfgerror("bug");

Completed in 19 milliseconds