Searched refs:datafile_error (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/format/ |
H A D | startup.c | 77 static void datafile_error(char *errmsg, char *token); 105 static void datafile_error(); 433 datafile_error("Expecting keyword, found '%s'", token); in sup_prxfile() 448 datafile_error("Unknown keyword '%s'", cleaned); in sup_prxfile() 482 datafile_error("Expecting '=', found '%s'", token); in sup_setpath() 502 datafile_error("Expecting value, found '%s'", token); in sup_setpath() 521 datafile_error("Expecting ', ', found '%s'", token); in sup_setpath() 548 datafile_error("Expecting '=', found '%s'", token); in sup_setdtype() 556 datafile_error("Expecting value, found '%s'", token); in sup_setdtype() 586 datafile_error("Expecting ':', found '%s'", token); in sup_setdtype() [all …]
|