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

123

/openbsd-current/lib/libc/hidden/
H A Dregex.h24 PROTO_DEPRECATED(regerror); variable
/openbsd-current/lib/libc/regex/
H A DMakefile.inc7 SRCS+= regcomp.c regerror.c regexec.c regfree.c
H A Dregerror.c1 /* $OpenBSD: regerror.c,v 1.15 2020/12/30 08:56:38 tb Exp $ */
34 * @(#)regerror.c 8.4 (Berkeley) 3/20/94
74 - regerror - the interface to error numbers
75 = extern size_t regerror(int, const regex_t *, char *, size_t);
78 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) function
/openbsd-current/gnu/lib/libiberty/include/
H A Dxregex.h10 # define regerror xregerror macro
H A Dxregex2.h552 extern size_t regerror (int __errcode, const regex_t *__preg,
/openbsd-current/gnu/gcc/include/
H A Dxregex.h10 # define regerror xregerror macro
H A Dxregex2.h552 extern size_t regerror (int __errcode, const regex_t *__preg,
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dxregex.h10 # define regerror xregerror macro
H A Dxregex2.h558 extern size_t regerror _RE_ARGS ((int __errcode, const regex_t *__preg,
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dxregex.h10 # define regerror xregerror macro
H A Dxregex2.h552 extern size_t regerror (int __errcode, const regex_t *__preg,
/openbsd-current/include/
H A Dregex.h69 /* regerror() flags */
99 size_t regerror(int, const regex_t *, char *, size_t);
/openbsd-current/regress/lib/libc/regex/
H A DMakefile5 SRCS= main.c split.c debug.c regcomp.c regerror.c regexec.c regfree.c
H A Dmain.c81 len = regerror(err, &re, erbuf, sizeof(erbuf));
99 len = regerror(err, &re, erbuf, sizeof(erbuf));
168 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
170 fprintf(stderr, "end: regerror() test gave `%s' not `%s'\n",
174 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT);
177 fprintf(stderr, "end: regerror() short test gave `%s' not `%.*s'\n",
181 ne = regerror(REG_ITOA|REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
183 fprintf(stderr, "end: regerror() ITOA test gave `%s' not `%s'\n",
188 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf));
190 fprintf(stderr, "end: regerror() ATO
[all...]
/openbsd-current/usr.bin/sed/
H A Dmisc.c85 * because of the silly semantics of regerror (we can never know the size of
95 s = regerror(errcode, preg, "", 0);
97 (void)regerror(errcode, preg, oe, s);
/openbsd-current/bin/ed/
H A Dre.c77 regerror(n, exp, errbuf, sizeof errbuf);
/openbsd-current/gnu/gcc/fixincludes/
H A Dfixlib.c199 regerror (err, re, rerrbuf, 1024);
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixlib.c209 regerror (err, re, rerrbuf, 1024);
H A Dgnu-regex.h558 extern size_t regerror _RE_ARGS ((int __errcode, const regex_t *__preg,
/openbsd-current/usr.bin/lex/
H A Dregex.c67 flexfatal(_("Unable to allocate buffer for regerror"));
68 regerror (err, preg, rxerr, errbuf_sz);
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.h502 extern size_t regerror
/openbsd-current/usr.bin/pkill/
H A Dpkill.c295 regerror(rv, &reg, buf, sizeof(buf));
317 regerror(rv, &reg, buf, sizeof(buf));
/openbsd-current/usr.bin/m4/
H A Dgnum4.c243 errlen = regerror(er, re, NULL, 0);
245 "malloc in regerror: %lu", (unsigned long)errlen);
246 regerror(er, re, errbuf, errlen);
/openbsd-current/gnu/usr.bin/clang/libLLVMSupport/
H A DMakefile.shared149 regerror.c \
/openbsd-current/usr.bin/nl/
H A Dnl.c345 (void)regerror(error,

Completed in 343 milliseconds

123