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

1234567891011>>

/freebsd-9.3-release/etc/devd/
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 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 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-9.3-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-9.3-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-9.3-release/contrib/libarchive/libarchive_fe/
H A Dmatching.c44 struct match { struct
45 struct match *next;
51 struct match *exclusions;
53 struct match *inclusions;
58 static void add_pattern(struct match **list, const char *pattern);
60 static int match_exclusion(struct match *, const char *pathname);
61 static int match_inclusion(struct match *, const char *pathname);
131 add_pattern(struct match **list, const char *pattern)
133 struct match *match; local
153 struct match *match; local
208 match_exclusion(struct match *match, const char *pathname) argument
220 match_inclusion(struct match *match, const char *pathname) argument
[all...]
/freebsd-9.3-release/gnu/lib/libregex/doc/
H A Dinclude.awk7 if (match (line, "\\[\\[\\[end " inclusion "\\]\\]\\]"))
13 if (match (line,"\\[\\[\\[begin " inclusion "\\]\\]\\]"))
/freebsd-9.3-release/contrib/ipfilter/rules/
H A Dipmon.conf5 match { logtag = 10000 }
7 match { logtag = 2000, every 10 seconds }
10 match { protocol = udp, result = block }
14 match {
19 match {
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/crypto/heimdal/lib/krb5/
H A Dcreds.c211 krb5_boolean match = TRUE; local
213 if (match && mcreds->server) {
215 match = krb5_principal_compare_any_realm (context, mcreds->server,
218 match = krb5_principal_compare (context, mcreds->server,
222 if (match && mcreds->client) {
224 match = krb5_principal_compare_any_realm (context, mcreds->client,
227 match = krb5_principal_compare (context, mcreds->client,
231 if (match && (whichfields & KRB5_TC_MATCH_KEYTYPE))
232 match = krb5_enctypes_compatible_keys(context,
236 if (match
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dtlsa_52.h30 isc_uint8_t match; member in struct:dns_rdata_tlsa
/freebsd-9.3-release/contrib/binutils/gas/
H A Demul.h26 void (* match) (const char *); member in struct:emulation
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dcompat.c47 krb5_principal match; local
55 match = NULL;
57 ret = krb5_parse_name(context, *q, &match);
61 if (krb5_principal_match(context, name, match)) {
66 krb5_free_principal(context, match);
67 match = NULL;
69 if (match)
70 krb5_free_principal(context, match);
/freebsd-9.3-release/sys/conf/
H A Dkmod_syms.awk6 if (match($0, /^[^[:space:]]+ [^AU] (.*)$/)) {
/freebsd-9.3-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]")) {
H A Dparseie.awk33 match($0, "Begemot:")!=0 {
122 if(match(c,"[0-9]") != 0) {
124 } else if(match(c,"[a-f]")) {
131 } else if(match(c,"[A-F]")) {
/freebsd-9.3-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-9.3-release/contrib/nvi/common/
H A Dsearch.c156 regmatch_t match[1]; local
174 * column, so that we search a minimal distance and still match
234 match[0].rm_so = coff;
235 match[0].rm_eo = len;
242 eval = regexec(&sp->re_c, l, 1, match,
243 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND);
260 match[0].rm_so, match[0].rm_eo);
263 rm->cno = match[0].rm_so;
300 regmatch_t match[ local
[all...]
/freebsd-9.3-release/lib/libc/stdlib/
H A Dgetopt_long.c196 * Returns -1 if short_too is set and the option does not match long_options.
207 int i, match, exact_match, second_partial_match; local
226 match = -1;
246 /* exact match */
247 match = i;
253 * a partial match of a single character.
258 if (match == -1) /* first partial match */
259 match = i;
262 long_options[match]
[all...]
/freebsd-9.3-release/contrib/groff/src/libs/libbib/
H A Dlinear.cpp208 const char *match, int matchlen,
211 *cont = match + 1;
215 && map[uchar(match[matchlen])] != '\0')
218 // The character before the match must not be an alphanumeric
225 switch (match - buf) {
229 if (match[-1] == '%' || map[uchar(match[-1])] != '\0')
233 if (map[uchar(match[-1])] != '\0' && match[-2] != '%')
235 if (match[
207 check_match(const char *buf, const char *bufend, const char *match, int matchlen, const char **cont, const char **start) const argument
[all...]
/freebsd-9.3-release/contrib/file/src/
H A Dgetopt_long.c379 int i, ambiguous, match; local
382 match = -1;
416 /* exact match */
417 match = i;
421 if (match == -1) /* partial match */
422 match = i;
423 else if (!IDENTICAL_INTERPRETATION(i, match))
434 if (match != -1) { /* option found */
435 if (long_options[match]
[all...]
/freebsd-9.3-release/contrib/ofed/usr.lib/libsdp/
H A DMakefile16 SRCS= log.c match.c port.c config_parser.c config_scanner.c

Completed in 303 milliseconds

1234567891011>>