| /src/external/bsd/byacc/dist/test/ |
| err_syntax26.y | 8 %type <tag2
|
| err_syntax23.y | 13 %type <tag2> recur
|
| err_syntax24.y | 14 %type <tag2> expr
|
| err_syntax25.y | 19 %type <tag2> expr
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_046.c | 14 /* expect+1: warning: union 'tag2' never defined [234] */ 15 union tag2; 16 /* expect+2: error: union tag 'tag2' redeclared as enum [46] */ 17 /* expect+1: warning: enum 'tag2' never defined [235] */ 18 enum tag2; 29 /* expect+2: error: enum tag 'tag2' redeclared as union [46] */ 30 /* expect+1: warning: union 'tag2' never defined [234] */ 31 union tag2 *use_tag2(void);
|
| /src/external/gpl2/dtc/dist/tests/ |
| dtbs_equal_ordered.c | 71 uint32_t tag1, tag2; local 84 tag2 = fdt_next_tag(fdt2, offset2, &nextoffset2); 85 } while (tag2 == FDT_NOP); 87 if (tag1 != tag2) 89 tag1, tag2, offset1, offset2);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| pef.h | 29 unsigned long tag2; member in struct:bfd_pef_header 151 unsigned long tag2; member in struct:bfd_pef_xlib_header
|
| pef.c | 576 header->tag2 = bfd_getb32 (buf + 4); 599 if (header.tag1 != BFD_PEF_TAG1 || header.tag2 != BFD_PEF_TAG2) 1080 header->tag2 = bfd_getb32 (buf + 4); 1129 || (header.tag2 != BFD_PEF_VLIB_TAG2 1130 && header.tag2 != BFD_PEF_BLIB_TAG2))
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| pef.h | 29 unsigned long tag2; member in struct:bfd_pef_header 151 unsigned long tag2; member in struct:bfd_pef_xlib_header
|
| pef.c | 577 header->tag2 = bfd_getb32 (buf + 4); 600 if (header.tag1 != BFD_PEF_TAG1 || header.tag2 != BFD_PEF_TAG2) 1080 header->tag2 = bfd_getb32 (buf + 4); 1129 || (header.tag2 != BFD_PEF_VLIB_TAG2 1130 && header.tag2 != BFD_PEF_BLIB_TAG2))
|
| /src/external/gpl3/gdb/dist/bfd/ |
| pef.h | 29 unsigned long tag2; member in struct:bfd_pef_header 151 unsigned long tag2; member in struct:bfd_pef_xlib_header
|
| pef.c | 577 header->tag2 = bfd_getb32 (buf + 4); 600 if (header.tag1 != BFD_PEF_TAG1 || header.tag2 != BFD_PEF_TAG2) 1080 header->tag2 = bfd_getb32 (buf + 4); 1129 || (header.tag2 != BFD_PEF_VLIB_TAG2 1130 && header.tag2 != BFD_PEF_BLIB_TAG2))
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| pef.h | 29 unsigned long tag2; member in struct:bfd_pef_header 151 unsigned long tag2; member in struct:bfd_pef_xlib_header
|
| pef.c | 575 header->tag2 = bfd_getb32 (buf + 4); 598 if (header.tag1 != BFD_PEF_TAG1 || header.tag2 != BFD_PEF_TAG2) 1077 header->tag2 = bfd_getb32 (buf + 4); 1131 || ((header.tag2 != BFD_PEF_VLIB_TAG2) 1132 && (header.tag2 != BFD_PEF_BLIB_TAG2)))
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/ |
| cpls-abi-tag.exp | 126 "test_abi_tag_function[abi:tag2]" 127 "test_abi_tag_function[abi:tag2](int)" 128 "test_abi_tag_function [abi:tag2]" 129 "test_abi_tag_function [abi:tag2] ( int )" 186 "test_abi_tag_ovld2_function[abi:tag2](int)" 187 "test_abi_tag_ovld2_function[abi:tag2](long)" 201 "test_abi_tag_ovld2_function[abi:tag2](int)" 202 "test_abi_tag_ovld2_function[abi:tag2](long)" 211 "test_abi_tag_ovld2_function[abi:tag2](int)" 212 "test_abi_tag_ovld2_function[abi:tag2](long) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/ |
| cpls-abi-tag.exp | 126 "test_abi_tag_function[abi:tag2]" 127 "test_abi_tag_function[abi:tag2](int)" 128 "test_abi_tag_function [abi:tag2]" 129 "test_abi_tag_function [abi:tag2] ( int )" 186 "test_abi_tag_ovld2_function[abi:tag2](int)" 187 "test_abi_tag_ovld2_function[abi:tag2](long)" 201 "test_abi_tag_ovld2_function[abi:tag2](int)" 202 "test_abi_tag_ovld2_function[abi:tag2](long)" 211 "test_abi_tag_ovld2_function[abi:tag2](int)" 212 "test_abi_tag_ovld2_function[abi:tag2](long) [all...] |
| /src/external/bsd/unbound/dist/testdata/fast_reload_most_options.tdir/ |
| fast_reload_most_options.conf | 22 define-tag: "tag1 tag2 tag3" 34 access-control-tag: 192.0.2.0/24 "tag2 tag3" 35 interface-tag: lo "tag2 tag3" 38 access-control-tag-data: 192.0.2.0/24 tag2 "A 127.0.0.1" 39 interface-tag-data: lo tag2 "A 127.0.0.1" 81 local-zone-tag: "tag.nlnetlabs.nl" "tag2 tag3"
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lto-streamer.h | 1032 /* Check that tag ACTUAL is in the range [TAG1, TAG2]. */ 1035 enum LTO_tags tag2) 1037 if (actual < tag1 || actual > tag2) 1042 lto_tag_name (tag2));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| lto-streamer.h | 1037 /* Check that tag ACTUAL is in the range [TAG1, TAG2]. */ 1040 enum LTO_tags tag2) 1042 if (actual < tag1 || actual > tag2) 1047 lto_tag_name (tag2));
|
| /src/usr.sbin/rpc.pcnfsd/ |
| pcnfsd_test.c | 226 test_v2_start(char *host_name, char *printer, char *user_name, char *tag1, char *tag2) 252 a.file = tag2;
|
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstd_compress_internal.h | 1381 * Unpacks tag1 and tag2 from lower bits of packedTag1 and packedTag2, then checks if the tags match. */ 1384 U32 const tag2 = packedTag2 & ZSTD_SHORT_CACHE_TAG_MASK; 1385 return tag1 == tag2;
|
| /src/external/gpl2/xcvs/dist/src/ |
| rcs.c | 6255 If INCLUSIVE is set, then TAG1 and TAG2, if non-NULL, tell us to 6256 delete that revision as well (cvs admin -o tag1:tag2). If clear, 6257 delete up to but not including that revision (cvs admin -o tag1::tag2). 6258 This does not affect TAG1 or TAG2 being NULL; the meaning of the start 6259 point in ::tag2 and :tag2 is the same and likewise for end points. */ 6261 RCS_delete_revs (RCSNode *rcs, char *tag1, char *tag2, int inclusive) 6281 if (tag1 == NULL && tag2 == NULL) 6297 if (tag2 != NULL) 6299 rev2 = RCS_gettag (rcs, tag2, 1, NULL) [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| pdb.c | 2263 static const char tag2[] = "__unnamed"; local 2270 if (len == sizeof (tag2) - 1 && !memcmp (name, tag2, sizeof (tag2) - 1))
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| pdb.c | 2264 static const char tag2[] = "__unnamed"; local 2271 if (len == sizeof (tag2) - 1 && !memcmp (name, tag2, sizeof (tag2) - 1))
|
| /src/sys/external/bsd/ipf/netinet/ |
| fil.c | 6675 /* tag2(I) - pointer to second tag to compare */ 6681 /* comparison. This function should only be called with both tag1 and tag2 */ 6685 ipf_matchtag(ipftag_t *tag1, ipftag_t *tag2) 6687 if (tag1 == tag2) 6690 if ((tag1->ipt_num[0] == 0) && (tag2->ipt_num[0] == 0)) 6693 if ((tag1->ipt_num[0] == tag2->ipt_num[0]) && 6694 (tag1->ipt_num[1] == tag2->ipt_num[1]) && 6695 (tag1->ipt_num[2] == tag2->ipt_num[2]) && 6696 (tag1->ipt_num[3] == tag2->ipt_num[3]))
|