Home
last modified time | relevance | path

Searched refs:strregerror (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Dmisc.c54 strregerror(int errcode, regex_t *preg) in strregerror() function
H A Dextern.h57 char *strregerror(int, regex_t *);
H A Dprocess.c681 fatal(_("RE error: %s"), strregerror(eval, defpreg)); in regexec_e()
H A Dcompile.c449 fatal(_("RE error: %s"), strregerror(eval, rep)); in compile_re()