Lines Matching refs:errbuf
347 static inline int compile_regex(struct spec *spec, const char **errbuf)
393 if (errbuf)
394 *errbuf = "out of memory";
410 if (errbuf) {
414 *errbuf = ®ex_error_format_buffer[0];
443 const char *errbuf = NULL;
445 items = read_spec_entries(line_buf, &errbuf, 3, ®ex, &type, &context);
447 if (errbuf) {
450 lineno, errbuf);
510 && compile_regex(&spec_arr[nspec], &errbuf)) {
513 path, lineno, regex, errbuf);