Home
last modified time | relevance | path

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

1234

/dflybsd-src/lib/libc/locale/
H A Drpmatch.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()
/dflybsd-src/lib/libc/tre-regex/
H A DMakefile.inc14 regcomp.c \
31 MLINKS+=regex.3 regcomp.3 \
H A DSymbol.map2 regcomp;
H A Dregex.h38 #define tre_regcomp regcomp
/dflybsd-src/contrib/gdb-7/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/dflybsd-src/contrib/gcc-8.0/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/dflybsd-src/contrib/binutils-2.34/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/dflybsd-src/contrib/gcc-4.7/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/dflybsd-src/contrib/binutils-2.27/include/
H A Dxregex.h9 # define regcomp xregcomp macro
/dflybsd-src/lib/libcompat/4.3/
H A Dre_comp.c68 rc = regcomp(&re_regexp, s, REG_EXTENDED); in re_comp()
/dflybsd-src/contrib/tre/lib/
H A DREADME59 regcomp.c:
60 - Implementation of the regcomp() family of functions as simple
/dflybsd-src/contrib/cvs-1.12/lib/
H A Drpmatch.c47 if (regcomp (re, pattern, REG_EXTENDED) != 0) in try()
H A Dregex.c28 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) macro
/dflybsd-src/contrib/nvi2/regex/
H A Dregex.h99 int regcomp(regex_t *, const RCHAR_T *, int);
/dflybsd-src/contrib/less/
H A DREADME59 posix Use the POSIX-compatible regcomp.
62 regcomp Use the V8-compatible regcomp.
63 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()
/dflybsd-src/bin/ed/
H A Dre.c66 if ((n = regcomp(expr, exprs, 0))) { in get_compiled_pattern()
/dflybsd-src/contrib/grep/lib/
H A Dregex.c41 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) macro
H A Dexclude.c562 rc = regcomp (&patopts->v.re, tmp, cflags); in add_exclude()
567 rc = regcomp (&patopts->v.re, pattern, cflags); in add_exclude()
/dflybsd-src/contrib/flex/src/
H A Dregex.c56 if ((err = regcomp (preg, regex, cflags)) != 0) { in flex_regcomp()
/dflybsd-src/usr.bin/killall/
H A Dkillall.c378 if (regcomp(&rgx, cmd, in main()
402 if (regcomp(&rgx, av[j], in main()
/dflybsd-src/contrib/tre/
H A DREADME57 the description of the regcomp() API.
75 allocates all the memory it needs during a regcomp() call, and some
80 dynamically allocated memory during the regcomp() call, less than
/dflybsd-src/usr.bin/m4/
H A Dgnum4.c464 error = regcomp(&re, mimic_gnu ? twiddle(argv[3]) : argv[3], in dopatsubst()
496 error = regcomp(&re, mimic_gnu ? twiddle(argv[3]) : argv[3], in doregexp()
/dflybsd-src/usr.bin/whereis/
H A Dwhereis.c385 if ((i = regcomp(&re, MANWHEREISMATCH, REG_EXTENDED)) != 0) { in main()
602 if ((i = regcomp(&re2, cp2, in main()
/dflybsd-src/usr.bin/ctags/
H A Dctags.c170 if (regcomp(regx + step, lbuf, in main()

1234