| /freebsd-13-stable/contrib/mtree/ |
| HD | 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-13-stable/usr.sbin/fmtree/ |
| HD | excludes.c | 101 #define MATCH(g, n) (fnmatch((g), (n), FNM_PATHNAME) == 0) in check_excludes() macro 104 if ((e->pathname && MATCH(e->glob, path)) in check_excludes() 105 || MATCH(e->glob, fname)) in check_excludes()
|
| /freebsd-13-stable/lib/libiconv_modules/UTF1632/ |
| HD | citrus_utf1632.c | 354 MATCH(big, ei->preffered_endian = _ENDIAN_BIG); in parse_variable() 358 MATCH(little, ei->preffered_endian = _ENDIAN_LITTLE); in parse_variable() 362 MATCH(internal, ei->preffered_endian = _ENDIAN_INTERNAL); in parse_variable() 366 MATCH(swapped, ei->preffered_endian = _ENDIAN_SWAPPED); in parse_variable() 370 MATCH(force, ei->mode |= _MODE_FORCE_ENDIAN); in parse_variable() 374 MATCH(utf32, ei->mode |= _MODE_UTF32); in parse_variable()
|
| /freebsd-13-stable/sbin/devd/ |
| HD | parse.y | 49 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH 137 : MATCH STRING STRING SEMICOLON { $$ = new_match($2, $3); }
|
| /freebsd-13-stable/contrib/sendmail/cf/cf/ |
| HD | 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-13-stable/lib/libc/iconv/ |
| HD | citrus_module.h | 35 #define MATCH(x, act) \ macro
|
| /freebsd-13-stable/lib/libc/resolv/ |
| HD | res_init.c | 312 #define MATCH(line, name) \ in __res_vinit() macro 337 if (MATCH(buf, "domain")) { in __res_vinit() 353 if (MATCH(buf, "search")) { in __res_vinit() 390 if (MATCH(buf, "nameserver") && nserv < maxns) { in __res_vinit() 426 if (MATCH(buf, "sortlist")) { in __res_vinit() 524 if (MATCH(buf, "options")) { in __res_vinit()
|
| /freebsd-13-stable/sys/contrib/zlib/ |
| HD | inflate.h | 45 MATCH, /* o: waiting for output space to copy string */ enumerator
|
| HD | inflate.c | 1130 state->mode = MATCH; in inflate() 1132 case MATCH: in inflate() 1518 (state->mode == MATCH ? state->was - state->length : 0)); in inflateMark()
|
| /freebsd-13-stable/usr.bin/sed/ |
| HD | process.c | 289 #define MATCH(a) \ macro 317 if (MATCH(cp->a2)) { in applies() 333 } else if (cp->a1 && MATCH(cp->a1)) { in applies() 352 r = MATCH(cp->a1); in applies()
|
| /freebsd-13-stable/contrib/dialog/ |
| HD | 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-13-stable/contrib/one-true-awk/ |
| HD | maketab.c | 74 { MATCH, "matchop", " ~ " },
|
| HD | awkgram.y | 52 %token <i> MATCH NOTMATCH MATCHOP 283 { $$ = op3(MATCH, NIL, rectonode(), (Node*)makedfa($1, 0)); }
|
| HD | lex.c | 264 yylval.i = MATCH; in yylex()
|
| HD | run.c | 614 } else if ((n == MATCH && i == 1) || (n == NOTMATCH && i == 0)) in matchop()
|
| /freebsd-13-stable/lib/libiconv_modules/MSKanji/ |
| HD | citrus_mskanji.c | 453 MATCH(JIS2004, ei->mode |= MODE_JIS2004); in _citrus_MSKanji_encoding_module_init()
|
| /freebsd-13-stable/lib/libiconv_modules/GBK2K/ |
| HD | citrus_gbk2k.c | 396 MATCH("2byte", ei->mb_cur_max = 2); in _citrus_GBK2K_encoding_module_init()
|
| /freebsd-13-stable/lib/libiconv_modules/UES/ |
| HD | citrus_ues.c | 397 MATCH(C99, ei->mode |= MODE_C99); in _citrus_UES_encoding_module_init()
|
| /freebsd-13-stable/lib/libc/net/ |
| HD | getaddrinfo.c | 354 #define MATCH(x, y, w) \ macro 456 if (!MATCH(pai->ai_socktype, ex->e_socktype, in getaddrinfo() 459 if (!MATCH(pai->ai_protocol, ex->e_protocol, in getaddrinfo() 582 if (!MATCH(pai->ai_socktype, ex->e_socktype, in getaddrinfo() 585 if (!MATCH(pai->ai_protocol, ex->e_protocol, in getaddrinfo()
|
| /freebsd-13-stable/contrib/libpcap/ |
| HD | CMakeLists.txt | 552 string(REGEX MATCH "^([0-9]+)" PACKAGE_VERSION_MAJOR "${PACKAGE_VERSION}") 555 string(REGEX MATCH "^([0-9]+.)?([0-9]+.)?([0-9]+)" PACKAGE_VERSION_NOSUFFIX "${PACKAGE_VERSION}") 1534 string(REGEX MATCH "^([0-9]+)" SYSTEM_VERSION_MAJOR "${CMAKE_SYSTEM_VERSION}") 1552 string(REGEX MATCH "^([0-9]+)" SYSTEM_VERSION_MINOR "${SYSTEM_MINOR_AND_PATCH_VERSION}") 2980 string(REGEX MATCH "[1-9][0-9]*[.][0-9]+" bison_major_minor ${bison_full_version})
|
| /freebsd-13-stable/sbin/pfctl/ |
| HD | parse.y | 459 %token PASS BLOCK MATCH SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS 2754 | MATCH { $$.b1 = PF_MATCH; $$.b2 = $$.w = 0; } 5727 { "match", MATCH}, in lookup()
|
| /freebsd-13-stable/contrib/ntp/sntp/m4/ |
| HD | openldap.m4 | 805 string = "ALL MATCH";
|
| /freebsd-13-stable/contrib/libevent/ |
| HD | CMakeLists.txt | 50 string(REGEX MATCH "SunOS" SOLARIS "${CMAKE_SYSTEM_NAME}")
|
| /freebsd-13-stable/contrib/ntp/sntp/libevent/ |
| HD | CMakeLists.txt | 50 string(REGEX MATCH "SunOS" SOLARIS "${CMAKE_SYSTEM_NAME}")
|
| /freebsd-13-stable/contrib/tcpdump/ |
| HD | CMakeLists.txt | 323 string(REGEX MATCH "^([0-9]+)" SYSTEM_VERSION_MAJOR "${CMAKE_SYSTEM_VERSION}")
|