Lines Matching refs:errlog
112 errlog(FATAL, "malloc ran out of space"); in strset()
118 errlog(FATAL, "realloc ran out of space", "", 0); in strset()
135 errlog(BEGIN, "in_string_set( p = \"%s\", set = \"%s\") {", p, set); in in_string_set()
148 errlog(VERBOSE, "return YES"); in in_string_set()
149 errlog(END, "}"); in in_string_set()
155 errlog(VERBOSE, "return NO"); in in_string_set()
156 errlog(END, "}"); in in_string_set()
213 errlog(BEGIN, "skipsep() {"); in skipsep()
214 errlog(VERBOSE, "p (in) = %s", p); in skipsep()
217 errlog(VERBOSE, "p (out) = %s", p); in skipsep()
218 errlog(END, "}"); in skipsep()
229 errlog(BEGIN, "nextsep() {"); in nextsep()
230 errlog(VERBOSE, "p (in) = %s", p); in nextsep()
233 errlog(VERBOSE, "p (out) = %s", p); in nextsep()
234 errlog(END, "}"); in nextsep()
244 errlog(BEGIN, "nextsep() {"); in nextsep2()
245 errlog(VERBOSE, "p (in) = %s", p); in nextsep2()
248 errlog(VERBOSE, "p (out) = %s", p); in nextsep2()
249 errlog(END, "}"); in nextsep2()
284 errlog(BEGIN, "create_string_table() {"); in create_string_table()
287 errlog(FATAL, "out of memory creating a string table"); in create_string_table()
291 errlog(END, "}"); in create_string_table()
302 errlog(FATAL, "programmer error: tried to add to " in add_string_table()
313 errlog(FATAL, "out of memory extending string table"); in add_string_table()
332 errlog(BEGIN, "free_string_table() {"); in free_string_table()
336 errlog(END, "}"); in free_string_table()