Home
last modified time | relevance | path

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

1234

/freebsd/lib/libc/regex/grot/
H A DMakefile27 REGSRC = regcomp.c regerror.c regexec.c regfree.c engine.c
31 OBJPRODN = regcomp.o regexec.o regerror.o regfree.o
36 LINTC = regcomp.c regexec.c regerror.c regfree.c debug.c main.c $(SRCMISSING)
58 regcomp.o regexec.o regfree.o debug.o: utils.h regex.h regex2.h
59 regcomp.o: cname.h regcomp.ih
H A Dmain.c77 err = regcomp(&re, argv[optind++], copts); in main()
221 err = regcomp(&re, f0copy, opts); in try()
/freebsd/lib/libc/regex/
H A DMakefile.inc6 SRCS+= regcomp.c regerror.c regexec.c regfree.c
15 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
H A DSymbol.map8 regcomp;
/freebsd/lib/libc/locale/
H A Drpmatch.c39 if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0) in rpmatch()
41 if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) { in rpmatch()
/freebsd/contrib/nvi/regex/
H A Dregex.h104 #define regcomp nvi_regcomp macro
109 int regcomp(regex_t *, const RCHAR_T *, int);
/freebsd/contrib/ncurses/form/
H A Dfty_regex.c55 #undef regcomp
70 #define regcomp(r,s,n) PCRE2regcomp(r,s,n) macro
161 && !regcomp(preg->pRegExp, rx, in Generic_RegularExpression_Type()
/freebsd/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
H A Dmain.c108 err = regcomp(&re, argv[optind++], copts); in main()
252 err = regcomp(&re, f0copy, opts); in try()
/freebsd/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/lib/libcompat/4.3/
H A Dre_comp.c68 rc = regcomp(&re_regexp, s, REG_EXTENDED); in re_comp()
/freebsd/lib/libregex/
H A DSymbol.map11 regcomp;
/freebsd/contrib/less/
H A Dregexp.h28 extern regexp *regcomp _ANSI_ARGS_((constant char *exp));
H A DREADME67 posix Use the POSIX-compatible regcomp.
70 regcomp Use the V8-compatible regcomp.
71 regcomp-local Use Henry Spencer's V8-compatible regcomp
H A Dpattern.c48 if (regcomp(comp, pattern, REGCOMP_FLAG | (is_caseless ? REG_ICASE : 0))) in compile_pattern2()
124 comp = regcomp(pattern); in compile_pattern2()
129 * regcomp has already printed an error message in compile_pattern2()
/freebsd/include/
H A Dregex.h104 int regcomp(regex_t * __restrict, const char * __restrict, int);
/freebsd/bin/ed/
H A Dre.c64 if ((n = regcomp(expr, exprs, 0))) { in get_compiled_pattern()
/freebsd/usr.bin/killall/
H A Dkillall.c355 if (regcomp(&rgx, cmd, in main()
381 if (regcomp(&rgx, av[j], in main()
/freebsd/contrib/flex/src/
H A Dregex.c56 if ((err = regcomp (preg, regex, cflags)) != 0) { in flex_regcomp()
/freebsd/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c141 i = regcomp(&R, opt_R, REG_NOSUB); in main()
/freebsd/usr.sbin/gstat/
H A Dgstat.c139 if (regcomp(&f_re, optarg, REG_EXTENDED) != 0) in main()
585 if (regcomp(&tmp_f_re, tmp_f_s, REG_EXTENDED) in main()
/freebsd/contrib/ntp/sntp/libopts/
H A Dstack.c73 if (regcomp(&re, od->optArg.argString, REG_NOSUB) != 0) in optionUnstackArg()
/freebsd/contrib/atf/atf-c++/detail/
H A Dtext.cpp64 if (::regcomp(&preg, regex.c_str(), REG_EXTENDED) != 0) in match()
/freebsd/usr.bin/m4/
H A Dgnum4.c495 error = regcomp(&re, source, mode); in dopatsubst()
529 error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE); in doregexp()

1234