Searched refs:regerror (Results 1 - 14 of 14) sorted by relevance
/ast/src/lib/libast/regex/ |
H A D | regfatal.c | 37 regerror(code, p, buf, sizeof(buf));
|
H A D | regerror.c | 59 regerror(int code, const regex_t* p, char* buf, size_t size) function
|
/ast/src/lib/libast/comp/ |
H A D | re_comp.c | 65 regerror(r, &state.re, state.error, sizeof(state.error));
|
/ast/src/cmd/re/ |
H A D | sed3.c | 67 regerror(code, re, buf, sizeof(buf));
|
H A D | testregex.c | 710 regerror(code, preg, msg = buf, sizeof buf); 1406 if (regerror(REG_VERSIONID, NiL, pat, sizeof(pat)) > 0)
|
H A D | sed1.c | 606 regerror(code, re, buf, sizeof(buf));
|
/ast/src/lib/libast/include/ |
H A D | regex.h | 203 extern size_t regerror(int, const regex_t*, char*, size_t);
|
/ast/src/lib/libast/misc/ |
H A D | fastfind.c | 629 regerror(i, &fp->decode.re, fp->decode.temp, sizeof(fp->decode.temp)); 912 regerror(n, &fp->decode.re, fp->decode.temp, sizeof(fp->decode.temp));
|
H A D | magic.c | 386 regerror(code, re, buf, sizeof(buf));
|
/ast/src/cmd/coshell/ |
H A D | event.c | 560 regerror(i, &re, buf, sizeof(buf)); 830 regerror(n, &con->re, buf, sizeof(buf));
|
/ast/src/cmd/builtin/ |
H A D | pty.c | 418 regerror(code, re, buf, sizeof(buf));
|
/ast/src/lib/libast/ |
H A D | Makefile | 143 regdecomp.c regerror.c regexec.c regfatal.c reginit.c regnexec.c \
|
/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 244 regerror(code, p, buf, sizeof(buf));
|
/ast/src/cmd/dsslib/flat/ |
H A D | flat.c | 1144 regerror(code, s->re, buf, sizeof(buf)); 2455 regerror(code, flat->section->re, buf, sizeof(buf));
|
Completed in 87 milliseconds