Searched refs:tags (Results 351 - 375 of 923) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/autoconf/dist/bin/
H A DMakefile.in415 tags: TAGS
456 distclean-tags:
457 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
528 distclean-am: clean-am distclean-generic distclean-tags
591 ctags distclean distclean-generic distclean-tags distdir dvi \
600 pdf-am ps ps-am tags uninstall uninstall-am \
/netbsd-current/crypto/external/cpl/tpm-tools/dist/lib/
H A DMakefile.in458 tags: TAGS
499 distclean-tags:
500 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
573 distclean-tags
640 distclean-libtool distclean-tags distdir dvi dvi-am html \
649 tags uninstall uninstall-am uninstall-libLTLIBRARIES
/netbsd-current/crypto/external/cpl/trousers/dist/src/trspi/
H A DMakefile.in354 tags: TAGS
395 distclean-tags:
396 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
468 distclean-tags
535 distclean-tags distdir dvi dvi-am html html-am info info-am \
543 pdf pdf-am ps ps-am tags uninstall uninstall-am
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A DMakefile.in436 tags: TAGS
477 distclean-tags:
478 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
550 distclean-tags
616 distclean-generic distclean-libtool distclean-tags distdir dvi \
625 pdf pdf-am ps ps-am tags uninstall uninstall-am \
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/cmds/
H A DMakefile.in376 tags: TAGS
417 distclean-tags:
418 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
490 distclean-tags
556 distclean-generic distclean-libtool distclean-tags distdir dvi \
565 pdf pdf-am ps ps-am tags uninstall uninstall-am \
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dmetadata-exported.h198 struct dm_list tags; member in struct:physical_volume
247 struct dm_list tags; member in struct:volume_group
305 struct dm_list tags; member in struct:lv_segment
334 struct dm_list tags; member in struct:logical_volume
/netbsd-current/external/gpl2/lvm2/dist/lib/
H A DMakefile64 format_text/tags.c \
H A DMakefile.in64 format_text/tags.c \
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata-exported.h198 struct dm_list tags; member in struct:physical_volume
247 struct dm_list tags; member in struct:volume_group
305 struct dm_list tags; member in struct:lv_segment
334 struct dm_list tags; member in struct:logical_volume
H A Dmerge.c284 if (!str_list_dup(lv->vg->cmd->mem, &split_seg->tags, &seg->tags)) {
285 log_error("LV segment tags duplication failed");
/netbsd-current/external/gpl3/autoconf/dist/
H A DGNUmakefile119 dist distcheck tags ctags
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dfb.h41 struct nvkm_mm tags; member in struct:nvkm_fb
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dfind_selectors.h36 #include <parallel/tags.h>
/netbsd-current/external/gpl2/lvm2/lib/liblvm/
H A DMakefile35 import_vsn1.c tags.c text_label.c freeseg.c label.c \
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dfind_selectors.h36 #include <parallel/tags.h>
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A DMakefile.in439 tags: TAGS
443 tags=; \
451 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
454 $$tags $$unique; \
459 tags=; \
467 test -z "$(CTAGS_ARGS)$$tags$$unique" \
469 $$tags $$unique
476 distclean-tags:
477 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
548 distclean-tags
[all...]
/netbsd-current/external/bsd/pam-u2f/dist/
H A DMakefile.am117 cd $(srcdir) && git push --tags
/netbsd-current/external/bsd/libpcap/dist/rpcapd/
H A DMakefile.in138 tags: $(TAGFILES)
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A DMakefile.in595 tags: TAGS
599 tags=; \
607 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
610 $$tags $$unique; \
615 tags=; \
623 test -z "$(CTAGS_ARGS)$$tags$$unique" \
625 $$tags $$unique
632 distclean-tags:
633 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
806 distclean-hdr distclean-libtool distclean-tags
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_report.cc635 uptr tags[kMop] = {kExternalTagNone}; local
657 ObtainCurrentStack(thr, toppc, &traces[0], &tags[0]);
667 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2, &tags[1]);
677 if (tags[i] != kExternalTagNone) {
679 tag = tags[i];
688 rep.AddMemoryAccess(addr, tags[i], s, traces[i],
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_report.cc633 uptr tags[kMop] = {kExternalTagNone}; local
655 ObtainCurrentStack(thr, toppc, &traces[0], &tags[0]);
665 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2, &tags[1]);
675 if (tags[i] != kExternalTagNone) {
677 tag = tags[i];
686 rep.AddMemoryAccess(addr, tags[i], s, traces[i],
/netbsd-current/sys/dev/pci/
H A Dahd_pci.c413 memtype, 0, &ahd->tags[0],
417 ahd->tags[1] = ahd->tags[0];
418 bus_space_subregion(ahd->tags[0], ahd->bshs[0],
448 &ahd->tags[0], &ahd->bshs[0],
454 &ahd->tags[1], &ahd->bshs[1],
/netbsd-current/external/bsd/ntp/dist/
H A DMakefile.in163 tags-recursive uninstall-recursive
695 tags: tags-recursive
696 TAGS: tags
698 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
761 distclean-tags:
762 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1004 distclean-libtool distclean-tags
1075 distclean-tags distcleancheck distdir distuninstallcheck dvi \
1084 ps ps-am tags tag
[all...]
/netbsd-current/external/bsd/ntp/dist/scripts/
H A DMakefile.in163 tags-recursive uninstall-recursive
767 tags: tags-recursive
768 TAGS: tags
770 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
827 distclean-tags:
828 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
930 distclean-am: clean-am distclean-generic distclean-tags
997 distclean-tags distdir dvi dvi-am html html-am info info-am \
1006 ps ps-am tags tag
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/
H A DMakefile.in236 tags-recursive uninstall-recursive
852 tags: tags-recursive
853 TAGS: tags
855 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
912 distclean-tags:
913 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1230 distclean-tags
1297 distclean-libtool distclean-tags distdir dvi dvi-am html \
1306 recheck tags tag
[all...]

Completed in 391 milliseconds

<<11121314151617181920>>