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

123

/freebsd-10.0-release/lib/libc/regex/
H A DSymbol.map7 regerror;
H A Dregerror.c33 * @(#)regerror.c 8.4 (Berkeley) 3/20/94
37 static char sccsid[] = "@(#)regerror.c 8.4 (Berkeley) 3/20/94";
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
/freebsd-10.0-release/usr.bin/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);
/freebsd-10.0-release/contrib/binutils/include/
H A Dxregex.h10 # define regerror xregerror macro
H A Dxregex2.h552 extern size_t regerror (int __errcode, const regex_t *__preg,
/freebsd-10.0-release/contrib/gcclibs/include/
H A Dxregex.h10 # define regerror xregerror macro
H A Dxregex2.h552 extern size_t regerror (int __errcode, const regex_t *__preg,
/freebsd-10.0-release/contrib/gdb/include/
H A Dxregex.h10 # define regerror xregerror macro
/freebsd-10.0-release/lib/libc/regex/grot/
H A DMakefile28 REGSRC = regcomp.c regerror.c regexec.c regfree.c engine.c
32 OBJPRODN = regcomp.o regexec.o regerror.o regfree.o
37 LINTC = regcomp.c regexec.c regerror.c regfree.c debug.c main.c $(SRCMISSING)
62 regerror.o: regerror.ih
63 regerror.o: utils.h
H A Dmain.c82 len = regerror(err, &re, erbuf, sizeof(erbuf));
100 len = regerror(err, &re, erbuf, sizeof(erbuf));
169 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
171 fprintf(stderr, "end: regerror() test gave `%s' not `%s'\n",
175 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT);
178 fprintf(stderr, "end: regerror() short test gave `%s' not `%.*s'\n",
182 ne = regerror(REG_ITOA|REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
184 fprintf(stderr, "end: regerror() ITOA test gave `%s' not `%s'\n",
189 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf));
191 fprintf(stderr, "end: regerror() ATO
[all...]
/freebsd-10.0-release/contrib/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");
/freebsd-10.0-release/lib/libcompat/4.3/
H A Dre_comp.c78 regerror(rc, &re_regexp, re_errstr, sizeof(re_errstr));
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregex.h75 /* regerror() flags */
104 size_t regerror __P((int, const regex_t *, char *, size_t));
H A Dregerror.c1 /* $NetBSD: regerror.c,v 1.2 2008/12/05 22:51:43 christos Exp $ */
39 * @(#)regerror.c 8.3 (Berkeley) 3/19/94
43 static char sccsid[] = "@(#)regerror.c 8.3 (Berkeley) 3/19/94";
61 /* === regerror.c === */
113 - regerror - the interface to error numbers
114 = extern size_t regerror(int, const regex_t *, char *, size_t);
118 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) function
/freebsd-10.0-release/include/
H A Dregex.h73 /* regerror() flags */
105 size_t regerror(int, const regex_t * __restrict, char * __restrict, size_t);
/freebsd-10.0-release/bin/ed/
H A Dre.c67 regerror(n, expr, error, sizeof error);
/freebsd-10.0-release/contrib/libgnuregex/
H A Dregex.c34 # define regerror(errcode, preg, errbuf, errbuf_size) \ macro
/freebsd-10.0-release/contrib/flex/
H A Dregex.c65 flexfatal(_("Unable to allocate buffer for regerror"));
66 regerror (err, preg, rxerr, errbuf_sz);
/freebsd-10.0-release/lib/clang/libllvmsupport/
H A DMakefile81 regerror.c \
/freebsd-10.0-release/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c144 (void)regerror(i, &R, buf, sizeof buf);
/freebsd-10.0-release/usr.sbin/setfmac/
H A Dsetfmac.c326 size = regerror(error, &entry->regex, NULL, 0);
330 (void)regerror(error, &entry->regex, regerrorstr, size);
425 size = regerror(error, &ent->regex, NULL, 0);
429 (void)regerror(error, &ent->regex, regerrorstr,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DRegularExpression.cpp271 return ::regerror (m_comp_err, &m_preg, err_str, err_str_max_len);
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dcgen-asm.in166 regerror (reg_err, (regex_t *) CGEN_INSN_RX (insn), msg, 80);
/freebsd-10.0-release/usr.bin/m4/
H A Dgnum4.c251 errlen = regerror(er, re, NULL, 0);
253 "malloc in regerror: %lu", (unsigned long)errlen);
254 regerror(er, re, errbuf, errlen);

Completed in 160 milliseconds

123