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

/freebsd-current/lib/libc/iconv/
H A Dcitrus_module.h35 #define MATCH(x, act) \ macro
/freebsd-current/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-current/lib/libc/tests/string/
H A Dstrcspn_test.c42 enum { NOMATCH, MATCH }; enumerator in enum:__anon2
74 else if (want_match == MATCH && buflen > 0) {
80 if (want_match == MATCH && buflen > 0 && setlen > 0) {
121 test_buf_alignments(set, 0, MATCH);
122 test_buf_alignments(set, 1, MATCH);
123 test_buf_alignments(set, 5, MATCH);
124 test_buf_alignments(set, 20, MATCH);
125 test_buf_alignments(set, 40, MATCH);
139 test_set_alignments(buf, 0, MATCH);
140 test_set_alignments(buf, 10, MATCH);
[all...]
/freebsd-current/lib/libiconv_modules/UTF1632/
H A Dcitrus_utf1632.c356 MATCH(big, ei->preffered_endian = _ENDIAN_BIG);
360 MATCH(little, ei->preffered_endian = _ENDIAN_LITTLE);
364 MATCH(internal, ei->preffered_endian = _ENDIAN_INTERNAL);
368 MATCH(swapped, ei->preffered_endian = _ENDIAN_SWAPPED);
372 MATCH(force, ei->mode |= _MODE_FORCE_ENDIAN);
376 MATCH(utf32, ei->mode |= _MODE_UTF32);
/freebsd-current/sys/contrib/zlib/
H A Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator in enum:__anon86
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
H A Dinflate.c37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
1130 state->mode = MATCH;
1132 case MATCH:
1518 (state->mode == MATCH ? state->was - state->length : 0));
/freebsd-current/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-current/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.c264 yylval.i = MATCH;
H A Drun.c842 } else if ((n == MATCH && i == 1) || (n == NOTMATCH && i == 0))
/freebsd-current/usr.bin/sed/
H A Dprocess.c286 #define MATCH(a) \ macro
314 if (MATCH(cp->a2)) {
330 } else if (cp->a1 && MATCH(cp->a1)) {
349 r = MATCH(cp->a1);
/freebsd-current/lib/libc/resolv/
H A Dres_init.c307 #define MATCH(line, name) \ macro
332 if (MATCH(buf, "domain")) {
348 if (MATCH(buf, "search")) {
385 if (MATCH(buf, "nameserver") && nserv < maxns) {
421 if (MATCH(buf, "sortlist")) {
519 if (MATCH(buf, "options")) {
/freebsd-current/contrib/dialog/
H A Dfselect.c87 } MATCH; typedef in typeref:struct:__anon460
360 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list)
394 free_match(MATCH * match_list)
403 MATCH match_list;
/freebsd-current/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c395 MATCH("2byte", ei->mb_cur_max = 2);
/freebsd-current/crypto/openssl/crypto/property/
H A Dproperty_parse.c42 #define MATCH(s, m) match(s, m, sizeof(m) - 1) macro
435 } else if (MATCH(&s, "!=")) {
/freebsd-current/lib/libiconv_modules/UES/
H A Dcitrus_ues.c397 MATCH(C99, ei->mode |= MODE_C99);
/freebsd-current/lib/libiconv_modules/MSKanji/
H A Dcitrus_mskanji.c451 MATCH(JIS2004, ei->mode |= MODE_JIS2004);
/freebsd-current/lib/libc/net/
H A Dgetaddrinfo.c353 #define MATCH(x, y, w) \ macro
455 if (!MATCH(pai->ai_socktype, ex->e_socktype,
458 if (!MATCH(pai->ai_protocol, ex->e_protocol,
581 if (!MATCH(pai->ai_socktype, ex->e_socktype,
584 if (!MATCH(pai->ai_protocol, ex->e_protocol,
/freebsd-current/sbin/pfctl/
H A Dparse.y500 %token PASS BLOCK MATCH SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS
3085 | MATCH { $$.b1 = PF_MATCH; $$.b2 = $$.w = 0; }
6333 { "match", MATCH},

Completed in 168 milliseconds