| /freebsd-12.1/lib/libc/regex/grot/ |
| H A D | Makefile | 28 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 D | Makefile.inc | 9 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 D | Symbol.map | 6 regcomp;
|
| /freebsd-12.1/lib/libc/locale/ |
| H A D | rpmatch.c | 42 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 D | hpacc-abi.c | 319 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 D | README | 4 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 D | test-rewb-bsd.c | 10 if (regcomp(&re, "[[:<:]]word[[:>:]]", REG_EXTENDED | REG_NOSUB)) in main()
|
| H A D | test-rewb-sysv.c | 10 if (regcomp(&re, "\\<word\\>", REG_EXTENDED | REG_NOSUB)) in main()
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | xregex.h | 9 # define regcomp xregcomp macro
|
| /freebsd-12.1/contrib/gcclibs/include/ |
| H A D | xregex.h | 9 # define regcomp xregcomp macro
|
| /freebsd-12.1/contrib/binutils/include/ |
| H A D | xregex.h | 9 # define regcomp xregcomp macro
|
| /freebsd-12.1/contrib/less/ |
| H A D | regexp.h | 28 extern regexp *regcomp _ANSI_ARGS_((char *exp));
|
| H A D | README | 59 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 D | pattern.c | 51 if (regcomp(comp, pattern, REGCOMP_FLAG)) 106 comp = regcomp(pattern);
|
| /freebsd-12.1/lib/libregex/ |
| H A D | Symbol.map | 12 regcomp;
|
| /freebsd-12.1/lib/libcompat/4.3/ |
| H A D | re_comp.c | 71 rc = regcomp(&re_regexp, s, REG_EXTENDED); in re_comp()
|
| /freebsd-12.1/contrib/nvi/regex/ |
| H A D | regex.h | 99 int regcomp(regex_t *, const RCHAR_T *, int);
|
| /freebsd-12.1/include/ |
| H A D | regex.h | 106 int regcomp(regex_t * __restrict, const char * __restrict, int);
|
| /freebsd-12.1/usr.sbin/ctm/mkCTM/ |
| H A D | mkctm.c | 504 if (regcomp(®_bogus, DEFAULT_BOGUS, REG_EXTENDED | REG_NEWLINE)) in main() 509 if (regcomp(®_ignore, DEFAULT_IGNORE, REG_EXTENDED | REG_NEWLINE)) in main() 528 if (regcomp(®_ignore, optarg, in main() 540 if (regcomp(®_bogus, optarg, in main()
|
| /freebsd-12.1/bin/ed/ |
| H A D | re.c | 66 if ((n = regcomp(expr, exprs, 0))) { in get_compiled_pattern()
|
| /freebsd-12.1/usr.bin/killall/ |
| H A D | killall.c | 357 if (regcomp(&rgx, cmd, in main() 383 if (regcomp(&rgx, av[j], in main()
|
| /freebsd-12.1/contrib/libgnuregex/ |
| H A D | regex.c | 33 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) macro
|
| /freebsd-12.1/contrib/flex/ |
| H A D | regex.c | 56 if ((err = regcomp (preg, regex, cflags)) != 0) { in flex_regcomp()
|
| /freebsd-12.1/usr.sbin/fifolog/fifolog_reader/ |
| H A D | fifolog_reader.c | 143 i = regcomp(&R, opt_R, REG_NOSUB); in main()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | RegularExpression.h | 19 inline int regcomp(llvm_regex_t *a, const char *b, int c) { in regcomp() function
|