Home
last modified time | relevance | path

Searched refs:regcomp (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd-12.1/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)
59 regcomp.o regexec.o regfree.o debug.o: utils.h regex.h regex2.h
60 regcomp.o: cname.h regcomp.ih
/freebsd-12.1/lib/libc/regex/
H A DMakefile.inc9 SRCS+= regcomp.c regerror.c regexec.c regfree.c
18 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
H A DSymbol.map6 regcomp;
/freebsd-12.1/lib/libc/locale/
H A Drpmatch.c42 if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0) in rpmatch()
44 if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) { in rpmatch()
/freebsd-12.1/contrib/gdb/gdb/
H A Dhpacc-abi.c319 regcomp (&constructor_pattern, in _initialize_hpacc_abi()
322 regcomp (&destructor_pattern, in _initialize_hpacc_abi()
325 regcomp (&operator_pattern, in _initialize_hpacc_abi()
/freebsd-12.1/contrib/netbsd-tests/lib/libc/regex/
H A DREADME4 C flag given, regcomp() is expected to fail, and the third field is the
22 C regcomp() error expected, third field is error name
/freebsd-12.1/contrib/mandoc/
H A Dtest-rewb-bsd.c10 if (regcomp(&re, "[[:<:]]word[[:>:]]", REG_EXTENDED | REG_NOSUB)) in main()
H A Dtest-rewb-sysv.c10 if (regcomp(&re, "\\<word\\>", REG_EXTENDED | REG_NOSUB)) in main()
/freebsd-12.1/contrib/gdb/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/freebsd-12.1/contrib/gcclibs/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/freebsd-12.1/contrib/binutils/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/freebsd-12.1/contrib/less/
H A Dregexp.h28 extern regexp *regcomp _ANSI_ARGS_((char *exp));
H A DREADME59 posix Use the POSIX-compatible regcomp.
62 regcomp Use the V8-compatible regcomp.
63 regcomp-local Use Henry Spencer's V8-compatible regcomp
H A Dpattern.c51 if (regcomp(comp, pattern, REGCOMP_FLAG))
106 comp = regcomp(pattern);
/freebsd-12.1/lib/libregex/
H A DSymbol.map12 regcomp;
/freebsd-12.1/lib/libcompat/4.3/
H A Dre_comp.c71 rc = regcomp(&re_regexp, s, REG_EXTENDED); in re_comp()
/freebsd-12.1/contrib/nvi/regex/
H A Dregex.h99 int regcomp(regex_t *, const RCHAR_T *, int);
/freebsd-12.1/include/
H A Dregex.h106 int regcomp(regex_t * __restrict, const char * __restrict, int);
/freebsd-12.1/usr.sbin/ctm/mkCTM/
H A Dmkctm.c504 if (regcomp(&reg_bogus, DEFAULT_BOGUS, REG_EXTENDED | REG_NEWLINE)) in main()
509 if (regcomp(&reg_ignore, DEFAULT_IGNORE, REG_EXTENDED | REG_NEWLINE)) in main()
528 if (regcomp(&reg_ignore, optarg, in main()
540 if (regcomp(&reg_bogus, optarg, in main()
/freebsd-12.1/bin/ed/
H A Dre.c66 if ((n = regcomp(expr, exprs, 0))) { in get_compiled_pattern()
/freebsd-12.1/usr.bin/killall/
H A Dkillall.c357 if (regcomp(&rgx, cmd, in main()
383 if (regcomp(&rgx, av[j], in main()
/freebsd-12.1/contrib/libgnuregex/
H A Dregex.c33 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) macro
/freebsd-12.1/contrib/flex/
H A Dregex.c56 if ((err = regcomp (preg, regex, cflags)) != 0) { in flex_regcomp()
/freebsd-12.1/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c143 i = regcomp(&R, opt_R, REG_NOSUB); in main()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegularExpression.h19 inline int regcomp(llvm_regex_t *a, const char *b, int c) { in regcomp() function

12345