Searched refs:regerror (Results 1 - 25 of 95) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_regexp.h6 #define regerror TclRegError
H A Dexp_regexp.c4 * regcomp and regexec -- regsub and regerror are elsewhere
149 #define FAIL(m) { regerror(m); return(NULL); }
649 regerror("NULL parameter");
655 regerror("corrupted program");
1006 regerror("memory corruption");
1019 regerror("corrupted pointers");
1063 regerror("internal foulup");
/macosx-10.10/text_cmds-88/sed/
H A Dmisc.c55 * because of the silly semantics of regerror (we can never know the size of
66 s = regerror(errcode, preg, NULL, 0);
69 (void)regerror(errcode, preg, oe, s);
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dxregex.h10 # define regerror xregerror macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregfatal.c37 regerror(code, p, buf, sizeof(buf));
H A Dregerror.c59 regerror(int code, const regex_t* p, char* buf, size_t size) function
/macosx-10.10/less-25/less/
H A Dregexp.h32 extern void regerror _ANSI_ARGS_((char *msg));
H A Dregexp.c2 * regcomp and regexec -- regsub and regerror are elsewhere
146 #define FAIL(m) { regerror(m); return(NULL); }
732 regerror("NULL parameter");
738 regerror("corrupted program");
1005 regerror("memory corruption");
1018 regerror("corrupted pointers");
1059 regerror("internal foulup");
1211 regerror("corrupted opcode");
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dregex.h34 /* === regerror.c === */
54 extern size_t regerror(int, const regex_t *, char *, size_t);
H A Dmain.c79 len = regerror(err, &re, erbuf, sizeof(erbuf));
97 len = regerror(err, &re, erbuf, sizeof(erbuf));
166 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
168 fprintf(stderr, "end: regerror() test gave `%s' not `%s'\n",
172 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT);
175 fprintf(stderr, "end: regerror() short test gave `%s' not `%.*s'\n",
179 ne = regerror(REG_ITOA|REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
181 fprintf(stderr, "end: regerror() ITOA test gave `%s' not `%s'\n",
186 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf));
188 fprintf(stderr, "end: regerror() ATO
[all...]
H A DMakefile20 OBJPRODN=regcomp.o regexec.o regerror.o regfree.o
23 REGSRC=regcomp.c regerror.c regexec.c regfree.c
28 LINTC=regcomp.c regexec.c regerror.c regfree.c debug.c main.c
57 regerror.o: regerror.ih
H A Dregerror.c10 #include "regerror.ih"
59 - regerror - the interface to error numbers
60 = extern size_t regerror(int, const regex_t *, char *, size_t);
64 regerror( function
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dre_comp.c65 regerror(r, &state.re, state.error, sizeof(state.error));
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregex.h115 #define regerror TclReError macro
254 * regerror() is generated automatically from this file!
256 * Note that there is no wide-char variant of regerror at this time; what kind
260 ^ extern size_t regerror(int, __REG_CONST regex_t *, char *, size_t);
310 MODULE_SCOPE size_t regerror(int, __REG_CONST regex_t *, char *, size_t);
H A Dregcustom.h86 #define regerror TclReError macro
H A Dregerror.c2 * regerror - error-code expansion
56 - regerror - the interface to error numbers
60 regerror(
59 regerror( function
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregex.h121 #define regerror TclReError macro
269 * regerror() is generated automatically from this file!
271 * Note that there is no wide-char variant of regerror at this time; what
275 ^ extern size_t regerror(int, __REG_CONST regex_t *, char *, size_t);
327 extern size_t regerror _ANSI_ARGS_((int, __REG_CONST regex_t *, char *, size_t));
H A Dregcustom.h81 #define regerror TclReError macro
H A Dregerror.c2 * regerror - error-code expansion
49 - regerror - the interface to error numbers
53 regerror(code, preg, errbuf, errbuf_size) function
/macosx-10.10/pcre-7/pcre/
H A Dpcreposix.h138 PCREPOSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t);
/macosx-10.10/Libc-1044.1.2/regex/FreeBSD/
H A Dregerror.c33 * @(#)regerror.c 8.4 (Berkeley) 3/20/94
37 static char sccsid[] = "@(#)regerror.c 8.4 (Berkeley) 3/20/94";
40 __FBSDID("$FreeBSD: src/lib/libc/regex/regerror.c,v 1.11 2007/06/11 03:05:54 delphij Exp $");
56 /* === regerror.c === */
110 - regerror - the interface to error numbers
111 = extern size_t regerror(int, const regex_t *, char *, size_t);
115 regerror(int errcode, function
/macosx-10.10/apr-32/apr/apr/test/internal/
H A Dtestregex.c56 regerror(rc, &regex,errbuf,2000);
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dregex.c32 # define regerror(errcode, preg, errbuf, errbuf_size) \ macro
/macosx-10.10/text_cmds-88/ed/
H A Dre.c70 regerror(n, expr, error, sizeof error);
/macosx-10.10/Libc-1044.1.2/include/
H A Dregex.h154 /* regerror() flags */
209 size_t regerror(int, const regex_t * __restrict, char * __restrict, size_t);

Completed in 348 milliseconds

1234