Searched refs:regex (Results 151 - 175 of 220) sorted by relevance

123456789

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.in150 random.c regex.c rename.c rindex.c \
164 REQUIRED_OFILES = ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o \
901 ./regex.o: $(srcdir)/regex.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
904 $(COMPILE.c) $(PICFLAG) $(srcdir)/regex.c -o pic/$@; \
906 $(COMPILE.c) $(srcdir)/regex.c $(OUTPUT_OPTION)
/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.in150 random.c regex.c rename.c rindex.c \
164 REQUIRED_OFILES = ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o \
925 ./regex.o: $(srcdir)/regex.c config.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
928 $(COMPILE.c) $(PICFLAG) $(srcdir)/regex.c -o pic/$@; \
930 $(COMPILE.c) $(srcdir)/regex.c $(OUTPUT_OPTION)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c30 #include <regex.h>
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c6 #include <regex.h>
/freebsd-11-stable/usr.bin/m4/
H A Dgnum4.c41 #include <regex.h>
/freebsd-11-stable/usr.bin/whereis/
H A Dwhereis.c46 #include <regex.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2177 void SymbolFileDWARF::FindGlobalVariables(const RegularExpression &regex, argument
2186 "SymbolFileDWARF::FindGlobalVariables (regex=\"%s\", "
2188 regex.GetText().str().c_str(), max_matches);
2199 m_index->GetGlobalVariables(regex, die_offsets);
2223 m_index->ReportInvalidDIERef(die_ref, regex.GetText());
2365 void SymbolFileDWARF::FindFunctions(const RegularExpression &regex, argument
2370 Timer scoped_timer(func_cat, "SymbolFileDWARF::FindFunctions (regex = '%s')",
2371 regex.GetText().str().c_str());
2377 log, "SymbolFileDWARF::FindFunctions (regex=\"%s\", sc_list)",
2378 regex
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dfile.h82 #include <regex.h>
180 char s[MAXstring]; /* the search string or regex pattern */
/freebsd-11-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk614 # Advance to the next input record and verify that it matches @p regex
616 function getline_matching (regex)
622 if ($0 ~ regex)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp877 static RegularExpression regex(llvm::StringRef("libclang_rt.tsan_"));
878 return regex;
/freebsd-11-stable/bin/expr/
H A Dexpr.y22 #include <regex.h>
/freebsd-11-stable/bin/pax/
H A Dpat_rep.c50 #include <regex.h>
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c49 #include <regex.h>
H A Daicasm_symbol.c55 #include <regex.h>
/freebsd-11-stable/sbin/fdisk_pc98/
H A Dfdisk.c42 #include <regex.h>
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Dmkctm.c6 * -B regex Bogus
7 * -I regex Ignore
25 #include <regex.h>
/freebsd-11-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c19 #include <regex.h>
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1344 * Actions to take if <regex.h> exists.
1347 # include <regex.h>
/freebsd-11-stable/bin/pkill/
H A Dpkill.c56 #include <regex.h>
/freebsd-11-stable/lib/libedit/
H A Dsearch.c52 #include <regex.h>
/freebsd-11-stable/contrib/mdocml/
H A Dmansearch.c31 #include <regex.h>
/freebsd-11-stable/usr.bin/sed/
H A Dprocess.c51 #include <regex.h>
/freebsd-11-stable/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c63 #include <regex.h>
/freebsd-11-stable/stand/lua/
H A Dconfig.lua176 -- str in this table is a regex pattern. It will automatically be anchored to
183 -- regex not supporting branching.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp29 #include <regex.h>

Completed in 422 milliseconds

123456789