| /freebsd-12.1/contrib/mtree/ |
| H A D | excludes.c | 110 #define MATCH(g, n) (fnmatch((g), (n), FNM_PATHNAME) == 0) in check_excludes() macro 114 if ((e->pathname && MATCH(e->glob, path)) in check_excludes() 115 || MATCH(e->glob, fname)) { in check_excludes()
|
| /freebsd-12.1/usr.sbin/fmtree/ |
| H A D | excludes.c | 103 #define MATCH(g, n) (fnmatch((g), (n), FNM_PATHNAME) == 0) in check_excludes() macro 106 if ((e->pathname && MATCH(e->glob, path)) in check_excludes() 107 || MATCH(e->glob, fname)) in check_excludes()
|
| /freebsd-12.1/lib/libiconv_modules/UTF1632/ |
| H A D | citrus_utf1632.c | 355 MATCH(big, ei->preffered_endian = _ENDIAN_BIG); in parse_variable() 359 MATCH(little, ei->preffered_endian = _ENDIAN_LITTLE); in parse_variable() 363 MATCH(internal, ei->preffered_endian = _ENDIAN_INTERNAL); in parse_variable() 367 MATCH(swapped, ei->preffered_endian = _ENDIAN_SWAPPED); in parse_variable() 371 MATCH(force, ei->mode |= _MODE_FORCE_ENDIAN); in parse_variable() 375 MATCH(utf32, ei->mode |= _MODE_UTF32); in parse_variable()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | opts.c | 137 #define MATCH( prefix, string ) \ macro 156 if (MATCH (dfn_lbl, spec)) in set_struct_debug_option() 158 else if (MATCH (dir_lbl, spec)) in set_struct_debug_option() 160 else if (MATCH (ind_lbl, spec)) in set_struct_debug_option() 164 if (MATCH (ord_lbl, spec)) in set_struct_debug_option() 166 else if (MATCH (gen_lbl, spec)) in set_struct_debug_option() 170 if (MATCH (none_lbl, spec)) in set_struct_debug_option() 172 else if (MATCH (any_lbl, spec)) in set_struct_debug_option() 174 else if (MATCH (sys_lbl, spec)) in set_struct_debug_option() 176 else if (MATCH (base_lbl, spec)) in set_struct_debug_option()
|
| /freebsd-12.1/sbin/devd/ |
| H A D | parse.y | 52 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH 140 : MATCH STRING STRING SEMICOLON { $$ = new_match($2, $3); }
|
| /freebsd-12.1/contrib/sendmail/cf/cf/ |
| H A D | knecht.mc | 100 Kcheckaddress regex -a@MATCH 145 Kadvsubj regex -b -a@MATCH �?�� 158 KCheckFrom regex -a@MATCH 163 R@MATCH $#error $: "553 Header error" 170 R@MATCH $#error $: "553 Header error"
|
| /freebsd-12.1/lib/libc/resolv/ |
| H A D | res_init.c | 322 #define MATCH(line, name) \ in __res_vinit() macro 347 if (MATCH(buf, "domain")) { in __res_vinit() 363 if (MATCH(buf, "search")) { in __res_vinit() 400 if (MATCH(buf, "nameserver") && nserv < maxns) { in __res_vinit() 436 if (MATCH(buf, "sortlist")) { in __res_vinit() 534 if (MATCH(buf, "options")) { in __res_vinit()
|
| /freebsd-12.1/lib/libc/iconv/ |
| H A D | citrus_module.h | 36 #define MATCH(x, act) \ macro
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| H A D | inflate.h | 45 MATCH, /* o: waiting for output space to copy string */ enumerator
|
| H A D | inflate.c | 1069 state->mode = MATCH; 1071 case MATCH:
|
| /freebsd-12.1/sys/contrib/zlib/ |
| H A D | inflate.h | 45 MATCH, /* o: waiting for output space to copy string */ enumerator
|
| H A D | inflate.c | 1145 state->mode = MATCH; 1146 case MATCH: 1551 (state->mode == MATCH ? state->was - state->length : 0));
|
| /freebsd-12.1/usr.bin/sed/ |
| H A D | process.c | 291 #define MATCH(a) \ macro 319 if (MATCH(cp->a2)) { in applies() 335 } else if (cp->a1 && MATCH(cp->a1)) { in applies() 354 r = MATCH(cp->a1); in applies()
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | fselect.c | 87 } MATCH; typedef 353 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list) in match() 376 free_match(MATCH * match_list) in free_match() 385 MATCH match_list; in complete()
|
| /freebsd-12.1/contrib/one-true-awk/ |
| H A D | maketab.c | 73 { MATCH, "matchop", " ~ " },
|
| H A D | awkgram.y | 52 %token <i> MATCH NOTMATCH MATCHOP 282 { $$ = op3(MATCH, NIL, rectonode(), (Node*)makedfa($1, 0)); }
|
| H A D | lex.c | 247 yylval.i = MATCH; in yylex()
|
| /freebsd-12.1/lib/libiconv_modules/MSKanji/ |
| H A D | citrus_mskanji.c | 454 MATCH(JIS2004, ei->mode |= MODE_JIS2004); in _citrus_MSKanji_encoding_module_init()
|
| /freebsd-12.1/lib/libiconv_modules/GBK2K/ |
| H A D | citrus_gbk2k.c | 397 MATCH("2byte", ei->mb_cur_max = 2); in _citrus_GBK2K_encoding_module_init()
|
| /freebsd-12.1/lib/libiconv_modules/UES/ |
| H A D | citrus_ues.c | 398 MATCH(C99, ei->mode |= MODE_C99); in _citrus_UES_encoding_module_init()
|
| /freebsd-12.1/lib/libc/net/ |
| H A D | getaddrinfo.c | 356 #define MATCH(x, y, w) \ macro 458 if (!MATCH(pai->ai_socktype, ex->e_socktype, in getaddrinfo() 461 if (!MATCH(pai->ai_protocol, ex->e_protocol, in getaddrinfo() 584 if (!MATCH(pai->ai_socktype, ex->e_socktype, in getaddrinfo() 587 if (!MATCH(pai->ai_protocol, ex->e_protocol, in getaddrinfo()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ |
| H A D | CMakeLists.txt | 125 string(REGEX MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" LLD_VERSION
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-i386.c | 2520 #define MATCH(overlap, given, template) \ in match_template() macro 2632 if (!MATCH (overlap0, i.types[0], operand_types[0])) in match_template() 2648 if (!MATCH (overlap0, i.types[0], operand_types[0]) in match_template() 2649 || !MATCH (overlap1, i.types[1], operand_types[1]) in match_template() 2668 if (!MATCH (overlap0, i.types[0], operand_types[1]) in match_template() 2669 || !MATCH (overlap1, i.types[1], operand_types[0]) in match_template() 2704 if (!MATCH (overlap3, i.types[3], operand_types[3]) in match_template() 2717 if (!MATCH (overlap2, i.types[2], operand_types[2]) in match_template()
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | CMakeLists.txt | 146 string(REGEX MATCH "^([0-9]+)" SYSTEM_VERSION_MAJOR "${CMAKE_SYSTEM_VERSION}") 160 string(REGEX MATCH "^([0-9]+)" SYSTEM_VERSION_MINOR "${SYSTEM_MINOR_AND_PATCH_VERSION}") 262 string(REGEX MATCH "^([0-9]+)" PACKAGE_VERSION_MAJOR "${PACKAGE_VERSION}") 265 string(REGEX MATCH "^([0-9]+.)?([0-9]+.)?([0-9]+)" PACKAGE_VERSION_NOSUFFIX "${PACKAGE_VERSION}")
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | openldap.m4 | 805 string = "ALL MATCH";
|