/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | dtbs_equal_ordered.c | 71 uint32_t tag1, tag2; in compare_structure() local 84 tag2 = fdt_next_tag(fdt2, offset2, &nextoffset2); in compare_structure() 85 } while (tag2 == FDT_NOP); in compare_structure() 87 if (tag1 != tag2) in compare_structure() 89 tag1, tag2, offset1, offset2); in compare_structure()
|
/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | msg_046.c | 15 union tag2; 18 enum tag2; 31 union tag2 *use_tag2(void);
|
/netbsd-src/external/bsd/unbound/dist/testdata/ |
H A D | local_acl_taglist_action.rpl | 3 define-tag: "tag1 tag2 tag3" 7 local-zone-tag: "example." "tag1 tag2 tag3" 11 access-control-tag: 10.10.10.20/32 "tag2 tag3" 17 access-control-tag-action: 10.10.10.20/32 tag2 always_nxdomain
|
H A D | local_acl_taglist.rpl | 3 define-tag: "tag1 tag2 tag3" 17 local-zone-tag: "d.example." "tag1 tag2" 23 access-control-tag: 10.10.10.30/32 "tag2 tag3"
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
H A D | kdc-replay.c | 186 unsigned int tag2; in main() local 188 &cl, &ty, &tag2, NULL); in main() 194 if (tag != tag2) in main()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | pef.h | 29 unsigned long tag2; member 151 unsigned long tag2; member
|
H A D | pef.c | 576 header->tag2 = bfd_getb32 (buf + 4); in bfd_pef_read_header() 599 if (header.tag1 != BFD_PEF_TAG1 || header.tag2 != BFD_PEF_TAG2) in bfd_pef_object_p() 1079 header->tag2 = bfd_getb32 (buf + 4); in bfd_pef_xlib_read_header() 1133 || ((header.tag2 != BFD_PEF_VLIB_TAG2) in bfd_pef_xlib_object_p() 1134 && (header.tag2 != BFD_PEF_BLIB_TAG2))) in bfd_pef_xlib_object_p()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | pef.h | 29 unsigned long tag2; member 151 unsigned long tag2; member
|
H A D | pef.c | 576 header->tag2 = bfd_getb32 (buf + 4); in bfd_pef_read_header() 599 if (header.tag1 != BFD_PEF_TAG1 || header.tag2 != BFD_PEF_TAG2) in bfd_pef_object_p() 1078 header->tag2 = bfd_getb32 (buf + 4); in bfd_pef_xlib_read_header() 1132 || ((header.tag2 != BFD_PEF_VLIB_TAG2) in bfd_pef_xlib_object_p() 1133 && (header.tag2 != BFD_PEF_BLIB_TAG2))) in bfd_pef_xlib_object_p()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | asn1_print.c | 181 unsigned int tag2; in loop() local 184 &class2, &type2, &tag2, &sz); in loop() 186 type2 != CONS || tag2 != UT_Sequence) in loop()
|
/netbsd-src/external/bsd/byacc/dist/test/ |
H A D | err_syntax26.y | 8 %type <tag2
|
H A D | err_syntax23.y | 13 %type <tag2> recur
|
H A D | err_syntax24.y | 14 %type <tag2> expr
|
H A D | err_syntax25.y | 19 %type <tag2> expr
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-streamer.h | 1035 enum LTO_tags tag2) in lto_tag_check_range() argument 1037 if (actual < tag1 || actual > tag2) in lto_tag_check_range() 1042 lto_tag_name (tag2)); in lto_tag_check_range()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-streamer.h | 1075 enum LTO_tags tag2) in lto_tag_check_range() argument 1077 if (actual < tag1 || actual > tag2) in lto_tag_check_range() 1082 lto_tag_name (tag2)); in lto_tag_check_range()
|
/netbsd-src/usr.sbin/rpc.pcnfsd/ |
H A D | pcnfsd_test.c | 226 test_v2_start(char *host_name, char *printer, char *user_name, char *tag1, char *tag2) in test_v2_start() argument 252 a.file = tag2; in test_v2_start()
|
/netbsd-src/external/gpl2/lvm2/dist/doc/ |
H A D | tagging.txt | 40 tag2 {
|
/netbsd-src/external/bsd/unbound/dist/doc/ |
H A D | example.conf.in | 238 # define-tag: "tag1 tag2 tag3" 315 # access-control-tag: 192.0.2.0/24 "tag2 tag3" 324 # access-control-tag-data: 192.0.2.0/24 tag2 "A 127.0.0.1" 352 # interface-tag: eth0@5003 "tag2 tag3" 371 # interface-tag-data: eth0@5003 tag2 "A 127.0.0.1" 869 # local-zone-tag: "example.com" "tag2 tag3"
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | evp_extra_test.c | 682 const unsigned char *tag2; member 790 if (!TEST_mem_eq(t->tag2, taglen, tag, taglen)) { in test_gcm_reinit()
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | rcs.c | 6261 RCS_delete_revs (RCSNode *rcs, char *tag1, char *tag2, int inclusive) in RCS_delete_revs() argument 6281 if (tag1 == NULL && tag2 == NULL) in RCS_delete_revs() 6297 if (tag2 != NULL) in RCS_delete_revs() 6299 rev2 = RCS_gettag (rcs, tag2, 1, NULL); in RCS_delete_revs() 6302 error (0, 0, "%s: Revision %s doesn't exist.", rcs->print_path, tag2); in RCS_delete_revs() 6539 assert (tag2 != NULL); in RCS_delete_revs() 6542 tag1, tag2); in RCS_delete_revs()
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | pdb.c | 2180 static const char tag2[] = "__unnamed"; in is_name_anonymous() local 2187 if (len == sizeof (tag2) - 1 && !memcmp (name, tag2, sizeof (tag2) - 1)) in is_name_anonymous()
|
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | fil.c | 6685 ipf_matchtag(ipftag_t *tag1, ipftag_t *tag2) in ipf_matchtag() argument 6687 if (tag1 == tag2) in ipf_matchtag() 6690 if ((tag1->ipt_num[0] == 0) && (tag2->ipt_num[0] == 0)) in ipf_matchtag() 6693 if ((tag1->ipt_num[0] == tag2->ipt_num[0]) && in ipf_matchtag() 6694 (tag1->ipt_num[1] == tag2->ipt_num[1]) && in ipf_matchtag() 6695 (tag1->ipt_num[2] == tag2->ipt_num[2]) && in ipf_matchtag() 6696 (tag1->ipt_num[3] == tag2->ipt_num[3])) in ipf_matchtag()
|
/netbsd-src/external/gpl2/xcvs/dist/ |
H A D | FAQ | 499 cvs update -j <tag1> -j <tag2> {optional files} 4056 cvs diff -r <tag1/rev1> -r <tag2/rev2> <file> 5315 3. What revision does "rtag -r <tag1> <tag2>" actually put the tag on? 5325 rtag -r <tag1> <tag2> 5327 Adds the non-branch tag <tag2> to the same revision that the 5332 <tag2> --> TT2 5336 rtag -r <branch_tag1> <tag2> 5338 Adds the non-branch tag <tag2> to the HEAD of (the highest revision 5343 <tag2> --> TT2 5352 <tag2> --> TT2 [all …]
|
/netbsd-src/external/gpl2/xcvs/dist/doc/ |
H A D | cvsclient.texi | 1907 cvs checkout -j @var{tag1} -j @var{tag2} @var{repository} 1914 MT mergetag2 @var{tag2}
|