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

1234567891011>>

/freebsd-10.0-release/etc/devd/
H A Dapple.conf7 match "system" "PMU";
8 match "subsystem" "Button";
15 match "system" "PMU";
16 match "subsystem" "lid";
17 match "type" "close";
24 match "system" "PMU";
25 match "subsystem" "keys";
26 match "type" "brightness";
27 match "notify" "down";
33 match "syste
[all...]
H A Dusb.conf9 match "bus" "uhub[0-9]+";
10 match "mode" "host";
11 match "vendor" "0x0104";
12 match "product" "0x00be";
17 match "bus" "uhub[0-9]+";
18 match "mode" "host";
19 match "vendor" "0x0123";
20 match "product" "0x0001";
25 match "bus" "uhub[0-9]+";
26 match "mod
[all...]
H A Dasus.conf7 match "system" "ACPI";
8 match "subsystem" "ASUS";
9 match "notify" "0x32";
14 match "system" "ACPI";
15 match "subsystem" "ASUS";
16 match "notify" "0x31";
21 match "system" "ACPI";
22 match "subsystem" "ASUS";
23 match "notify" "0x30";
29 match "syste
[all...]
H A Duath.conf8 match "system" "USB";
9 match "subsystem" "DEVICE";
10 match "type" "ATTACH";
11 match "vendor" "0x083a";
12 match "product" "0x4507";
19 match "system" "USB";
20 match "subsystem" "DEVICE";
21 match "type" "ATTACH";
22 match "vendor" "0x168c";
23 match "produc
[all...]
/freebsd-10.0-release/etc/
H A Ddevd.conf8 # NB: device-name is shorthand for 'match device-name'
14 # to create a DFA that's used to match events to actions.
40 match "system" "IFNET";
41 match "subsystem" "!usbus[0-9]+";
42 match "type" "ATTACH";
53 match "system" "IFNET";
54 match "type" "LINK_UP";
73 match "system" "IFNET";
74 match "type" "LINK_UP";
80 # as an example of how to override things. Normally 'ed50' would match
[all...]
/freebsd-10.0-release/usr.bin/vgrind/RETEST/
H A Dretest.c54 char *match; local
62 match = ireg;
63 while(*match) {
64 switch (*match) {
70 printf ("%c", *match);
74 if (isalnum(*match))
75 printf("%c", *match);
77 printf ("<%03o>", *match);
80 match++;
86 match
[all...]
/freebsd-10.0-release/contrib/ipfilter/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 {
/freebsd-10.0-release/gnu/lib/libregex/doc/
H A Dinclude.awk7 if (match (line, "\\[\\[\\[end " inclusion "\\]\\]\\]"))
13 if (match (line,"\\[\\[\\[begin " inclusion "\\]\\]\\]"))
/freebsd-10.0-release/contrib/apr-util/test/
H A Dteststrmatch.c36 const char *match = NULL; local
56 match = apr_strmatch(pattern, input1, strlen(input1));
57 ABTS_PTR_EQUAL(tc, NULL, match);
59 match = apr_strmatch(pattern, input2, strlen(input2));
60 ABTS_PTR_EQUAL(tc, input2 + 23, match);
62 match = apr_strmatch(pattern_onechar, input1, strlen(input1));
63 ABTS_PTR_EQUAL(tc, input1 + 5, match);
65 match = apr_strmatch(pattern_zero, input1, strlen(input1));
66 ABTS_PTR_EQUAL(tc, input1, match);
68 match
[all...]
/freebsd-10.0-release/contrib/atf/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
H A Dconfig_test.sh39 atf_check -s eq:0 -o match:'foo not found' -e ignore -x \
42 atf_check -s eq:0 -o match:'foo found' -e ignore -x \
46 atf_check -s eq:0 -o match:'workdir not found' -e ignore -x \
70 atf_check -s eq:0 -o match:'foo = bar' -e ignore -x \
73 atf_check -s eq:0 -o match:'foo = baz' -e ignore -x \
H A Dtp_test.sh46 atf_check -s eq:0 -o match:'Calling helper' \
47 -o match:'This is a helper subroutine' -e ignore ./work/misc_helpers \
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh29 # Make sure we can match against 2-byte rets
41 match=`$dtrace -l -n pid$PID:a.out:simple: -n pid$PID:a.out:complex: | wc -l`
45 if [ "$match" -ne 12 ]; then
46 echo wrong number of matched probes: $match
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_quirk.c52 char sig[ACPI_NAME_SIZE]; /* Table signature to match */
65 const struct acpi_q_rule *match; member in struct:acpi_q_entry
74 const struct acpi_q_rule *match);
110 aq_match_header(ACPI_TABLE_HEADER *hdr, const struct acpi_q_rule *match) argument
115 switch (match->val) {
117 if (aq_strcmp(hdr->OemId, match->x.id) &&
118 aq_strcmp(hdr->OemTableId, match->y.tid))
122 if (aq_strcmp(hdr->AslCompilerId, match->x.id))
126 if (aq_revcmp(hdr->OemRevision, match->x.op, match
142 const struct acpi_q_rule *match; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/krb5/
H A Dcompat.c44 krb5_principal match; local
52 match = NULL;
54 ret = krb5_parse_name(context, *q, &match);
58 if (krb5_principal_match(context, name, match)) {
63 krb5_free_principal(context, match);
64 match = NULL;
66 if (match)
67 krb5_free_principal(context, match);
/freebsd-10.0-release/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c110 * rules match).
115 "Disable/enable match first rule functionality");
232 int mac_granted, match, priv_granted; local
236 * Is there a subject match?
240 match = ((cred->cr_uid <= rule->mbr_subject.mbs_uid_max &&
247 match = !match;
248 if (!match)
253 match = ((cred->cr_rgid <= rule->mbr_subject.mbs_gid_max &&
257 if (!match) {
[all...]
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dintegration_test.sh132 atf_check -s eq:0 -o ignore -e not-match:'WARNING.*atf-run' atf-run helper
158 -o match:'1st: sw common' \
159 -o match:'2nd: sw common' \
160 -o match:'3rd: sw common' \
161 -o match:'4th: sw common' \
172 -o match:'1st: sw atf' \
173 -o match:'2nd: sw common' \
174 -o match:'3rd: sw common' \
175 -o match:'4th: sw common' \
186 -o match
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dcreds.c212 krb5_boolean match = TRUE; local
214 if (match && mcreds->server) {
216 match = krb5_principal_compare_any_realm (context, mcreds->server,
219 match = krb5_principal_compare (context, mcreds->server,
223 if (match && mcreds->client) {
225 match = krb5_principal_compare_any_realm (context, mcreds->client,
228 match = krb5_principal_compare (context, mcreds->client,
232 if (match && (whichfields & KRB5_TC_MATCH_KEYTYPE))
233 match = mcreds->session.keytype == creds->session.keytype;
235 if (match
[all...]
/freebsd-10.0-release/contrib/binutils/gas/
H A Demul.h26 void (* match) (const char *); member in struct:emulation
/freebsd-10.0-release/contrib/atf/test-programs/
H A Dresult_test.sh42 atf_check -s eq:0 -o match:"passed" -e match:"WARNING.*atf-run" \
57 atf_check -s eq:0 -o match:"passed" -o match:"msg" \
59 atf_check -s eq:1 -o match:"failed: Failure reason" -o match:"msg" \
61 atf_check -s eq:0 -o match:"skipped: Skipped reason" -o match:"msg" \
106 -e match:"FATAL ERROR: Cannot create.*'dir/resfile'" \
112 -e match
[all...]
/freebsd-10.0-release/sys/conf/
H A Dkmod_syms.awk6 if (match($0, /^[^[:space:]]+ [^AU] (.*)$/)) {
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp34 // Make sure the tags match
40 // Make sure the file and line match
44 // file and line. Now verify all of the parent DIEs match.
47 bool match = true; local
49 while (!done && match && parent_arg_die && parend_pos_die)
64 match = false;
70 match = false;
84 if (match)
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/msg/
H A Dparsemsg.awk33 match($0, "Begemot:")!=0 {
80 if(match($2, "[A-Za-z][A-Za-z0-9_]*/R") == 1) {
111 if(match(c,"[0-9]") != 0) {
113 } else if(match(c,"[a-f]")) {
120 } else if(match(c,"[A-F]")) {
/freebsd-10.0-release/usr.bin/xargs/
H A Dstrnsubst.c22 * Replaces str with a string consisting of str with match replaced with
32 strnsubst(char **str, const char *match, const char *replstr, size_t maxsize) argument
41 * to duplicate s1. XXX we maybe should double-check whether the match
48 match = NULL;
58 if (match == NULL || replstr == NULL || maxsize == strlen(s1)) {
64 this = strstr(s1, match);
68 strlen(match) + 1) > maxsize) {
74 s1 = this + strlen(match);
/freebsd-10.0-release/contrib/nvi/common/
H A Dsearch.c160 regmatch_t match[1]; local
178 * column, so that we search a minimal distance and still match
238 match[0].rm_so = coff;
239 match[0].rm_eo = len;
246 eval = regexec(&sp->re_c, l, 1, match,
247 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND);
264 match[0].rm_so, match[0].rm_eo);
267 rm->cno = match[0].rm_so;
306 regmatch_t match[ local
[all...]

Completed in 156 milliseconds

1234567891011>>