Home
last modified time | relevance | path

Searched refs:MATCH (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/lib/libc/tests/string/
H A Dstrcspn_test.c42 enum { NOMATCH, MATCH }; enumerator
74 else if (want_match == MATCH && buflen > 0) { in testcase()
80 if (want_match == MATCH && buflen > 0 && setlen > 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()
[all …]
/freebsd/contrib/mtree/
H A Dexcludes.c110 #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/lib/libiconv_modules/UTF1632/
H A Dcitrus_utf1632.c356 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/sbin/devd/
H A Dparse.y49 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH
137 : MATCH STRING STRING SEMICOLON { $$ = new_match($2, $3); }
/freebsd/contrib/sendmail/cf/cf/
H A Dknecht.mc100 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/lib/libc/resolv/
H A Dres_init.c307 #define MATCH(line, name) \ in __res_vinit() macro
332 if (MATCH(buf, "domain")) { in __res_vinit()
348 if (MATCH(buf, "search")) { in __res_vinit()
385 if (MATCH(buf, "nameserver") && nserv < maxns) { in __res_vinit()
421 if (MATCH(buf, "sortlist")) { in __res_vinit()
519 if (MATCH(buf, "options")) { in __res_vinit()
/freebsd/lib/libc/iconv/
H A Dcitrus_module.h35 #define MATCH(x, act) \ macro
/freebsd/sys/contrib/zlib/
H A Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator
H A Dinflate.c1130 state->mode = MATCH; in inflate()
1132 case MATCH: in inflate()
1518 (state->mode == MATCH ? state->was - state->length : 0)); in inflateMark()
/freebsd/usr.bin/sed/
H A Dprocess.c286 #define MATCH(a) \ macro
314 if (MATCH(cp->a2)) { in applies()
330 } else if (cp->a1 && MATCH(cp->a1)) { in applies()
349 r = MATCH(cp->a1); in applies()
/freebsd/contrib/dialog/
H A Dfselect.c87 } 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/contrib/one-true-awk/
H A Dmaketab.c74 { MATCH, "matchop", " ~ " },
H A Dawkgram.y52 %token <i> MATCH NOTMATCH MATCHOP
285 { $$ = op3(MATCH, NIL, rectonode(), (Node*)makedfa($1, 0)); free($1); }
H A Dlex.c260 yylval.i = MATCH; in yylex()
/freebsd/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c395 MATCH("2byte", ei->mb_cur_max = 2); in _citrus_GBK2K_encoding_module_init()
/freebsd/lib/libiconv_modules/MSKanji/
H A Dcitrus_mskanji.c451 MATCH(JIS2004, ei->mode |= MODE_JIS2004); in _citrus_MSKanji_encoding_module_init()
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_parse.c43 #define MATCH(s, m) match(s, m, sizeof(m) - 1)
436 } else if (MATCH(&s, "!=")) { in ossl_parse_query()
42 #define MATCH( global() macro
/freebsd/lib/libiconv_modules/UES/
H A Dcitrus_ues.c397 MATCH(C99, ei->mode |= MODE_C99); in _citrus_UES_encoding_module_init()
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c353 #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/contrib/libpcap/
H A DCMakeLists.txt552 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/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl1364 pipe SEARCH $binname.LINKLOG "%","-"/MATCH=AND | -
1366 SEARCH SYS\$INPUT: "-W-MULDEF,"/MATCH=NOR ; -
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m4805 string = "ALL MATCH";
/freebsd/sbin/pfctl/
H A Dparse.y515 %token PASS BLOCK MATCH SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS
3188 | MATCH { $$.b1 = PF_MATCH; $$.b2 = $$.w = 0; }
6535 { "match", MATCH}, in lookup()
/freebsd/contrib/ntp/sntp/libevent/
H A DCMakeLists.txt50 string(REGEX MATCH "SunOS" SOLARIS "${CMAKE_SYSTEM_NAME}")
/freebsd/contrib/libevent/
H A DCMakeLists.txt50 string(REGEX MATCH "SunOS" SOLARIS "${CMAKE_SYSTEM_NAME}")

12