Searched refs:match (Results 1 - 25 of 3318) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.h42 /* 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_symbo
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.h42 /* match.c. */
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_label (void);
51 match gfc_match_small_int (int *);
52 match gfc_match_small_int_exp
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dsection-match.exp22 run_dump_test section-match-
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dsplit_s390.sh25 match() function
41 match 'jg.*__morestack>?$' split_s390_z1.stdout
42 match 'long.*0x00100000$' split_s390_z1.stdout
43 match 'jg.*__morestack>?$' split_s390_z1_ns.stdout
44 match 'long.*0x00104000$' split_s390_z1_ns.stdout
46 match 'ear.*$' split_s390_z2.stdout
47 match 'jgl.*__morestack>?$' split_s390_z2.stdout
49 match 'long.*0x00000100$' split_s390_z2.stdout
52 match 'jg .*__morestack>?$' split_s390_z2_ns.stdout
53 match 'lon
[all...]
H A Dsplit_i386.sh25 match() function
41 match 'cmp.*+%gs:[^,]*,%esp' split_i386_1.stdout
42 match 'call.*__morestack>?$' split_i386_1.stdout
43 match 'lea.*-0x200\(%esp\),' split_i386_1.stdout
45 match 'stc' split_i386_2.stdout
46 match 'call.*__morestack_non_split>?$' split_i386_2.stdout
48 match 'lea.*-0x4200\(%esp\),' split_i386_2.stdout
50 match 'failed to match' split_i386_3.stdout
52 match 'cal
[all...]
H A Dsplit_x32.sh26 match() function
42 match 'cmp.*+%fs:[^,]*,%esp' split_x32_1.stdout
43 match 'call.*__morestack>?$' split_x32_1.stdout
44 match 'lea.*-0x200\(%rsp\),' split_x32_1.stdout
46 match 'stc' split_x32_2.stdout
47 match 'call.*__morestack_non_split>?$' split_x32_2.stdout
49 match 'lea.*-0x4200\(%rsp\),' split_x32_2.stdout
51 match 'failed to match' split_x32_3.stdout
53 match 'cal
[all...]
H A Dsplit_x86_64.sh25 match() function
41 match 'cmp.*%fs:[^,]*,%rsp' split_x86_64_1.stdout
42 match 'call.*__morestack>?$' split_x86_64_1.stdout
43 match 'lea.*-0x200\(%rsp\),' split_x86_64_1.stdout
45 match 'stc' split_x86_64_2.stdout
46 match 'call.*__morestack_non_split>?$' split_x86_64_2.stdout
48 match 'lea.*-0x4200\(%rsp\),' split_x86_64_2.stdout
50 match 'failed to match' split_x86_64_3.stdout
52 match 'cal
[all...]
H A Dbnd_ifunc_1.sh25 match() function
33 match '[0-9a-f]*:.*bnd jmp \*0x[0-9a-f]*\(%rip\) *# [0-9a-f]* <_GLOBAL_OFFSET_TABLE_\+0x18>' bnd_ifunc_1.stdout
36 match "bnd call $APLT_ADDR" bnd_ifunc_1.stdout
H A Dbnd_plt_1.sh25 match() function
47 match 'bnd jmp \*0x[0-9a-f]*\(%rip\) *# [0-9a-f]* <_GLOBAL_OFFSET_TABLE_\+0x10>' bnd_plt_1.stdout
51 match "bnd (call|jmp) $APLT_ADDR" bnd_ifunc_2.stdout
/netbsd-current/usr.bin/vgrind/RETEST/
H A Dretest.c57 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
[all...]
/netbsd-current/external/bsd/ipf/dist/rules/
H A Dipmon.conf5 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 {
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/man/
H A Dmsgcomm.x2 msgcomm \- match two message catalogs
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dwhatis-ptype-typedefs.exp272 if {([string match "v_*" $to]
273 || (![string match "v_*" $from] && ![string match "*method" $from])
274 || [string match "*method" $to])} {
277 } elseif {([string match "*float*" $from] && [string match "*array*" $to])
279 && ([string match "float*" $to] && [string match "*array*" $from]
280 || [string match "float*" $to] && [string match "*metho
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwhatis-ptype-typedefs.exp271 if {([string match "v_*" $to]
272 || (![string match "v_*" $from] && ![string match "*method" $from])
273 || [string match "*method" $to])} {
276 } elseif {([string match "*float*" $from] && [string match "*array*" $to])
278 && ([string match "float*" $to] && [string match "*array*" $from]
279 || [string match "float*" $to] && [string match "*metho
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dschedcover.py71 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
[all...]
H A Dextract_symbols.py39 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...]
/netbsd-current/external/bsd/atf/dist/atf-sh/
H A Dnormalize_test.sh39 atf_check -s eq:0 -o match:'a.b: test value 1' \
40 -o match:'c-d: test value 2' -e ignore ${h} normalize
/netbsd-current/external/bsd/pcc/dist/pcc/os/inc/
H A Damd64.h40 if (match(argp, "-m32")) { \
42 } else if (match(argp, "-m64")) { \
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-csky/
H A Dcsky.exp9 if { ! $linux_gnu && ([string match "$srcdir/$subdir/tls-*.d" $test]
10 || [string match "$srcdir/$subdir/got*.d" $test]) } {
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elfvsb/
H A Delfvsb.exp115 if { [ string match $visibility "hidden_undef" ]
119 } else { if { [ string match $visibility "protected_undef" ]
133 if { [ string match $visibility "hidden" ]
137 } else { if { [ string match $visibility "hidden_undef_def" ]
149 if { [ string match $visibility "hidden" ]
150 || [ string match $visibility "hidden_undef" ]
151 || [ string match $visibility "protected_undef" ] } {
164 if ![string match "" $exec_output] then {
176 if {![string match "" $exec_output]} then {
202 if [ string match
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/ldaptcl/
H A Dldaperr.tcl9 ![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]} {
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dgeoip_test.c209 bool match; local
217 match = do_lookup_string("10.53.0.1", dns_geoip_country_code, "AU");
218 assert_true(match);
220 match = do_lookup_string("10.53.0.1", dns_geoip_country_name,
222 assert_true(match);
224 match = do_lookup_string("192.0.2.128", dns_geoip_country_code, "O1");
225 assert_true(match);
227 match = do_lookup_string("192.0.2.128", dns_geoip_country_name,
229 assert_true(match);
234 bool match; local
253 bool match; local
290 bool match; local
330 bool match; local
344 bool match; local
359 bool match; local
374 bool match; local
[all...]
/netbsd-current/tests/net/if/
H A Dt_ifconf.sh51 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
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dbinutils.exp61 if { [string match "*not supported*" $link_output]
62 || [string match "*unrecognized option*" $link_output]
63 || [string match "*-z relro ignored*" $link_output] } {
73 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
79 if [string match "*-z relro*" $ld_options] {
103 if { ![string match "*GNU_RELRO*" $got] } then {
105 if { [string match "*.data.rel.ro*" $got]
106 || ($relro_dynamic && [string match "*.dynamic*" $got])
107 || ($relro_gotplt && [string match "*.got.plt*" $got])
108 || ($relro_got && [string match "*
[all...]
/netbsd-current/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.h78 /* 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);

Completed in 292 milliseconds

1234567891011>>