Searched refs:MATCH (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_module.h34 #define MATCH(x, act) \ macro
/freebsd-10.0-release/contrib/mtree/
H A Dexcludes.c110 #define MATCH(g, n) (fnmatch((g), (n), FNM_PATHNAME) == 0) macro
114 if ((e->pathname && MATCH(e->glob, path))
115 || MATCH(e->glob, fname)) {
/freebsd-10.0-release/usr.sbin/mtree/
H A Dexcludes.c103 #define MATCH(g, n) (fnmatch((g), (n), FNM_PATHNAME) == 0) macro
106 if ((e->pathname && MATCH(e->glob, path))
107 || MATCH(e->glob, fname))
/freebsd-10.0-release/lib/libz/
H A Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator in enum:__anon5720
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
H A Dinflate.c37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
1122 state->mode = MATCH;
1123 case MATCH:
1511 (state->mode == MATCH ? state->was - state->length : 0));
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator in enum:__anon6480
72 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
H A Dinflate.c44 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
1069 state->mode = MATCH;
1071 case MATCH:
/freebsd-10.0-release/lib/libiconv_modules/UTF1632/
H A Dcitrus_utf1632.c353 MATCH(big, ei->preffered_endian = _ENDIAN_BIG);
357 MATCH(little, ei->preffered_endian = _ENDIAN_LITTLE);
361 MATCH(internal, ei->preffered_endian = _ENDIAN_INTERNAL);
365 MATCH(swapped, ei->preffered_endian = _ENDIAN_SWAPPED);
369 MATCH(force, ei->mode |= _MODE_FORCE_ENDIAN);
373 MATCH(utf32, ei->mode |= _MODE_UTF32);
/freebsd-10.0-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh166 MATCH="" OPTNAME=`IFS==; set dummy $1; echo $2`
169 MATCH="$MATCH"`echo --$OPT | $GREP "^$OPTNAME"`
179 case "$MATCH" in
/freebsd-10.0-release/sbin/devd/
H A Dparse.y50 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH
138 : MATCH STRING STRING SEMICOLON { $$ = new_match($2, $3); }
/freebsd-10.0-release/contrib/one-true-awk/
H A Dmaketab.c73 { MATCH, "matchop", " ~ " },
H A Dawkgram.y52 %token <i> MATCH NOTMATCH MATCHOP
282 { $$ = op3(MATCH, NIL, rectonode(), (Node*)makedfa($1, 0)); }
H A Dlex.c241 yylval.i = MATCH;
H A Drun.c609 } else if ((n == MATCH && i == 1) || (n == NOTMATCH && i == 0))
/freebsd-10.0-release/usr.bin/sed/
H A Dprocess.c273 #define MATCH(a) \ macro
291 if (MATCH(cp->a2)) {
309 } else if (MATCH(cp->a1)) {
328 r = MATCH(cp->a1);
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_init.c301 #define MATCH(line, name) \ macro
314 if (MATCH(buf, "domain")) {
330 if (MATCH(buf, "search")) {
367 if (MATCH(buf, "nameserver") && nserv < maxns) {
402 if (MATCH(buf, "sortlist")) {
500 if (MATCH(buf, "options")) {
/freebsd-10.0-release/contrib/dialog/
H A Dfselect.c87 } MATCH; typedef in typeref:struct:__anon813
353 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list)
376 free_match(MATCH * match_list)
385 MATCH match_list;
/freebsd-10.0-release/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c393 MATCH("2byte", ei->mb_cur_max = 2);
/freebsd-10.0-release/lib/libiconv_modules/MSKanji/
H A Dcitrus_mskanji.c450 MATCH(JIS2004, ei->mode |= MODE_JIS2004);
/freebsd-10.0-release/lib/libiconv_modules/UES/
H A Dcitrus_ues.c394 MATCH(C99, ei->mode |= MODE_C99);
/freebsd-10.0-release/contrib/groff/src/preproc/refer/
H A Dlabel.y138 enum { BEFORE = +1, MATCH = 0, AFTER = -1 };
709 case MATCH:
/freebsd-10.0-release/lib/libc/net/
H A Dgetaddrinfo.c327 #define MATCH(x, y, w) \ macro
429 if (!MATCH(pai->ai_socktype, ex->e_socktype,
432 if (!MATCH(pai->ai_protocol, ex->e_protocol,
537 if (!MATCH(pai->ai_socktype, ex->e_socktype,
540 if (!MATCH(pai->ai_protocol, ex->e_protocol,
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-i386.c2524 #define MATCH(overlap, given, template) \
2636 if (!MATCH (overlap0, i.types[0], operand_types[0]))
2652 if (!MATCH (overlap0, i.types[0], operand_types[0])
2653 || !MATCH (overlap1, i.types[1], operand_types[1])
2672 if (!MATCH (overlap0, i.types[0], operand_types[1])
2673 || !MATCH (overlap1, i.types[1], operand_types[0])
2708 if (!MATCH (overlap3, i.types[3], operand_types[3])
2721 if (!MATCH (overlap2, i.types[2], operand_types[2])
2520 #define MATCH macro

Completed in 459 milliseconds