Home
last modified time | relevance | path

Searched +defs:match +defs:string (Results 1 – 25 of 32) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dmangle.c279 find_compression_array_template_match (string) in find_compression_array_template_match() argument
299 int i, match; local
354 int match; local
405 int match; local
441 int match; local
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.c921 canon_white (char *string) in canon_white()
949 fix_whitespace (char *string) in fix_whitespace()
979 discard_until (char *string) in discard_until()
1020 get_until (char *match, char **string) in get_until()
1129 get_until_in_line (int expand, char *match, char **string) in get_until_in_line()
1161 get_rest_of_line (int expand, char **string) in get_rest_of_line()
1205 get_until_in_braces (char *match, char **string) in get_until_in_braces()
1877 char *string; in handle_menu_entry() local
1963 get_command_entry (char *string) in get_command_entry()
2474 add_word (char *string) in add_word()
[all …]
/openbsd-src/usr.bin/sed/
H A Dprocess.c78 regmatch_t *match; variable
520 regexec_e(regex_t * preg,const char * string,int eflags,int nomatch,size_t start,size_t stop) regexec_e() argument
551 regsub(SPACE * sp,char * string,char * src) regsub() argument
[all...]
/openbsd-src/lib/libc/regex/
H A Dengine.c54 #define match smat macro
66 #define match lmat macro
71 struct match { struct
74 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ argument
78 const char *coldp; /* can be no match starting before here */ argument
88 static const char *dissect(struct match *, const char *, const char *, sopno, argument
134 matcher(struct re_guts *g, const char *string, size_t nmatch, in matcher()
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dindices.c280 index_entry_exists (WINDOW *window, char *string) in index_entry_exists()
387 char *match; variable
599 info_apropos (char *string) in info_apropos()
/openbsd-src/usr.sbin/sasyncd/
H A Dconf.y58 char *string; member
255 match(char *token) in match() function
/openbsd-src/bin/csh/
H A Dglob.c372 int nonomatch = adrof(STRnonomatch) != 0, magic = 0, match = 0; in libglob() local
772 Gmatch(Char *string, Char *pattern) in Gmatch()
796 pmatch(Char *string, Char *pattern) in pmatch()
799 int match, negate_range; in pmatch() local
/openbsd-src/usr.sbin/httpd/
H A Dpatterns.c320 match(struct match_state *ms, const char *s, const char *p) in match() function
580 str_find_aux(struct match_state *ms, const char *pattern, const char *string, in str_find_aux()
641 str_find(const char *string, const char *pattern, struct str_find *sm, in str_find()
662 str_match(const char *string, const char *pattern, struct str_match *m, in str_match()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DStencil.cpp316 const std::vector<std::pair<std::string, Stencil>> &Cases) { in containsNoNullStencils()
324 SelectBoundStencil(std::vector<std::pair<std::string, Stencil>> Cases, in SelectBoundStencil()
332 llvm::Error eval(const MatchFinder::MatchResult &match, in eval()
478 std::vector<std::pair<std::string, Stencil>> CaseStencils, in selectBound()
/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py445 def __init__(self, string, extra, args_and_sig, attrs, func_name_separator): argument
453 def drop_arg_names(match): argument
460 def repl_arg_names(match): argument
664 def is_local_def_ir_value_match(self, match): argument
668 def is_global_scope_ir_value_match(self, match): argument
673 def get_ir_prefix_from_ir_value_match(self, match): argument
679 def get_ir_regex_from_ir_value_re_match(self, match): argument
711 def get_value_definition(self, var, match): argument
726 def get_value_use(self, var, match, var_prefix=None): argument
810 def get_idx_from_ir_value_match(match): argument
[all …]
/openbsd-src/usr.sbin/unbound/testcode/
H A Dreplay.h229 struct entry* match; member
242 char* string; member
264 struct entry* match; member
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dutils.c581 vwarning (const char *string, va_list args) in vwarning()
605 warning (const char *string, ...) in warning()
618 verror (const char *string, va_list args) in verror()
627 error (const char *string, ...) in error()
644 error_silent (const char *string, ...) in error_silent()
846 internal_error (const char *file, int line, const char *string, ...) in internal_error()
865 internal_warning (const char *file, int line, const char *string, ...) in internal_warning()
897 perror_with_name (const char *string) in perror_with_name()
921 print_sys_errmsg (const char *string, int errcode) in print_sys_errmsg()
1889 puts_filtered_tabular (char *string, int width, int right) in puts_filtered_tabular()
[all …]
/openbsd-src/usr.bin/tset/
H A Dtset.c234 const char string[8]; member
501 int match; in mapped() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h341 template<typename Fn> void match(Fn F) const { F(Array); } in match() function
354 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function
377 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } in match() function
428 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function
455 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function
471 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function
485 template<typename Fn> void match(Fn F) const { F(Name); } in match() function
501 template <typename Fn> void match(Fn F) const { F(Size, Signed); } in match() function
520 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() function
538 template<typename Fn> void match(Fn F) const { F(Base, Tag); } in match() function
[all …]
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h341 template<typename Fn> void match(Fn F) const { F(Array); } in match() function
354 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function
377 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } in match() function
428 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function
455 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function
471 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function
485 template<typename Fn> void match(Fn F) const { F(Name); } in match() function
501 template <typename Fn> void match(Fn F) const { F(Size, Signed); } in match() function
520 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() function
538 template<typename Fn> void match(Fn F) const { F(Base, Tag); } in match() function
[all …]
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DLanguage.cpp208 LanguageType Language::GetLanguageTypeFromString(llvm::StringRef string) { in GetLanguageTypeFromString()
418 for (const auto &match : matches.Types()) { in Find_Impl() local
/openbsd-src/gnu/lib/libreadline/
H A Dcomplete.c1241 make_quoted_replacement (match, mtype, qc) in make_quoted_replacement() argument
1286 insert_match (match, start, mtype, qc) in insert_match() argument
1603 char *string; local
/openbsd-src/gnu/gcc/gcc/
H A Dstmt.c263 expand_asm (tree string, int vol) in expand_asm()
486 unsigned long match; in parse_input_constraint() local
644 expand_asm_operands (tree string, tree outputs, tree inputs, in expand_asm_operands()
1221 resolve_asm_operand_names (tree string, tree outputs, tree inputs) in resolve_asm_operand_names()
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c75 # define re_match(bufp, string, size, pos, regs) \ argument
77 # define re_search(bufp, string, size, startpos, range, regs) \ argument
2182 # define IS_CHAR_CLASS(string) __wctype (string) argument
2184 # define IS_CHAR_CLASS(string) wctype (string) argument
2189 # define IS_CHAR_CLASS(string) \ argument
6278 int match; in wcs_re_match_2_internal() local
6431 int match; in wcs_re_match_2_internal() local
/openbsd-src/usr.bin/mandoc/
H A Droff.c2511 int match; roff_evalstrcond() local
2751 char *string; roff_ds() local
4097 roff_setstr(struct roff * r,const char * name,const char * string,int append) roff_setstr() argument
4110 roff_setstrn(struct roffkv ** r,const char * name,size_t namesz,const char * string,size_t stringsz,int append) roff_setstrn() argument
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dstmt.c1128 expand_asm (string, vol) in expand_asm() argument
1363 unsigned long match; local
1480 expand_asm_operands (string, outputs, inputs, clobbers, vol, filename, line) in expand_asm_operands() argument
2004 resolve_operand_names (string, outputs, inputs, pconstraints) in resolve_operand_names() argument
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp647 bool match = false; in ClassImplementsAllMethodsAndProperties() local
1104 bool match = false; in MatchTwoAttributeLists() local
1138 bool match = MatchTwoAttributeLists(Attrs1, Attrs2, AvailabilityArgsMatch); in AttributesMatch() local
2211 std::vector<std::pair<std::string,std::string> > &remap, in getFileRemappingsFromFileList()
/openbsd-src/sys/dev/pci/
H A Darc.c760 arc_match(struct device *parent, void *match, void *aux) in arc_match() argument
1523 char string[81]; /* sizeof(vendor)*2+1 */ in arc_chipA_firmware() local
1607 char string[8 in arc_chipC_firmware() local
1678 char string[81]; /* sizeof(vendor)*2+1 */ arc_chipD_firmware() local
1946 char string[20]; arc_bio_inq() local
[all...]
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2033 def match( member in TestBase
2266 string, argument
/openbsd-src/usr.sbin/bgpd/
H A Dparse.y213 char *string; global() member
4901 expand_rule(struct filter_rule * rule,struct filter_rib_l * rib,struct filter_peers_l * peer,struct filter_match_l * match,struct filter_set_head * set) expand_rule() argument
[all...]

12