HomeSort by: relevance | last modified time | path
    Searched refs:regerror (Results 1 - 25 of 152) sorted by relevancy

1 2 3 4 5 6 7

  /src/tests/lib/libc/regex/
t_regex_binary.c 50 regerror(e, &re, msg, sizeof(msg));
69 regerror(e, &re, msg, sizeof(msg));
main.c 120 len = regerror(err, &re, erbuf, sizeof(erbuf));
138 len = regerror(err, &re, erbuf, sizeof(erbuf));
205 ne = regerror(REG_BADPAT, NULL, erbuf, sizeof(erbuf));
207 fprintf(stderr, "end: regerror() test gave `%s' not `%s'\n",
211 ne = regerror(REG_BADPAT, NULL, erbuf, (size_t)SHORT);
214 fprintf(stderr, "end: regerror() short test gave `%s' not `%.*s'\n",
218 ne = regerror(REG_ITOA|REG_BADPAT, NULL, erbuf, sizeof(erbuf));
220 fprintf(stderr, "end: regerror() ITOA test gave `%s' not `%s'\n",
227 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf));
229 fprintf(stderr, "end: regerror() ATOI test gave `%s' not `%ld'\n"
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_regex.cc 30 size_t length = regerror (code, &m_pattern, NULL, 0);
33 regerror (code, &m_pattern, err.data (), length);
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_regex.cc 30 size_t length = regerror (code, &m_pattern, NULL, 0);
33 regerror (code, &m_pattern, err.data (), length);
  /src/external/bsd/tre/dist/lib/
regex.h 20 #define regerror tre_regerror macro
Makefile.am 26 regerror.c
  /src/external/gpl3/binutils/dist/include/
xregex.h 10 # define regerror xregerror macro
  /src/external/gpl3/binutils.old/dist/include/
xregex.h 10 # define regerror xregerror macro
  /src/external/gpl3/gcc/dist/include/
xregex.h 10 # define regerror xregerror macro
  /src/external/gpl3/gcc.old/dist/include/
xregex.h 10 # define regerror xregerror macro
  /src/external/gpl3/gdb/dist/include/
xregex.h 10 # define regerror xregerror macro
  /src/external/gpl3/gdb.old/dist/include/
xregex.h 10 # define regerror xregerror macro
  /src/lib/libcompat/regexp/
regsub.c 54 regerror("NULL parm to regsub");
58 regerror("damaged regexp fed to regsub");
81 regerror("damaged match string");
  /src/include/
regexp.h 106 void regerror(const char *) __RENAME(__compat_regerror);
  /src/external/bsd/less/dist/
regexp.h 34 extern void regerror _ANSI_ARGS_((char *msg));
  /src/external/gpl3/gcc/dist/libcc1/
compiler.cc 82 size_t len = regerror (code, &triplet, NULL, 0);
85 regerror (code, &triplet, err, len);
  /src/external/gpl3/gcc.old/dist/libcc1/
compiler.cc 82 size_t len = regerror (code, &triplet, NULL, 0);
85 regerror (code, &triplet, err, len);
  /src/usr.bin/sed/
misc.c 90 * because of the silly semantics of regerror (we can never know the size of
102 s = regerror(errcode, preg, buf, 0);
104 (void)regerror(errcode, preg, oe, s);
  /src/lib/libcompat/4.3/
regex.c 93 regerror(s) function
  /src/external/bsd/nvi/dist/regex/
regex.h 75 /* regerror() flags */
104 size_t regerror __P((int, const regex_t *, char *, size_t));
  /src/external/bsd/tre/lib/
Makefile 17 SRCS+= regcomp.c regerror.c regexec.c
  /src/lib/libc/regex/
regerror.c 1 /* $NetBSD: regerror.c,v 1.26 2022/11/05 11:33:55 riastradh Exp $ */
37 * @(#)regerror.c 8.4 (Berkeley) 3/20/94
46 static char sccsid[] = "@(#)regerror.c 8.4 (Berkeley) 3/20/94";
47 __FBSDID("$FreeBSD: head/lib/libc/regex/regerror.c 326025 2017-11-20 19:49:47Z pfg $");
49 __RCSID("$NetBSD: regerror.c,v 1.26 2022/11/05 11:33:55 riastradh Exp $");
62 __weak_alias(regerror,_regerror)
70 /* === regerror.c === */
125 - regerror - the interface to error numbers
126 = extern size_t regerror(int, const regex_t *, char *, size_t);
130 regerror(int errcode function
    [all...]
  /src/tests/rump/rumpkern/
t_kern.c 91 regerror(status, &preg, buf, sizeof(buf));
98 regerror(status, &preg, buf, sizeof(buf));
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
re.h 123 size_t needed = regerror(ec, &re_, nullptr, 0);
125 regerror(ec, &re_, errbuf, needed);
127 // regerror returns the number of bytes necessary to null terminate
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
re.h 117 size_t needed = regerror(ec, &re_, nullptr, 0);
119 regerror(ec, &re_, errbuf, needed);
121 // regerror returns the number of bytes necessary to null terminate

Completed in 27 milliseconds

1 2 3 4 5 6 7