Searched defs:datafile_error (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dstartup.c77 static void datafile_error(char *errmsg, char *token);
105 static void datafile_error();
433 datafile_error("Expecting keyword, found '%s'", token);
448 datafile_error("Unknown keyword '%s'", cleaned);
482 datafile_error("Expecting '=', found '%s'", token);
502 datafile_error("Expecting value, found '%s'", token);
521 datafile_error("Expecting ', ', found '%s'", token);
548 datafile_error("Expecting '=', found '%s'", token);
556 datafile_error("Expecting value, found '%s'", token);
586 datafile_error("Expectin
2353 datafile_error(char *errmsg, char *token) function
[all...]

Completed in 58 milliseconds