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

/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_module.h36 #define MATCH(x, act) \ macro
/freebsd-13-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-13-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-13-stable/lib/libiconv_modules/UTF1632/
H A Dcitrus_utf1632.c355 MATCH(big, ei->preffered_endian = _ENDIAN_BIG);
359 MATCH(little, ei->preffered_endian = _ENDIAN_LITTLE);
363 MATCH(internal, ei->preffered_endian = _ENDIAN_INTERNAL);
367 MATCH(swapped, ei->preffered_endian = _ENDIAN_SWAPPED);
371 MATCH(force, ei->mode |= _MODE_FORCE_ENDIAN);
375 MATCH(utf32, ei->mode |= _MODE_UTF32);
/freebsd-13-stable/sbin/devd/
H A Dparse.y51 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH
139 : MATCH STRING STRING SEMICOLON { $$ = new_match($2, $3); }
/freebsd-13-stable/sys/contrib/zlib/
H A Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator in enum:__anon10861
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-13-stable/contrib/one-true-awk/
H A Dmaketab.c74 { MATCH, "matchop", " ~ " },
H A Dawkgram.y52 %token <i> MATCH NOTMATCH MATCHOP
282 { $$ = op3(MATCH, NIL, rectonode(), (Node*)makedfa($1, 0)); }
H A Dlex.c249 yylval.i = MATCH;
H A Drun.c626 } else if ((n == MATCH && i == 1) || (n == NOTMATCH && i == 0))
/freebsd-13-stable/usr.bin/sed/
H A Dprocess.c291 #define MATCH(a) \ macro
319 if (MATCH(cp->a2)) {
335 } else if (cp->a1 && MATCH(cp->a1)) {
354 r = MATCH(cp->a1);
/freebsd-13-stable/lib/libc/resolv/
H A Dres_init.c322 #define MATCH(line, name) \ macro
347 if (MATCH(buf, "domain")) {
363 if (MATCH(buf, "search")) {
400 if (MATCH(buf, "nameserver") && nserv < maxns) {
436 if (MATCH(buf, "sortlist")) {
534 if (MATCH(buf, "options")) {
/freebsd-13-stable/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c397 MATCH("2byte", ei->mb_cur_max = 2);
/freebsd-13-stable/contrib/dialog/
H A Dfselect.c87 } MATCH; typedef in typeref:struct:__anon537
353 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list)
376 free_match(MATCH * match_list)
385 MATCH match_list;
/freebsd-13-stable/lib/libiconv_modules/MSKanji/
H A Dcitrus_mskanji.c454 MATCH(JIS2004, ei->mode |= MODE_JIS2004);
/freebsd-13-stable/lib/libiconv_modules/UES/
H A Dcitrus_ues.c398 MATCH(C99, ei->mode |= MODE_C99);
/freebsd-13-stable/lib/libc/net/
H A Dgetaddrinfo.c356 #define MATCH(x, y, w) \ macro
458 if (!MATCH(pai->ai_socktype, ex->e_socktype,
461 if (!MATCH(pai->ai_protocol, ex->e_protocol,
584 if (!MATCH(pai->ai_socktype, ex->e_socktype,
587 if (!MATCH(pai->ai_protocol, ex->e_protocol,

Completed in 108 milliseconds