| /trueos/usr.sbin/mtree/ |
| HD | 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()
|
| /trueos/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()
|
| /trueos/lib/libiconv_modules/UTF1632/ |
| HD | citrus_utf1632.c | 353 MATCH(big, ei->preffered_endian = _ENDIAN_BIG); in parse_variable() 357 MATCH(little, ei->preffered_endian = _ENDIAN_LITTLE); in parse_variable() 361 MATCH(internal, ei->preffered_endian = _ENDIAN_INTERNAL); in parse_variable() 365 MATCH(swapped, ei->preffered_endian = _ENDIAN_SWAPPED); in parse_variable() 369 MATCH(force, ei->mode |= _MODE_FORCE_ENDIAN); in parse_variable() 373 MATCH(utf32, ei->mode |= _MODE_UTF32); in parse_variable()
|
| /trueos/contrib/groff/contrib/pdfmark/ |
| HD | pdfroff.sh | 166 MATCH="" OPTNAME=`IFS==; set dummy $1; echo $2` 169 MATCH="$MATCH"`echo --$OPT | $GREP "^$OPTNAME"` 179 case "$MATCH" in
|
| HD | ChangeLog | 15 * pdfroff.sh: (MATCH): Correct quoting.
|
| /trueos/contrib/gcc/ |
| HD | 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()
|
| /trueos/sbin/devd/ |
| HD | parse.y | 50 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH 138 : MATCH STRING STRING SEMICOLON { $$ = new_match($2, $3); }
|
| /trueos/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"
|
| /trueos/lib/libc/resolv/ |
| HD | res_init.c | 317 #define MATCH(line, name) \ in __res_vinit() macro 330 if (MATCH(buf, "domain")) { in __res_vinit() 346 if (MATCH(buf, "search")) { in __res_vinit() 383 if (MATCH(buf, "nameserver") && nserv < maxns) { in __res_vinit() 418 if (MATCH(buf, "sortlist")) { in __res_vinit() 516 if (MATCH(buf, "options")) { in __res_vinit()
|
| /trueos/lib/libc/iconv/ |
| HD | citrus_module.h | 34 #define MATCH(x, act) \ macro
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| HD | inflate.h | 45 MATCH, /* o: waiting for output space to copy string */ enumerator
|
| HD | inflate.c | 1069 state->mode = MATCH; 1071 case MATCH:
|
| /trueos/lib/libz/ |
| HD | inflate.h | 45 MATCH, /* o: waiting for output space to copy string */ enumerator
|
| HD | inflate.c | 1122 state->mode = MATCH; 1123 case MATCH: 1511 (state->mode == MATCH ? state->was - state->length : 0));
|
| /trueos/usr.bin/sed/ |
| HD | process.c | 273 #define MATCH(a) \ macro 301 if (MATCH(cp->a2)) { in applies() 317 } else if (cp->a1 && MATCH(cp->a1)) { in applies() 336 r = MATCH(cp->a1); in applies()
|
| /trueos/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()
|
| /trueos/contrib/one-true-awk/ |
| HD | maketab.c | 73 { MATCH, "matchop", " ~ " },
|
| HD | awkgram.y | 52 %token <i> MATCH NOTMATCH MATCHOP 282 { $$ = op3(MATCH, NIL, rectonode(), (Node*)makedfa($1, 0)); }
|
| HD | lex.c | 241 yylval.i = MATCH; in yylex()
|
| /trueos/lib/libiconv_modules/GBK2K/ |
| HD | citrus_gbk2k.c | 395 MATCH("2byte", ei->mb_cur_max = 2); in _citrus_GBK2K_encoding_module_init()
|
| /trueos/lib/libiconv_modules/MSKanji/ |
| HD | citrus_mskanji.c | 452 MATCH(JIS2004, ei->mode |= MODE_JIS2004); in _citrus_MSKanji_encoding_module_init()
|
| /trueos/lib/libiconv_modules/UES/ |
| HD | citrus_ues.c | 396 MATCH(C99, ei->mode |= MODE_C99); in _citrus_UES_encoding_module_init()
|
| /trueos/lib/libc/net/ |
| HD | getaddrinfo.c | 335 #define MATCH(x, y, w) \ macro 437 if (!MATCH(pai->ai_socktype, ex->e_socktype, in getaddrinfo() 440 if (!MATCH(pai->ai_protocol, ex->e_protocol, in getaddrinfo() 545 if (!MATCH(pai->ai_socktype, ex->e_socktype, in getaddrinfo() 548 if (!MATCH(pai->ai_protocol, ex->e_protocol, in getaddrinfo()
|
| /trueos/contrib/groff/src/preproc/refer/ |
| HD | label.y | 138 enum { BEFORE = +1, MATCH = 0, AFTER = -1 }; enumerator 709 case MATCH: in evaluate()
|
| /trueos/contrib/binutils/gas/config/ |
| HD | 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()
|