Lines Matching refs:ERR
20 ERR(handle, in parse_init()
50 ERR(handle, "could not open file %s: %s", in parse_open()
136 ERR(handle, "out of memory, could not allocate buffer"); in parse_skip_space()
145 ERR(handle, "unexpected end of file (%s: %u)", in parse_assert_noeof()
160 ERR(handle, "missing whitespace (%s: %u):\n%s", in parse_assert_space()
179 ERR(handle, "expected character \'%c\', but found \'%c\' " in parse_assert_ch()
200 ERR(handle, "experted string \"%s\", but found \"%s\" " in parse_assert_str()
246 ERR(handle, "expected a numeric value: (%s: %u)\n%s", in parse_fetch_int()
253 ERR(handle, "could not parse numeric value \"%s\": " in parse_fetch_int()
264 ERR(handle, "could not fetch numeric value"); in parse_fetch_int()
287 ERR(handle, "expected non-empty string, but did not " in parse_fetch_string()
295 ERR(handle, "out of memory"); in parse_fetch_string()
305 ERR(handle, "could not fetch string value"); in parse_fetch_string()