Home
last modified time | relevance | path

Searched refs:regexp (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-14-stable/crypto/openssl/util/perl/OpenSSL/
HDParseC.pm72 { regexp => qr/#if(def|ndef) OPENSSL_NO_DEPRECATED_(\d+_\d+(?:_\d+)?)$/,
84 { regexp => qr/#ifdef ?(.*)/,
97 { regexp => qr/#ifndef ?(.*)/,
110 { regexp => qr/#if (0|1)/,
127 { regexp => qr/#if ?(.*)/,
187 { regexp => qr/#elif (.*)/,
204 { regexp => qr/#else/,
223 { regexp => qr/#endif ?/,
238 { regexp => qr/#define ([[:alpha:]_]\w*)(<<<\(.*?\)>>>)?( (.*))?/,
248 { regexp => qr/#.*/,
[all …]
/freebsd-14-stable/contrib/less/
HDregexp.h12 typedef struct regexp { struct
20 } regexp; argument
28 extern regexp *regcomp _ANSI_ARGS_((constant char *exp));
29 extern int regexec _ANSI_ARGS_((regexp *prog, constant char *string));
30 extern int regexec2 _ANSI_ARGS_((regexp *prog, constant char *string, int notbol));
31 extern void regsub _ANSI_ARGS_((regexp *prog, constant char *source, char *dest));
HDregexp.c209 regexp *
212 register regexp *r; in regcomp()
235 r = (regexp *)malloc(sizeof(regexp) + (unsigned)regsize); in regcomp()
698 STATIC int regtry(regexp *, constant char *);
712 regexec2(register regexp *prog, register constant char *string, int notbol) in regexec2()
771 regexec(register regexp *prog, register constant char *string) in regexec()
780 regtry(regexp *prog, constant char *string) in regtry()
1078 regexp *r; in regdump()
HDpattern.h69 #define PATTERN_TYPE struct regexp *
HDpattern.c122 struct regexp *comp; in compile_pattern2()
/freebsd-14-stable/usr.bin/m4/tests/
HDpatterns.m410 dnl Special case: empty regexp
11 patsubst(`empty regexp',`',`a ')
/freebsd-14-stable/crypto/openssl/test/recipes/
HD20-test_passwd.t124 my ($cmdarray, $regexp) = @_;
127 return $lines[0] =~ m|$regexp|;
/freebsd-14-stable/share/examples/csh/
HDdot.cshrc62 … 'c/--/(extended-regexp fixed-regexp basic-regexp regexp file ignore-case word-regexp line-regexp \
/freebsd-14-stable/crypto/libecc/src/arithmetic_tests/
HDarithmetic_tests_generator.py1060 regexp = r'//.*?$|/\*.*?\*/|\'(?:\\.|[^\\\'])*\'|"(?:\\.|[^\\"])*"'
1061 pattern = re.compile(regexp, re.DOTALL | re.MULTILINE)
1284 def check_regexp(regexp, string): argument
1285 return re.match(regexp+"$", string)
1289 for regexp in asked_tests_regexps:
1291 match = [x for x in all_tests if check_regexp(regexp, x)]
1293 print "Warning: regexp matches no known operation ", regexp
/freebsd-14-stable/usr.bin/vgrind/
HDMakefile4 SRCS= regexp.c vfontedpr.c
/freebsd-14-stable/usr.bin/grep/
HDzgrep.sh87 --regexp=*)
/freebsd-14-stable/contrib/tcsh/
HDcomplete.tcsh662 complete postmap 'n/1/(hash: regexp:)/' 'c/hash:/f/' 'c/regexp:/f/'
923 c/--/"(extended-regexp fixed-regexp basic-regexp \
924 regexp file ignore-case word-regexp line-regexp \
935 c/--/"(extended-regexp fixed-regexp basic-regexp \
936 regexp file ignore-case word-regexp line-regexp \
947 c/--/"(extended-regexp fixed-regexp basic-regexp \
948 regexp file ignore-case word-regexp line-regexp \
HDcsh-mode.el883 (defun csh-pickup-completion (regexp type match pmin pmax)
890 (re-search-forward regexp pmax t)
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectFrame.cpp928 bool regexp) { in HandleArgumentCompletion() argument
939 if (regexp) in HandleArgumentCompletion()
1002 llvm::ArrayRef<ConstString> symbols, bool regexp) { in DoExecute() argument
1014 if (regexp) in DoExecute()
HDCommandObjectBreakpoint.cpp647 RegularExpression regexp(m_options.m_func_regexp); in DoExecute() local
648 if (llvm::Error err = regexp.GetError()) { in DoExecute()
664 &(m_options.m_modules), &(m_options.m_filenames), std::move(regexp), in DoExecute()
683 RegularExpression regexp(m_options.m_source_text_regexp); in DoExecute() local
684 if (llvm::Error err = regexp.GetError()) { in DoExecute()
692 m_options.m_source_regex_func_names, std::move(regexp), internal, in DoExecute()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStackFrameRecognizer.h117 bool regexp)> const &callback);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymtab.cpp758 const RegularExpression &regexp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType() argument
771 if (regexp.Execute(name)) in AppendSymbolIndexesMatchingRegExAndType()
780 const RegularExpression &regexp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType() argument
797 if (regexp.Execute(name)) in AppendSymbolIndexesMatchingRegExAndType()
/freebsd-14-stable/contrib/one-true-awk/
HDproto.h55 extern Node *regexp(void);
HDb.c975 np = regexp(); in reparse()
981 Node *regexp(void) /* top-level parse of reg expr */ in regexp() function
1031 np = regexp(); in primary()
/freebsd-14-stable/contrib/lib9p/pytest/
HDprotocol.py1691 def parse_lines(self, name, text, regexp, match_handler): argument
1708 match = regexp.match(line)
/freebsd-14-stable/crypto/openssl/
HDNOTES-PERL.md29 requirement is due to our use of regexp backslash sequence \R among
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp923 RegularExpression regexp((llvm::StringRef(symbol_name_regex))); in BreakpointCreateByRegex()
929 module_list.get(), comp_unit_list.get(), std::move(regexp), in BreakpointCreateByRegex()
1011 RegularExpression regexp((llvm::StringRef(source_regex))); in BreakpointCreateBySourceRegex()
1019 std::move(regexp), false, hardware, move_to_nearest_code); in BreakpointCreateBySourceRegex()
/freebsd-14-stable/contrib/libedit/
HDsearch.c122 regexp *rp; in el_match()
/freebsd-14-stable/contrib/netbsd-tests/usr.bin/grep/
HDt_grep.sh244 atf_check -o inline:"foo bar\n" zgrep --regexp='foo bar' test < /dev/null
/freebsd-14-stable/contrib/diff/
HDNEWS63 * diff's -I and -F options use the regexp syntax of grep, not of Emacs.

123