| /freebsd-14.2/lib/libc/tests/string/ |
| H A D | strcspn_test.c | 42 enum { NOMATCH, MATCH }; enumerator 74 else if (want_match == MATCH && buflen > 0) { in testcase() 121 test_buf_alignments(set, 0, MATCH); in ATF_TC_BODY() 122 test_buf_alignments(set, 1, MATCH); in ATF_TC_BODY() 123 test_buf_alignments(set, 5, MATCH); in ATF_TC_BODY() 124 test_buf_alignments(set, 20, MATCH); in ATF_TC_BODY() 125 test_buf_alignments(set, 40, MATCH); in ATF_TC_BODY() 139 test_set_alignments(buf, 0, MATCH); in ATF_TC_BODY() 140 test_set_alignments(buf, 10, MATCH); in ATF_TC_BODY() 141 test_set_alignments(buf, 20, MATCH); in ATF_TC_BODY() [all …]
|
| /freebsd-14.2/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-14.2/lib/libiconv_modules/UTF1632/ |
| H A D | citrus_utf1632.c | 356 MATCH(big, ei->preffered_endian = _ENDIAN_BIG); in parse_variable() 360 MATCH(little, ei->preffered_endian = _ENDIAN_LITTLE); in parse_variable() 364 MATCH(internal, ei->preffered_endian = _ENDIAN_INTERNAL); in parse_variable() 368 MATCH(swapped, ei->preffered_endian = _ENDIAN_SWAPPED); in parse_variable() 372 MATCH(force, ei->mode |= _MODE_FORCE_ENDIAN); in parse_variable() 376 MATCH(utf32, ei->mode |= _MODE_UTF32); in parse_variable()
|
| /freebsd-14.2/sbin/devd/ |
| H A D | parse.y | 49 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH 137 : MATCH STRING STRING SEMICOLON { $$ = new_match($2, $3); }
|
| /freebsd-14.2/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-14.2/lib/libc/iconv/ |
| H A D | citrus_module.h | 35 #define MATCH(x, act) \ macro
|
| /freebsd-14.2/lib/libc/resolv/ |
| H A D | res_init.c | 311 #define MATCH(line, name) \ in __res_vinit() macro 336 if (MATCH(buf, "domain")) { in __res_vinit() 352 if (MATCH(buf, "search")) { in __res_vinit() 389 if (MATCH(buf, "nameserver") && nserv < maxns) { in __res_vinit() 425 if (MATCH(buf, "sortlist")) { in __res_vinit() 523 if (MATCH(buf, "options")) { in __res_vinit()
|
| /freebsd-14.2/sys/contrib/zlib/ |
| H A D | inflate.h | 45 MATCH, /* o: waiting for output space to copy string */ enumerator
|
| H A D | 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-14.2/usr.bin/sed/ |
| H A D | 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-14.2/contrib/one-true-awk/ |
| H A D | maketab.c | 74 { MATCH, "matchop", " ~ " },
|
| H A D | awkgram.y | 52 %token <i> MATCH NOTMATCH MATCHOP 285 { $$ = op3(MATCH, NIL, rectonode(), (Node*)makedfa($1, 0)); free($1); }
|
| H A D | lex.c | 264 yylval.i = MATCH; in yylex()
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | fselect.c | 87 } MATCH; typedef 360 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list) in match() 394 free_match(MATCH * match_list) in free_match() 403 MATCH match_list; in complete()
|
| /freebsd-14.2/lib/libiconv_modules/MSKanji/ |
| H A D | citrus_mskanji.c | 453 MATCH(JIS2004, ei->mode |= MODE_JIS2004); in _citrus_MSKanji_encoding_module_init()
|
| /freebsd-14.2/lib/libiconv_modules/GBK2K/ |
| H A D | citrus_gbk2k.c | 396 MATCH("2byte", ei->mb_cur_max = 2); in _citrus_GBK2K_encoding_module_init()
|
| /freebsd-14.2/crypto/openssl/crypto/property/ |
| H A D | property_parse.c | 43 #define MATCH(s, m) match(s, m, sizeof(m) - 1) macro 436 } else if (MATCH(&s, "!=")) { in ossl_parse_query()
|
| /freebsd-14.2/lib/libiconv_modules/UES/ |
| H A D | citrus_ues.c | 397 MATCH(C99, ei->mode |= MODE_C99); in _citrus_UES_encoding_module_init()
|
| /freebsd-14.2/lib/libc/net/ |
| H A D | getaddrinfo.c | 353 #define MATCH(x, y, w) \ macro 455 if (!MATCH(pai->ai_socktype, ex->e_socktype, in getaddrinfo() 458 if (!MATCH(pai->ai_protocol, ex->e_protocol, in getaddrinfo() 581 if (!MATCH(pai->ai_socktype, ex->e_socktype, in getaddrinfo() 584 if (!MATCH(pai->ai_protocol, ex->e_protocol, in getaddrinfo()
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | 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-14.2/crypto/openssl/Configurations/ |
| H A D | descrip.mms.tmpl | 1364 pipe SEARCH $binname.LINKLOG "%","-"/MATCH=AND | - 1366 SEARCH SYS\$INPUT: "-W-MULDEF,"/MATCH=NOR ; -
|
| /freebsd-14.2/contrib/ntp/sntp/m4/ |
| H A D | openldap.m4 | 805 string = "ALL MATCH";
|
| /freebsd-14.2/sbin/pfctl/ |
| H A D | parse.y | 499 %token PASS BLOCK MATCH SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS 3076 | MATCH { $$.b1 = PF_MATCH; $$.b2 = $$.w = 0; } 6300 { "match", MATCH}, in lookup()
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | CMakeLists.txt | 50 string(REGEX MATCH "SunOS" SOLARIS "${CMAKE_SYSTEM_NAME}")
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | CMakeLists.txt | 50 string(REGEX MATCH "SunOS" SOLARIS "${CMAKE_SYSTEM_NAME}")
|