Lines Matching refs:errlog
114 errlog(FATAL, "malloc ran out of space"); in strset()
120 errlog(FATAL, "realloc ran out of space", "", 0); in strset()
137 errlog(BEGIN, "in_string_set( p = \"%s\", set = \"%s\") {", p, set); in in_string_set()
150 errlog(VERBOSE, "return YES"); in in_string_set()
151 errlog(END, "}"); in in_string_set()
157 errlog(VERBOSE, "return NO"); in in_string_set()
158 errlog(END, "}"); in in_string_set()
215 errlog(BEGIN, "skipsep() {"); in skipsep()
216 errlog(VERBOSE, "p (in) = %s", p); in skipsep()
219 errlog(VERBOSE, "p (out) = %s", p); in skipsep()
220 errlog(END, "}"); in skipsep()
231 errlog(BEGIN, "nextsep() {"); in nextsep()
232 errlog(VERBOSE, "p (in) = %s", p); in nextsep()
235 errlog(VERBOSE, "p (out) = %s", p); in nextsep()
236 errlog(END, "}"); in nextsep()
246 errlog(BEGIN, "nextsep() {"); in nextsep2()
247 errlog(VERBOSE, "p (in) = %s", p); in nextsep2()
250 errlog(VERBOSE, "p (out) = %s", p); in nextsep2()
251 errlog(END, "}"); in nextsep2()
286 errlog(BEGIN, "create_string_table() {"); in create_string_table()
289 errlog(FATAL, "out of memory creating a string table"); in create_string_table()
293 errlog(END, "}"); in create_string_table()
304 errlog(FATAL, "programmer error: tried to add to " in add_string_table()
315 errlog(FATAL, "out of memory extending string table"); in add_string_table()
334 errlog(BEGIN, "free_string_table() {"); in free_string_table()
338 errlog(END, "}"); in free_string_table()