Searched refs:regcomp (Results 76 - 87 of 87) sorted by relevance

1234

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c1691 } else if (regcomp(&p_regexp->exp, p_cmd,
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c38 * @(#)regcomp.c 8.5 (Berkeley) 3/20/94
42 static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94";
45 __FBSDID("$FreeBSD: stable/11/lib/libc/regex/regcomp.c 328151 2018-01-18 22:10:00Z kevans $");
111 /* === regcomp.c === */
204 - regcomp - interface for parser and compilation
205 = extern int regcomp(regex_t *, const char *, int);
216 regcomp(regex_t * __restrict preg, function
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure14182 echo "$as_me:14182: checking for regcomp" >&5
14183 echo $ECHO_N "checking for regcomp... $ECHO_C" >&6
14191 which can conflict with char regcomp (); below. */
14199 char regcomp ();
14211 f = regcomp; /* workaround for ICC 12.0.3 */ if (f == 0) return 1;
14241 cf_regex_func=regcomp
14247 echo "$as_me:14247: checking for regcomp in -l$cf_regex_lib" >&5
14248 echo $ECHO_N "checking for regcomp in -l$cf_regex_lib... $ECHO_C" >&6
14264 char regcomp ();
14268 regcomp (); function
[all...]
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c433 /* regcomp takes a regular expression as a string and compiles it.
469 regcomp (preg, pattern, cflags)
524 weak_alias (__regcomp, regcomp)
528 from either regcomp or regexec. We don't use PREG here. */
671 regcomp/regexec above without link errors. */
466 regcomp (preg, pattern, cflags) function
/freebsd-11-stable/contrib/bmake/
H A Dvar.c1643 * Print the error caused by a regcomp or regexec call.
3462 error = regcomp(&pattern.re, re, REG_EXTENDED);
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c2799 if (regcomp(pfilter->pflt_re, filter, re_flags) != 0) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7519 INTERCEPTOR(int, regcomp, void *preg, const char *pattern, int cflags) {
7521 COMMON_INTERCEPTOR_ENTER(ctx, regcomp, preg, pattern, cflags);
7524 int res = REAL(regcomp)(preg, pattern, cflags);
7561 COMMON_INTERCEPT_FUNCTION(regcomp); \
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c7856 if (regcomp (&r, "^([1-9][0-9]*|0)(\\.([1-9][0-9]*|0))*$",
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c1060 if (regcomp (&re, expr, case_fold ? REG_ICASE : 0) == REG_NOERROR) {
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile944 SRCS_MIN+= Support/regcomp.c
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c7403 if ((regerr = regcomp(map_p->regex_pattern_buf, p, pflags)) != 0)
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure24270 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );

Completed in 333 milliseconds

1234