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

1 2 3 4 5 6 7 8 9

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/cmake/
gnu_posix_regex.cpp 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB);
posix_regex.cpp 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/cmake/
gnu_posix_regex.cpp 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB);
posix_regex.cpp 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB);
  /src/tests/lib/libc/regex/
t_regex_binary.c 49 if ((e = regcomp(&re, "[\xe0-\xf1][\xa0-\xd1].*", REG_EXTENDED)) != 0) {
51 ATF_REQUIRE_MSG(0, "regcomp failed %s", msg);
68 if ((e = regcomp(&re, ": j:[]j:[]j:[\xd9j:[]", REG_EXTENDED)) != 0) {
70 ATF_REQUIRE_MSG(0, "regcomp failed %s", msg);
  /src/external/bsd/mdocml/dist/
test-rewb-bsd.c 10 if (regcomp(&re, "[[:<:]]word[[:>:]]", REG_EXTENDED | REG_NOSUB))
test-rewb-sysv.c 10 if (regcomp(&re, "\\<word\\>", REG_EXTENDED | REG_NOSUB))
  /src/external/bsd/tre/dist/lib/
regex.h 19 #define regcomp tre_regcomp macro
Makefile.am 24 regcomp.c \
  /src/external/gpl3/binutils/dist/include/
xregex.h 9 # define regcomp xregcomp macro
  /src/external/gpl3/binutils.old/dist/include/
xregex.h 9 # define regcomp xregcomp macro
  /src/external/gpl3/gcc/dist/include/
xregex.h 9 # define regcomp xregcomp macro
  /src/external/gpl3/gcc.old/dist/include/
xregex.h 9 # define regcomp xregcomp macro
  /src/external/gpl3/gdb/dist/include/
xregex.h 9 # define regcomp xregcomp macro
  /src/external/gpl3/gdb.old/dist/include/
xregex.h 9 # define regcomp xregcomp macro
  /src/include/
regexp.h 103 regexp *regcomp(const char *) __RENAME(__compat_regcomp);
  /src/external/bsd/less/dist/
regexp.h 30 extern regexp *regcomp _ANSI_ARGS_((char *exp));
  /src/lib/libcompat/4.3/
regex.c 35 * terms of the regcomp/regexec interface. It's possible that some programs
76 re_regexp = regcomp(s);
  /src/external/bsd/nvi/dist/regex/
regex.h 65 /* regcomp() flags */
103 int regcomp __P((regex_t *, const RCHAR_T *, int));
  /src/external/bsd/tre/lib/
Makefile 17 SRCS+= regcomp.c regerror.c regexec.c
  /src/external/gpl2/xcvs/dist/lib/
rpmatch.c 50 if (regcomp (re, pattern, REG_EXTENDED) != 0)
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_regex.cc 27 int code = regcomp (&m_pattern, regex, cflags);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_regex.cc 27 int code = regcomp (&m_pattern, regex, cflags);
  /src/distrib/utils/libhack/
Makefile.inc 28 aligned_alloc.o regcomp.o regexec.o wrap.o
86 regcomp.o: ${HACKSRC}/../../../lib/libc/regex/regcomp.c
  /src/tests/fs/cd9660/
h_hexdump_r.c 53 if (regcomp(&data_re, "^(" H "{8,9})"
56 err(1, "regcomp");
57 if (regcomp(&end_re, "^(" H "{8,9})$", REG_EXTENDED) != 0)
58 err(1, "regcomp");

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 9