| /NextBSD/lib/libc/regex/grot/ |
| HD | 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
|
| /NextBSD/lib/libc/regex/ |
| HD | Makefile.inc | 9 SRCS+= regcomp.c regerror.c regexec.c regfree.c 16 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
|
| HD | Symbol.map | 6 regcomp;
|
| /NextBSD/lib/libc/locale/ |
| HD | rpmatch.c | 40 if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0) in rpmatch() 42 if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) { in rpmatch()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | 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()
|
| /NextBSD/contrib/netbsd-tests/lib/libc/regex/ |
| HD | 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
|
| HD | main.c | 108 err = regcomp(&re, argv[optind++], copts); in main() 252 err = regcomp(&re, f0copy, opts); in try()
|
| /NextBSD/contrib/binutils/include/ |
| HD | xregex.h | 9 # define regcomp xregcomp macro
|
| /NextBSD/contrib/gcclibs/include/ |
| HD | xregex.h | 9 # define regcomp xregcomp macro
|
| /NextBSD/contrib/gdb/include/ |
| HD | xregex.h | 9 # define regcomp xregcomp macro
|
| /NextBSD/contrib/less/ |
| HD | regexp.h | 28 extern regexp *regcomp _ANSI_ARGS_((char *exp));
|
| HD | README | 58 posix Use the POSIX-compatible regcomp. 61 regcomp Use the V8-compatible regcomp. 62 regcomp-local Use Henry Spencer's V8-compatible regcomp
|
| HD | pattern.c | 52 if (regcomp(comp, pattern, REGCOMP_FLAG)) 108 comp = regcomp(pattern);
|
| /NextBSD/lib/libcompat/4.3/ |
| HD | re_comp.c | 72 rc = regcomp(&re_regexp, s, REG_EXTENDED); in re_comp()
|
| /NextBSD/contrib/nvi/regex/ |
| HD | regex.h | 99 int regcomp(regex_t *, const RCHAR_T *, int);
|
| /NextBSD/include/ |
| HD | regex.h | 104 int regcomp(regex_t * __restrict, const char * __restrict, int);
|
| /NextBSD/usr.sbin/ctm/mkCTM/ |
| HD | 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()
|
| /NextBSD/bin/ed/ |
| HD | re.c | 66 if ((n = regcomp(expr, exprs, 0))) { in get_compiled_pattern()
|
| /NextBSD/usr.bin/killall/ |
| HD | killall.c | 355 if (regcomp(&rgx, cmd, in main() 381 if (regcomp(&rgx, av[j], in main()
|
| /NextBSD/usr.sbin/gstat/ |
| HD | gstat.c | 124 if (regcomp(&f_re, optarg, REG_EXTENDED) != 0) in main() 419 if (regcomp(&tmp_f_re, tmp_f_s, REG_EXTENDED) in main()
|
| /NextBSD/contrib/libgnuregex/ |
| HD | regex.c | 33 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) macro
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | RegularExpression.h | 20 inline int regcomp(llvm_regex_t * a, const char *b, int c) in regcomp() function
|
| /NextBSD/contrib/flex/ |
| HD | regex.c | 56 if ((err = regcomp (preg, regex, cflags)) != 0) { in flex_regcomp()
|
| /NextBSD/usr.sbin/fifolog/fifolog_reader/ |
| HD | fifolog_reader.c | 141 i = regcomp(&R, opt_R, REG_NOSUB); in main()
|
| /NextBSD/lib/clang/libllvmsupport/ |
| HD | Makefile | 86 regcomp.c \
|