Searched refs:regex_err (Results 1 – 2 of 2) sorted by relevance
44 const char *regex_err; in Parse_Info() local164 regex_err = re_comp (exp); in Parse_Info()165 if (regex_err) in Parse_Info()168 line_number, infofile, regex_err); in Parse_Info()
342 char *regex_err; in ls_fileproc() local354 if ((regex_err = re_comp (regexp_match)) != NULL) in ls_fileproc()357 regex_err); in ls_fileproc()