| /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/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dcast.d | 71 if (const match = (sc && sc.flags & SCOPE.Cfile) ? e.cimplicitConvTo(t) : e.implicitConvTo(t)) 73 if (match == MATCH.constant && (e.type.constConv(t) || !e.isLvalue() && e.type.equivalent(t))) 168 if (e.matchType(t, sc, &fe) > MATCH.nomatch) 219 * but only checks up to what `MATCH` level the conversion would be possible. 226 * The `MATCH` level between `e.type` and `t`. 228 MATCH implicitConvTo(Expression e, Type t) 230 MATCH visit(Expression e) 238 return MATCH.nomatch; 248 return MATCH.exact [all...] |
| dtemplate.d | 25 * runs semantic on the template arguments and deduce the best match 258 private bool match(RootObject o1, RootObject o2) 264 printf("match() o1 = %p %s (%d), o2 = %p %s (%d)\n", 349 printf("\t. match\n"); 359 * Match an array of them. 374 if (!match(o1, o2)) 392 /* Must follow the logic of match() 414 * Handles all Expression classes and MUST match their equals method, 807 //printf("recursive, no match p.sc=%p %p %s\n", p.sc, this, this.toChars()); 1051 * Return match level [all...] |
| mtype.d | 92 * Return MATCH.exact or MATCH.constant if a method of type '() modfrom' can call a method of type '() modto'. 94 MATCH MODmethodConv(MOD modfrom, MOD modto) pure nothrow @nogc @safe 97 return MATCH.exact; 99 return MATCH.constant; 116 return MATCH.constant; 119 return MATCH.nomatch; 325 no = 2, /// arguments match as far as overloading goes, but types are not covariant 524 * i.e. a pure function is a match for an impure type. 611 // The argument lists match [all...] |
| mtype.h | 298 virtual MATCH implicitConvTo(Type *to); 299 virtual MATCH constConv(Type *to); 383 MATCH constConv(Type *to); 406 MATCH implicitConvTo(Type *to); 429 MATCH implicitConvTo(Type *to); 457 MATCH constConv(Type *to); 458 MATCH implicitConvTo(Type *to); 480 MATCH implicitConvTo(Type *to); 499 MATCH implicitConvTo(Type *to); 500 MATCH constConv(Type *to) [all...] |
| dclass.d | 713 * prints error message if more than one match 773 MATCH m1 = tf.equals(fd.type) ? MATCH.exact : MATCH.nomatch; 774 MATCH m2 = tf.equals(fdmatch.type) ? MATCH.exact : MATCH.nomatch; 784 MATCH m1 = (tf.mod == fd.type.mod) ? MATCH.exact : MATCH.nomatch [all...] |
| opover.d | 268 * match an overload 731 e.error("overloads `%s` and `%s` both match argument list for `%s`", m.lastf.type.toChars(), m.nextf.type.toChars(), m.lastf.toChars()); 733 else if (m.last == MATCH.nomatch) 747 else if (lastf && m.lastf == lastf || !s_r && m.last == MATCH.nomatch) 813 e.error("overloads `%s` and `%s` both match argument list for `%s`", m.lastf.type.toChars(), m.nextf.type.toChars(), m.lastf.toChars()); 815 else if (m.last == MATCH.nomatch) 820 if (lastf && m.lastf == lastf || !s && m.last == MATCH.nomatch) 1261 e.error("overloads `%s` and `%s` both match argument list for `%s`", m.lastf.type.toChars(), m.nextf.type.toChars(), m.lastf.toChars()); 1263 else if (m.last == MATCH.nomatch) 1360 /* The following if says "not ambiguous" if there's one match [all...] |
| /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/external/gpl2/groff/dist/contrib/pdfmark/ |
| pdfroff.sh | 166 MATCH="" OPTNAME=`IFS==; set dummy $1; echo $2` 169 MATCH="$MATCH"`echo --$OPT | $GREP "^$OPTNAME"` 179 case "$MATCH" in 271 # any other non-null match must have matched more than one defined case, 279 # while no match at all simply represents an undefined case.
|
| /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/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/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/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/lib/libc/citrus/modules/ |
| 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);
|
| /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/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/historical/nawk/dist/ |
| maketab.c | 78 { MATCH, "matchop", " ~ " },
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| cooked-index-entry.h | 150 MATCH, 175 MODE==MATCH is used when searching for a symbol. In this case, 178 termination of STRB may match STRA -- for example, "t<int>" and 186 always results in a match. */
|
| cooked-index-entry.c | 56 like "func<t>" match "func<t<int>>". See the "Breakpoints in 91 const auto mode_compare = cooked_index_entry::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/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/mpl/bind/dist/lib/isc/netmgr/ |
| http.c | 3866 #define MATCH(ch) (st->str[0] == (ch)) 3924 if (MATCH('?')) { 3932 if (!MATCH('\0')) { 3946 if (MATCH('=')) { 3965 if (MATCH('&')) { 3974 if (MATCH('_') || MATCH_ALPHA()) { 3981 while (MATCH('_') || MATCH_ALNUM()) { 4015 if (MATCH_ALNUM() || MATCH('_') || MATCH('.') || MATCH('-') | [all...] |
| /src/usr.bin/sed/ |
| process.c | 97 regmatch_t *match; variable 291 #define MATCH(a) \ 319 if (MATCH(cp->a2)) { 335 } else if (cp->a1 && MATCH(cp->a1)) { 354 r = MATCH(cp->a1); 414 if (lastempty || match[0].rm_so != match[0].rm_eo) { 416 re_off = match[0].rm_so; 423 /* Move past this match. */ 424 if (match[0].rm_so != match[0].rm_eo) [all...] |