Home | History | Annotate | Download | only in src

Lines Matching refs:ERR

20 		ERR(handle,
50 ERR(handle, "could not open file %s: %s",
136 ERR(handle, "out of memory, could not allocate buffer");
145 ERR(handle, "unexpected end of file (%s: %u)",
160 ERR(handle, "missing whitespace (%s: %u):\n%s",
179 ERR(handle, "expected character \'%c\', but found \'%c\' "
200 ERR(handle, "experted string \"%s\", but found \"%s\" "
243 goto err;
246 ERR(handle, "expected a numeric value: (%s: %u)\n%s",
248 goto err;
253 ERR(handle, "could not parse numeric value \"%s\": "
256 goto err;
263 err:
264 ERR(handle, "could not fetch numeric value");
278 goto err;
287 ERR(handle, "expected non-empty string, but did not "
290 goto err;
295 ERR(handle, "out of memory");
296 goto err;
304 err:
305 ERR(handle, "could not fetch string value");