HomeSort by: relevance | last modified time | path
    Searched refs:match (Results 1 - 25 of 3315) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/gcc/fortran/
match.h 42 /* match.cc. */
44 /* Generic match subroutines. */
45 match gfc_match_special_char (gfc_char_t *);
46 match gfc_match_space (void);
47 match gfc_match_eos (void);
48 match gfc_match_small_literal_int (int *, int *, bool = true);
49 match gfc_match_st_label (gfc_st_label **);
50 match gfc_match_small_int (int *);
51 match gfc_match_name (char *, bool = true);
52 match gfc_match_symbol (gfc_symbol **, int)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
match.h 42 /* match.cc. */
44 /* Generic match subroutines. */
45 match gfc_match_special_char (gfc_char_t *);
46 match gfc_match_space (void);
47 match gfc_match_eos (void);
48 match gfc_match_small_literal_int (int *, int *);
49 match gfc_match_st_label (gfc_st_label **);
50 match gfc_match_small_int (int *);
51 match gfc_match_name (char *);
52 match gfc_match_symbol (gfc_symbol **, int)
    [all...]
  /src/external/historical/nawk/dist/bugs-fixed/
matchop-deref.awk 6 print match(foo(), "b")
10 print match(substr($0, 1), "b")
rstart-rlength.awk 4 match(str,/^/)
6 match(str,/.+/)
8 match(str,/$/)
  /src/usr.bin/vgrind/RETEST/
retest.c 57 char *match; local
65 match = ireg;
66 while(*match) {
67 switch (*match) {
73 printf ("%c", *match);
77 if (isalnum(*match))
78 printf("%c", *match);
80 printf ("<%03o>", *match);
83 match++;
89 match = str
    [all...]
  /src/external/bsd/ipf/dist/rules/
ipmon.conf 5 match { logtag = 10000; }
8 match { logtag = 2000, every 10 seconds; }
11 match { protocol = udp, result = block; }
14 match { protocol = tcp, result = block, dstport = 25; }
17 match { srcip = 10.1.0.0/16, dstip = 192.168.1.0/24; }
21 match {
  /src/external/gpl2/gettext/dist/gettext-tools/man/
msgcomm.x 2 msgcomm \- match two message catalogs
  /src/external/bsd/zstd/dist/tests/cli-tests/compression/
row-match-finder.sh 5 # Test --[no-]row-match-finder
6 zstd file -7f --row-match-finder
7 zstd file -7f --no-row-match-finder
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
whatis-ptype-typedefs.exp 271 if {([string match "v_*" $to]
272 || (![string match "v_*" $from] && ![string match "*method" $from])
273 || [string match "*method" $to])} {
279 } elseif {([string match "*float*" $from] && [string match "*array*" $to])
281 && ([string match "float*" $to] && [string match "*array*" $from]
282 || [string match "float*" $to] && [string match "*method" $from])
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
whatis-ptype-typedefs.exp 271 if {([string match "v_*" $to]
272 || (![string match "v_*" $from] && ![string match "*method" $from])
273 || [string match "*method" $to])} {
279 } elseif {([string match "*float*" $from] && [string match "*array*" $to])
281 && ([string match "float*" $to] && [string match "*array*" $from]
282 || [string match "float*" $to] && [string match "*method" $from])
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
schedcover.py 71 match = re_sched_default.match(line)
72 if match: add(match.group(1), "default", match.group(2))
73 match = re_sched_no_default.match(line)
74 if match: add(match.group(1), "default")
75 match = re_sched_spec.match(line
    [all...]
extract_symbols.py 39 match = re.match("^.+SECT.+External\s+\|\s+(\S+).*$", line)
40 if match:
41 yield match.group(1)
56 match = re.match("^(\S+)\s+[BDGRSTVW]\s+\S+\s+\S+$", line)
57 if match:
58 yield match.group(1)
71 match = re.search('Name: (\S+)', line)
72 if match
472 match = re.search("^\\?(\\??\\w+\\@\\?\\$\\w+)\\@", k) variable
478 match = re.match('_Z(T[VTIS])?(N.+)', k) variable
    [all...]
  /src/external/bsd/atf/dist/atf-sh/
normalize_test.sh 39 atf_check -s eq:0 -o match:'a.b: test value 1' \
40 -o match:'c-d: test value 2' -e ignore ${h} normalize
  /src/external/bsd/pcc/dist/pcc/os/inc/
amd64.h 40 if (match(argp, "-m32")) { \
42 } else if (match(argp, "-m64")) { \
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
ldaperr.tcl 9 ![string match "#define LDAP_SUCCESS*" $line]} { }
15 if {[string match *typedef* $line]} break
16 if {![string match #define* $line]} continue
17 if {![string match "#define LDAP_*" $line]} continue
18 if {[string match "*LDAP_RANGE*" $line]} continue
19 if {[string match "*LDAP_API_RESULT*" $line]} continue
20 if {[string match {*\\} $line]} {
  /src/external/mpl/bind/dist/tests/dns/
geoip_test.c 208 bool match; local
216 match = do_lookup_string("10.53.0.1", dns_geoip_country_code, "AU");
217 assert_true(match);
219 match = do_lookup_string("10.53.0.1", dns_geoip_country_name,
221 assert_true(match);
223 match = do_lookup_string("192.0.2.128", dns_geoip_country_code, "O1");
224 assert_true(match);
226 match = do_lookup_string("192.0.2.128", dns_geoip_country_name,
228 assert_true(match);
233 bool match; local
252 bool match; local
289 bool match; local
329 bool match; local
343 bool match; local
358 bool match; local
373 bool match; local
    [all...]
  /src/tests/net/if/
t_ifconf.sh 51 atf_check -s exit:0 -o match:'^2$' "$ifconf" total
52 atf_check -s exit:0 -o match:'lo0' "$ifconf" list
56 atf_check -s exit:0 -o match:'^3$' "$ifconf" total
57 atf_check -s exit:0 -o match:'shmif0' "$ifconf" list
61 atf_check -s exit:0 -o match:'^4$' "$ifconf" total
62 atf_check -s exit:0 -o match:'shmif1' "$ifconf" list
67 atf_check -s exit:0 -o match:'^5$' "$ifconf" total
70 atf_check -s exit:0 -o match:1 -x "$ifconf list 1 | wc -l"
71 atf_check -s exit:0 -o match:2 -x "$ifconf list 2 | wc -l"
72 atf_check -s exit:0 -o match:3 -x "$ifconf list 3 | wc -l
    [all...]
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.h 78 /* Create and init match structure for a given machine. */
80 void regex_reset_match(struct regex_match *match);
81 void regex_free_match(struct regex_match *match);
85 void regex_continue_match(struct regex_match *match, const regex_char_t *input_string, int length);
86 int regex_get_result(struct regex_match *match, int *end, int *id);
87 /* Returns true, if the best match has already found. */
88 int regex_is_match_finished(struct regex_match *match);
93 void regex_continue_match_debug(struct regex_match *match, const regex_char_t *input_string, int length);
  /src/tests/usr.bin/ld/
t_section.sh 74 match ".text" &&
75 match "hoge" &&
78 match ".data" &&
79 match "fuga" &&
80 match ".bss" &&
86 match() { function
  /src/sys/arch/arc/arc/
platform.c 58 int i, rv, matched = -1, match = 0, ambiguous_match = 0; local
61 rv = (*plattab[i]->match)(plattab[i]);
62 if (rv > match) {
63 match = rv;
66 } else if (rv == match) {
77 rv = (*plattab[i]->match)(plattab[i]);
78 if (rv < match)
90 if (match)
92 return match;
  /src/external/bsd/elftosb/dist/common/
GlobMatcher.cpp 16 //! The glob pattern must match the \e entire test value argument in order
17 //! for the match to be considered successful. Thus, even if, for example,
20 //! \retval true The test value does match the glob pattern.
21 //! \retval false The test value does not match the glob pattern.
22 bool GlobMatcher::match(const std::string & testValue) function in class:GlobMatcher
32 int match; local
75 match = false;
77 while (!match && (c = *p++)) {
86 match = true;
90 match = true
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-kasp-keydir2.conf.j2 31 match-clients { key "keyforview1"; };
41 match-clients { key "keyforview2"; };
  /src/tests/bin/sh/
t_option.sh 129 atf_check -s exit:0 -o match:VAR=value -e empty ${TEST_SH} -ce \
210 atf_check -s exit:0 -o match:I_am_OK -e empty \
215 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \
220 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \
293 atf_check -s exit:0 -o match:first -o not-match:second -e empty \
295 atf_check -s exit:0 -o match:first -o not-match:third -e empty
    [all...]
  /src/games/monop/
getinp.c 56 int i, n_match, match = 0; local
67 for (i = 0, match = 18; lst[i]; i++) {
68 if ((match+=(n_match=strlen(lst[i]))) > LINE) {
70 match = n_match + 8;
73 match += 8;
82 match += 2;
93 match = i;
96 return match;
  /src/crypto/external/apache2/openssl/dist/test/recipes/
20-test_nocache.t 23 my @match = grep /MAC/, <DATA>;
25 ok(scalar @match > 1 ? 1 : 0, "Several algorithms are listed - default configuration");
32 my @match = grep /MAC/, <DATA>;
34 ok(scalar @match > 1 ? 1 : 0, "Several algorithms are listed - nocache-and-default");

Completed in 46 milliseconds

1 2 3 4 5 6 7 8 91011>>