Searched refs:regex_err (Results 1 – 2 of 2) sorted by relevance
42 const char *regex_err; in Parse_Info() local162 regex_err = re_comp (exp); in Parse_Info()163 if (regex_err) in Parse_Info()166 line_number, infofile, regex_err); in Parse_Info()
340 char *regex_err; in ls_fileproc() local352 if ((regex_err = re_comp (regexp_match)) != NULL) in ls_fileproc()355 regex_err); in ls_fileproc()