/freebsd/lib/libc/regex/grot/ |
H A D | Makefile | 27 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 D | main.c | 77 err = regcomp(&re, argv[optind++], copts); in main() 221 err = regcomp(&re, f0copy, opts); in try()
|
/freebsd/lib/libc/regex/ |
H A D | Makefile.inc | 6 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 D | Symbol.map | 8 regcomp;
|
/freebsd/lib/libc/locale/ |
H A D | rpmatch.c | 39 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 D | regex.h | 104 #define regcomp nvi_regcomp macro 109 int regcomp(regex_t *, const RCHAR_T *, int);
|
/freebsd/contrib/ncurses/form/ |
H A D | fty_regex.c | 55 #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 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
|
H A D | main.c | 108 err = regcomp(&re, argv[optind++], copts); in main() 252 err = regcomp(&re, f0copy, opts); in try()
|
/freebsd/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/lib/libcompat/4.3/ |
H A D | re_comp.c | 68 rc = regcomp(&re_regexp, s, REG_EXTENDED); in re_comp()
|
/freebsd/lib/libregex/ |
H A D | Symbol.map | 11 regcomp;
|
/freebsd/contrib/less/ |
H A D | regexp.h | 28 extern regexp *regcomp _ANSI_ARGS_((constant char *exp));
|
H A D | README | 67 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 D | pattern.c | 48 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 D | regex.h | 104 int regcomp(regex_t * __restrict, const char * __restrict, int);
|
/freebsd/bin/ed/ |
H A D | re.c | 64 if ((n = regcomp(expr, exprs, 0))) { in get_compiled_pattern()
|
/freebsd/usr.bin/killall/ |
H A D | killall.c | 355 if (regcomp(&rgx, cmd, in main() 381 if (regcomp(&rgx, av[j], in main()
|
/freebsd/contrib/flex/src/ |
H A D | regex.c | 56 if ((err = regcomp (preg, regex, cflags)) != 0) { in flex_regcomp()
|
/freebsd/usr.sbin/fifolog/fifolog_reader/ |
H A D | fifolog_reader.c | 141 i = regcomp(&R, opt_R, REG_NOSUB); in main()
|
/freebsd/usr.sbin/gstat/ |
H A D | gstat.c | 139 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 D | stack.c | 73 if (regcomp(&re, od->optArg.argString, REG_NOSUB) != 0) in optionUnstackArg()
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | text.cpp | 64 if (::regcomp(&preg, regex.c_str(), REG_EXTENDED) != 0) in match()
|
/freebsd/usr.bin/m4/ |
H A D | gnum4.c | 495 error = regcomp(&re, source, mode); in dopatsubst() 529 error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE); in doregexp()
|