Searched refs:tags (Results 226 - 250 of 923) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A DMakefile.in595 tags: tags-am
596 TAGS: tags
598 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
642 distclean-tags:
643 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
686 distclean-tags
752 distclean-libtool distclean-tags dvi dvi-am html html-am info \
760 mostlyclean-libtool pdf pdf-am ps ps-am tags tags
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/hooks/driver/
H A DMakefile.in552 tags: tags-am
553 TAGS: tags
555 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
599 distclean-tags:
600 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
677 distclean-tags
756 distclean-generic distclean-libtool distclean-tags distdir \
765 pdf pdf-am ps ps-am tags tags
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dlzexternal/driver/
H A DMakefile.in555 tags: tags-am
556 TAGS: tags
558 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
602 distclean-tags:
603 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
680 distclean-tags
759 distclean-generic distclean-libtool distclean-tags distdir \
768 pdf pdf-am ps ps-am tags tags
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/activate/
H A Dactivate.c271 /* If no host tags defined, activate */
272 if (dm_list_empty(&cmd->tags))
276 if (str_list_match_list(&cmd->tags, &lv->tags) ||
277 str_list_match_list(&cmd->tags, &lv->vg->tags))
307 if (str_list_match_list(&cmd->tags, &lv->tags)
308 || str_list_match_list(&cmd->tags,
309 &lv->vg->tags))
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_userhold.c66 /* tags must be unique (if ds already exists) */
160 nvlist_t *tags; local
167 if (nvlist_lookup_nvlist(tmpholds, name, &tags) != 0) {
168 tags = fnvlist_alloc();
169 fnvlist_add_boolean(tags, htag);
170 fnvlist_add_nvlist(tmpholds, name, tags);
171 fnvlist_free(tags);
173 fnvlist_add_boolean(tags, htag);
/netbsd-current/sys/dev/marvell/
H A Dmvpex.c237 mvpex_init(struct mvpex_softc *sc, enum marvell_tags *tags) argument
262 mvpex_wininit(sc, tags);
356 mvpex_wininit(struct mvpex_softc *sc, enum marvell_tags *tags) argument
364 tags[i] != MARVELL_TAG_UNDEFINED && window < MVPEX_NWINDOW; i++) {
365 rv = marvell_winparams_by_tag(pdev, tags[i],
373 tags[i], base);
381 if (mvpex_bar2_tags[j] != tags[i])
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
H A Dnouveau_nvkm_subdev_mmu_vmmgp100.c376 u64 tags = nvkm_memory_size(memory) >> 16; local
382 ret = nvkm_memory_tags_get(memory, device, tags,
384 &map->tags);
390 if (map->tags->mn) {
391 tags = map->tags->mn->offset + (map->offset >> 16);
393 map->type |= tags << 36;
/netbsd-current/external/bsd/less/dist/
H A Doptfunc.c79 extern char *tags;
335 error("tags support is not available", NULL_PARG);
367 tags = save(s);
371 if (tags != NULL && tags != ztags)
372 free(tags);
374 tags = shell_unquote(filename);
378 parg.p_string = tags;
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A DMakefile.in389 tags-recursive:
391 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
406 tags: TAGS
408 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
410 tags=; \
422 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
431 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
434 $$tags $$unique; \
439 tags
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dmirror.c245 struct dm_list *tags, int remove_on_failure)
269 dm_list_iterate_items(sl, tags)
270 if (!str_list_add(cmd->mem, &log_lv->tags, sl->str)) {
286 /* Remove the temporary tags */
287 dm_list_iterate_items(sl, tags)
288 if (!str_list_del(&log_lv->tags, sl->str))
326 dm_list_iterate_items(sl, tags)
327 if (!str_list_del(&log_lv->tags, sl->str))
358 /* Inherit tags - maybe needed for activation */
359 if (!str_list_match_list(&mirror_lv->tags,
243 _init_mirror_log(struct cmd_context *cmd, struct logical_volume *log_lv, int in_sync, struct dm_list *tags, int remove_on_failure) argument
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Dimport_vsn1.c228 dm_list_init(&pv->tags);
231 /* Optional tags */
232 if ((cn = find_config_node(pvn, "tags")) &&
233 !(read_tags(mem, &pv->tags, cn->v))) {
234 log_error("Couldn't read tags for physical volume %s in %s.",
350 /* Optional tags */
351 if ((cn = find_config_node(sn_child, "tags")) &&
352 !(read_tags(mem, &seg->tags, cn->v))) {
353 log_error("Couldn't read tags for a segment of %s/%s.",
546 /* Optional tags */
[all...]
/netbsd-current/external/gpl3/autoconf/dist/
H A DMakefile.in106 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
411 tags-recursive:
413 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
428 tags: TAGS
430 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
482 distclean-tags:
483 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
708 distclean-tags
772 tags-recursive
779 distclean-tags distcleanchec
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A DMakefile.in740 tags: TAGS
744 tags=; \
752 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
755 $$tags $$unique; \
760 tags=; \
768 test -z "$(CTAGS_ARGS)$$tags$$unique" \
770 $$tags $$unique
777 distclean-tags:
778 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
852 distclean-tags
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A DMakefile.in541 tags: TAGS
545 tags=; \
553 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
556 $$tags $$unique; \
561 tags=; \
569 test -z "$(CTAGS_ARGS)$$tags$$unique" \
571 $$tags $$unique
578 distclean-tags:
579 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
643 distclean-tags
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A DMakefile.in540 tags: TAGS
544 tags=; \
552 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
555 $$tags $$unique; \
560 tags=; \
568 test -z "$(CTAGS_ARGS)$$tags$$unique" \
570 $$tags $$unique
577 distclean-tags:
578 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
716 distclean-tags
[all...]
/netbsd-current/crypto/external/cpl/tpm-tools/dist/
H A DMakefile.in95 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
407 tags-recursive:
409 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
424 tags: TAGS
426 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
478 distclean-tags:
479 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
694 distclean-libtool distclean-tags
757 ctags-recursive install-am install-strip tags-recursive
764 distclean-libtool distclean-tags distcleanchec
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Daarch64-linux-nat.c104 /* Read memory allocation tags from memory via PTRACE. */
106 gdb::byte_vector &tags, int type) override;
108 /* Write allocation tags to memory via PTRACE. */
110 const gdb::byte_vector &tags, int type) override;
938 gdb::byte_vector &tags, int type)
942 /* Allocation tags? */
944 return aarch64_mte_fetch_memtags (tid, address, len, tags);
953 const gdb::byte_vector &tags, int type)
957 /* Allocation tags? */
959 return aarch64_mte_store_memtags (tid, address, len, tags);
935 fetch_memtags(CORE_ADDR address, size_t len, gdb::byte_vector &tags, int type) argument
950 store_memtags(CORE_ADDR address, size_t len, const gdb::byte_vector &tags, int type) argument
[all...]
/netbsd-current/external/mpl/bind/dist/doc/arm/_ext/
H A Discconf.py101 "tags": lambda arg: split_csv(arg, required=False),
130 return set(self.options.get("tags", []))
235 tags = nodes.paragraph()
236 tags += nodes.strong(text="Tags: ")
237 tags += nodes.Text(", ".join(self.isc_tags))
238 contentnode.insert(0, tags)
289 # name -> {"tags": [list of tags], ...}; see add_statement()
363 def add_statement(self, signature, tags, short, short_node, lineno):
372 "tags"
[all...]
/netbsd-current/external/bsd/nvi/dist/motif_l/
H A Dm_tags.c106 /* manage the tags stack list */
484 static String tags[] = { "first", "second", "this is the third" };
487 __vi_push_tag( tags[i] );
488 i = (i+1) % XtNumber(tags);
525 button = XtVaCreateManagedWidget( "Pop up tags dialog",
476 static String tags[] = { "first", "second", "this is the third" }; local
/netbsd-current/external/gpl3/autoconf/dist/lib/autoconf/
H A DMakefile.in376 tags: TAGS
417 distclean-tags:
418 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
490 distclean-am: clean-am distclean-generic distclean-tags
555 clean-generic ctags distclean distclean-generic distclean-tags \
565 pdf-am ps ps-am tags uninstall uninstall-am \
/netbsd-current/external/gpl3/autoconf/dist/lib/autotest/
H A DMakefile.in369 tags: TAGS
410 distclean-tags:
411 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483 distclean-am: clean-am distclean-generic distclean-tags
548 clean-generic ctags distclean distclean-generic distclean-tags \
558 pdf-am ps ps-am tags uninstall uninstall-am \
/netbsd-current/external/gpl3/autoconf/dist/lib/m4sugar/
H A DMakefile.in374 tags: TAGS
415 distclean-tags:
416 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
488 distclean-am: clean-am distclean-generic distclean-tags
553 clean-generic ctags distclean distclean-generic distclean-tags \
563 pdf-am ps ps-am tags uninstall uninstall-am \
/netbsd-current/crypto/external/cpl/tpm-tools/dist/include/
H A DMakefile.in312 tags: TAGS
353 distclean-tags:
354 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
424 distclean-am: clean-am distclean-generic distclean-tags
488 distclean-libtool distclean-tags distdir dvi dvi-am html \
497 ps ps-am tags uninstall uninstall-am \
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A DMakefile.in332 tags: TAGS
373 distclean-tags:
374 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
444 distclean-am: clean-am distclean-generic distclean-tags
510 distclean-libtool distclean-tags distdir dvi dvi-am html \
519 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DMakefile.in314 tags: TAGS
355 distclean-tags:
356 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426 distclean-tags
493 distclean-tags distdir dvi dvi-am html html-am info info-am \
501 pdf pdf-am ps ps-am tags uninstall uninstall-am

Completed in 481 milliseconds

1234567891011>>