Searched refs:match_string (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dstring_list.h24 #define string_list_init(f, p) match_list_init((f), (p), 1, match_string)
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dmatch_list.h48 extern int match_string(MATCH_LIST *, const char *, const char *);
H A Dmatch_ops.c9 /* int match_string(list, string, pattern)
29 /* match_string() matches the string against the pattern, requiring
110 /* match_string - match a string literal */
112 int match_string(MATCH_LIST *list, const char *string, const char *pattern) function
114 const char *myname = "match_string";
/macosx-10.10.1/ruby-106/ruby/test/json/
H A Dtest_json_string_matching.rb31 :match_string => { /\A\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}[+-]\d{4}\z/ => TestTime })
34 :match_string => { /\A\d{3}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}[+-]\d{4}\z/ => TestTime })
37 :match_string => { /\A\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}[+-]\d{4}\z/ => TestTime })
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dmarkdown.rb309 def match_string(str) method in class:RDoc
1039 _tmp = match_string("#")
1085 _tmp = match_string("######")
1088 _tmp = match_string("#####")
1091 _tmp = match_string("####")
1094 _tmp = match_string("###")
1097 _tmp = match_string("##")
1100 _tmp = match_string("#")
1181 _tmp = match_string("#")
1244 _tmp = match_string("
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dstrptime.c106 match_string (const char **buf, const char **strs) function
258 ret = match_string (&buf, full_weekdays);
264 ret = match_string (&buf, abb_weekdays);
270 ret = match_string (&buf, full_month);
277 ret = match_string (&buf, abb_month);
340 ret = match_string (&buf, ampm);
/macosx-10.10.1/ruby-106/ruby/ext/json/parser/
H A Dparser.h45 VALUE match_string; member in struct:JSON_ParserStruct
H A Dparser.c1401 VALUE match_string; local
1534 if (json->create_additions && RTEST(match_string = json->match_string)) {
1538 rb_hash_foreach(match_string, match_i, memo);
1705 VALUE match_string = rb_hash_aref(opts, tmp); local
1706 json->match_string = RTEST(match_string) ? match_string : Qnil;
1708 json->match_string = Qnil;
2109 rb_gc_mark_maybe(json->match_string);
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markdown/
H A Dliterals_1_9.rb160 def match_string(str) method in class:RDoc
383 _tmp = match_string("uFEFF")
/macosx-10.10.1/ruby-106/ruby/
H A Dre.c1818 match_string(VALUE match) function
3602 rb_define_method(rb_cMatch, "string", match_string, 0);

Completed in 210 milliseconds