HomeSort by: relevance | last modified time | path
    Searched defs:MATCH (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/usr.sbin/mtree/
excludes.c 110 #define MATCH(g, n) (fnmatch((g), (n), FNM_PATHNAME) == 0)
114 if ((e->pathname && MATCH(e->glob, path))
115 || MATCH(e->glob, fname)) {
  /src/sys/arch/hpc/stand/hpcboot/sh3/dev/
sh3_dev.cpp 302 #define MATCH(p) \
306 if (!MATCH(HP_LX) &&
307 !MATCH(HP_JORNADA_6XX) &&
308 !MATCH(HITACHI_PERSONA_HPW230JC)) {
  /src/external/gpl2/dtc/dist/tests/
dtbs_equal_ordered.c 30 #define MATCH() \
35 FAIL("Trees match which shouldn't"); \
161 MATCH();
dtbs_equal_unordered.c 32 #define MATCH() \
37 FAIL("Trees match which shouldn't"); \
231 MATCH();
  /src/lib/libc/citrus/modules/
citrus_gbk2k.c 429 #define MATCH(x, act) \
443 MATCH("2byte", ei->mb_cur_max = 2);
citrus_mskanji.c 502 #define MATCH(x, act) \
515 MATCH(JIS2004, ei->mode |= MODE_JIS2004);
citrus_utf1632.c 361 #define MATCH(x, act) \
376 MATCH(big, ei->preffered_endian = _ENDIAN_BIG);
380 MATCH(little, ei->preffered_endian = _ENDIAN_LITTLE);
384 MATCH(force, ei->mode |= _MODE_FORCE_ENDIAN);
388 MATCH(utf32, ei->mode |= _MODE_UTF32);
citrus_ues.c 434 #define MATCH(x, act) \
447 MATCH(C99, ei->mode |= MODE_C99);
  /src/lib/libc/resolv/
res_init.c 356 #define MATCH(line, name) \
371 if (MATCH(buf, "domain")) {
387 if (MATCH(buf, "search")) {
424 if (MATCH(buf, "nameserver") && nserv < maxns) {
459 if (MATCH(buf, "sortlist")) {
502 if (MATCH(buf, "options")) {
  /src/usr.bin/sed/
process.c 96 regmatch_t *match; variable
290 #define MATCH(a) \
318 if (MATCH(cp->a2)) {
334 } else if (cp->a1 && MATCH(cp->a1)) {
353 r = MATCH(cp->a1);
413 if (lastempty || match[0].rm_so != match[0].rm_eo) {
415 re_off = match[0].rm_so;
422 /* Move past this match. */
423 if (match[0].rm_so != match[0].rm_eo)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/property/
property_parse.c 43 #define MATCH(s, m) match(s, m, sizeof(m) - 1)
45 static int match(const char *t[], const char m[], size_t m_len) function
436 } else if (MATCH(&s, "!=")) {
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property_parse.c 43 #define MATCH(s, m) match(s, m, sizeof(m) - 1)
45 static int match(const char *t[], const char m[], size_t m_len) function
436 } else if (MATCH(&s, "!=")) {
  /src/external/bsd/libbind/dist/resolv/
res_init.c 313 #define MATCH(line, name) \
326 if (MATCH(buf, "domain")) {
342 if (MATCH(buf, "search")) {
379 if (MATCH(buf, "nameserver") && nserv < maxns) {
414 if (MATCH(buf, "sortlist")) {
457 if (MATCH(buf, "options")) {
  /src/external/cddl/osnet/dist/uts/common/zmod/
inflate.h 45 MATCH, /* o: waiting for output space to copy string */
72 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /src/common/dist/zlib/
inflate.h 45 MATCH, /* o: waiting for output space to copy string */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
125 unsigned was; /* initial length of match */
  /src/common/lib/libprop/
prop_intern.c 57 * Returns true if the two character streams match.
703 #define MATCH(str) (strncmp(&data[1], str, strlen(str)) == 0)
709 if (MATCH("?xml ") ||
710 MATCH("!DOCTYPE plist")) {
721 if (MATCH("<!--")) {
730 #undef MATCH
  /src/usr.sbin/isibootd/
isibootd.c 417 #define MATCH(x, v) ((v) == ((v) & (x)))
434 if (MATCH(ifa->ifa_flags, IFF_UP | IFF_BROADCAST)) {
456 #undef MATCH
  /src/external/gpl3/binutils/dist/zlib/
inflate.h 45 MATCH, /* o: waiting for output space to copy string */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
125 unsigned was; /* initial length of match */
  /src/external/gpl3/binutils.old/dist/zlib/
inflate.h 45 MATCH, /* o: waiting for output space to copy string */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
125 unsigned was; /* initial length of match */
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index.h 153 MATCH,
178 MODE==MATCH is used when searching for a symbol. In this case,
181 termination of STRB may match STRA -- for example, "t<int>" and
189 always results in a match. */
  /src/external/gpl3/gdb/dist/zlib/
inflate.h 45 MATCH, /* o: waiting for output space to copy string */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
125 unsigned was; /* initial length of match */
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cooked-index.h 156 MATCH,
181 MODE==MATCH is used when searching for a symbol. In this case,
184 termination of STRB may match STRA -- for example, "t<int>" and
192 always results in a match. */
  /src/external/gpl3/gdb.old/dist/zlib/
inflate.h 45 MATCH, /* o: waiting for output space to copy string */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
125 unsigned was; /* initial length of match */
  /src/sys/kern/
vfs_lookup.c 97 #define MATCH(str) \
142 if (MATCH("machine_arch")) {
145 } else if (MATCH("machine")) {
148 } else if (MATCH("hostname")) {
150 } else if (MATCH("osrelease")) {
153 } else if (MATCH("emul")) {
156 } else if (MATCH("kernel_ident")) {
159 } else if (MATCH("domainname")) {
161 } else if (MATCH("ostype")) {
164 } else if (MATCH("uid"))
    [all...]
  /src/external/bsd/libbind/dist/irs/
getaddrinfo.c 274 #define MATCH(x, y, w) \
456 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
458 if (!MATCH(pai->ai_protocol, ex->e_protocol, WILD_PROTOCOL(ex)))
469 * if the servname does not match socktype/protocol, ignore it.
542 if (!MATCH(pai->ai_socktype, ex->e_socktype,
546 if (!MATCH(pai->ai_protocol, ex->e_protocol,
569 * if the servname does not match socktype/protocol, ignore it.
592 * This can happen if the given hints do not match our
627 * if the servname does not match socktype/protocol, ignore it.

Completed in 48 milliseconds

1 2