Home
last modified time | relevance | path

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

12345

/NextBSD/lib/libc/regex/grot/
HDMakefile28 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/
HDMakefile.inc9 SRCS+= regcomp.c regerror.c regexec.c regfree.c
16 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
HDSymbol.map6 regcomp;
/NextBSD/lib/libc/locale/
HDrpmatch.c40 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/
HDhpacc-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()
/NextBSD/contrib/netbsd-tests/lib/libc/regex/
HDREADME4 C flag given, regcomp() is expected to fail, and the third field is the
22 C regcomp() error expected, third field is error name
HDmain.c108 err = regcomp(&re, argv[optind++], copts); in main()
252 err = regcomp(&re, f0copy, opts); in try()
/NextBSD/contrib/binutils/include/
HDxregex.h9 # define regcomp xregcomp macro
/NextBSD/contrib/gcclibs/include/
HDxregex.h9 # define regcomp xregcomp macro
/NextBSD/contrib/gdb/include/
HDxregex.h9 # define regcomp xregcomp macro
/NextBSD/contrib/less/
HDregexp.h28 extern regexp *regcomp _ANSI_ARGS_((char *exp));
HDREADME58 posix Use the POSIX-compatible regcomp.
61 regcomp Use the V8-compatible regcomp.
62 regcomp-local Use Henry Spencer's V8-compatible regcomp
HDpattern.c52 if (regcomp(comp, pattern, REGCOMP_FLAG))
108 comp = regcomp(pattern);
/NextBSD/lib/libcompat/4.3/
HDre_comp.c72 rc = regcomp(&re_regexp, s, REG_EXTENDED); in re_comp()
/NextBSD/contrib/nvi/regex/
HDregex.h99 int regcomp(regex_t *, const RCHAR_T *, int);
/NextBSD/include/
HDregex.h104 int regcomp(regex_t * __restrict, const char * __restrict, int);
/NextBSD/usr.sbin/ctm/mkCTM/
HDmkctm.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()
/NextBSD/bin/ed/
HDre.c66 if ((n = regcomp(expr, exprs, 0))) { in get_compiled_pattern()
/NextBSD/usr.bin/killall/
HDkillall.c355 if (regcomp(&rgx, cmd, in main()
381 if (regcomp(&rgx, av[j], in main()
/NextBSD/usr.sbin/gstat/
HDgstat.c124 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/
HDregex.c33 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) macro
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDRegularExpression.h20 inline int regcomp(llvm_regex_t * a, const char *b, int c) in regcomp() function
/NextBSD/contrib/flex/
HDregex.c56 if ((err = regcomp (preg, regex, cflags)) != 0) { in flex_regcomp()
/NextBSD/usr.sbin/fifolog/fifolog_reader/
HDfifolog_reader.c141 i = regcomp(&R, opt_R, REG_NOSUB); in main()
/NextBSD/lib/clang/libllvmsupport/
HDMakefile86 regcomp.c \

12345