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

/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_module.h34 #define MATCH(x, act) \ macro
/freebsd-11-stable/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-11-stable/usr.sbin/fmtree/
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-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator in enum:__anon7878
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-11-stable/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-11-stable/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-11-stable/sbin/devd/
H A Dparse.y52 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH
140 : MATCH STRING STRING SEMICOLON { $$ = new_match($2, $3); }
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator in enum:__anon4337
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
H A Dinflate.c37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
1145 state->mode = MATCH;
1146 case MATCH:
1551 (state->mode == MATCH ? state->was - state->length : 0));
/freebsd-11-stable/contrib/gcc/
H A Dopts.c137 #define MATCH( prefix, string ) \ macro
156 if (MATCH (dfn_lbl, spec))
158 else if (MATCH (dir_lbl, spec))
160 else if (MATCH (ind_lbl, spec))
164 if (MATCH (ord_lbl, spec))
166 else if (MATCH (gen_lbl, spec))
170 if (MATCH (none_lbl, spec))
172 else if (MATCH (any_lbl, spec))
174 else if (MATCH (sys_lbl, spec))
176 else if (MATCH (base_lb
[all...]
/freebsd-11-stable/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-11-stable/usr.bin/sed/
H A Dprocess.c288 #define MATCH(a) \ macro
316 if (MATCH(cp->a2)) {
332 } else if (cp->a1 && MATCH(cp->a1)) {
351 r = MATCH(cp->a1);
/freebsd-11-stable/lib/libc/resolv/
H A Dres_init.c320 #define MATCH(line, name) \ macro
345 if (MATCH(buf, "domain")) {
361 if (MATCH(buf, "search")) {
398 if (MATCH(buf, "nameserver") && nserv < maxns) {
434 if (MATCH(buf, "sortlist")) {
532 if (MATCH(buf, "options")) {
/freebsd-11-stable/contrib/dialog/
H A Dfselect.c87 } MATCH; typedef in typeref:struct:__anon948
353 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list)
376 free_match(MATCH * match_list)
385 MATCH match_list;
/freebsd-11-stable/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c395 MATCH("2byte", ei->mb_cur_max = 2);
/freebsd-11-stable/lib/libiconv_modules/MSKanji/
H A Dcitrus_mskanji.c452 MATCH(JIS2004, ei->mode |= MODE_JIS2004);
/freebsd-11-stable/lib/libiconv_modules/UES/
H A Dcitrus_ues.c396 MATCH(C99, ei->mode |= MODE_C99);
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dlabel.y138 enum { BEFORE = +1, MATCH = 0, AFTER = -1 };
709 case MATCH:
/freebsd-11-stable/lib/libc/net/
H A Dgetaddrinfo.c354 #define MATCH(x, y, w) \ macro
456 if (!MATCH(pai->ai_socktype, ex->e_socktype,
459 if (!MATCH(pai->ai_protocol, ex->e_protocol,
582 if (!MATCH(pai->ai_socktype, ex->e_socktype,
585 if (!MATCH(pai->ai_protocol, ex->e_protocol,
/freebsd-11-stable/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 992 milliseconds