Searched refs:tags (Results 76 - 100 of 345) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/gcc/
H A Dgcov-dump.c144 unsigned tags[4]; local
226 if (!GCOV_TAG_IS_SUBTAG (tags[depth - 1], tag))
231 tags[depth - 1] = tag;
/freebsd-10.2-release/contrib/ntp/include/isc/
H A DMakefile.in492 tags: tags-am
493 TAGS: tags
495 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
539 distclean-tags:
540 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
612 distclean-am: clean-am distclean-generic distclean-tags
676 distclean-generic distclean-libtool distclean-tags distdir dvi \
684 mostlyclean-libtool pdf pdf-am ps ps-am tags tags
[all...]
/freebsd-10.2-release/contrib/ntp/kernel/sys/
H A DMakefile.in490 tags: tags-am
491 TAGS: tags
493 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
537 distclean-tags:
538 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
610 distclean-am: clean-am distclean-generic distclean-tags
674 distclean-generic distclean-libtool distclean-tags distdir dvi \
682 mostlyclean-libtool pdf pdf-am ps ps-am tags tags
[all...]
/freebsd-10.2-release/contrib/openpam/bin/openpam_dump_policy/
H A DMakefile.in372 tags: tags-am
373 TAGS: tags
375 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
419 distclean-tags:
420 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
495 distclean-tags
562 distclean-libtool distclean-tags distdir dvi dvi-am html \
571 tags tags
[all...]
/freebsd-10.2-release/contrib/openpam/bin/pamtest/
H A DMakefile.in484 tags: tags-am
485 TAGS: tags
487 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
531 distclean-tags:
532 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
609 distclean-tags
678 distclean-libtool distclean-tags distdir dvi dvi-am html \
687 pdf pdf-am ps ps-am tags tags
[all...]
/freebsd-10.2-release/contrib/openpam/bin/su/
H A DMakefile.in484 tags: tags-am
485 TAGS: tags
487 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
531 distclean-tags:
532 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
609 distclean-tags
678 distclean-libtool distclean-tags distdir dvi dvi-am html \
687 pdf pdf-am ps ps-am tags tags
[all...]
/freebsd-10.2-release/contrib/openpam/modules/pam_deny/
H A DMakefile.in432 tags: tags-am
433 TAGS: tags
435 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479 distclean-tags:
480 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
558 distclean-tags
625 distclean-libtool distclean-tags distdir dvi dvi-am html \
634 pdf pdf-am ps ps-am tags tags
[all...]
/freebsd-10.2-release/contrib/openpam/modules/pam_permit/
H A DMakefile.in432 tags: tags-am
433 TAGS: tags
435 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479 distclean-tags:
480 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
558 distclean-tags
625 distclean-libtool distclean-tags distdir dvi dvi-am html \
634 pdf pdf-am ps ps-am tags tags
[all...]
/freebsd-10.2-release/contrib/openpam/modules/pam_unix/
H A DMakefile.in432 tags: tags-am
433 TAGS: tags
435 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479 distclean-tags:
480 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
558 distclean-tags
625 distclean-libtool distclean-tags distdir dvi dvi-am html \
634 pdf pdf-am ps ps-am tags tags
[all...]
/freebsd-10.2-release/contrib/file/tests/
H A DMakefile.in404 tags: tags-am
405 TAGS: tags
407 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
451 distclean-tags:
452 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
529 distclean-tags
596 distclean-libtool distclean-tags distdir dvi dvi-am html \
605 tags tags
[all...]
/freebsd-10.2-release/sbin/sunlabel/
H A Dsunlabel.c105 struct tags { struct
134 static struct tags knowntags[] = {
150 static struct tags knownflags[] = {
903 struct tags *tp;
906 i < sizeof(knowntags) / sizeof(struct tags);
921 struct tags *tp;
924 i < sizeof(knownflags) / sizeof(struct tags);
937 struct tags *tp;
943 i < sizeof(knowntags) / sizeof(struct tags);
962 struct tags *t
[all...]
/freebsd-10.2-release/lib/libstand/
H A Dbootp.c602 * names and values according to the tables above. Also set dhcp.tags
603 * to the list of selected tags.
610 char tags[512], *tp; /* the list of tags */ local
614 tp = tags;
720 if (tp - tags < sizeof(tags) - 5) { /* add tag to the list */
721 if (tp != tags)
736 if (tp != tags) {
739 setenv(env, tags,
[all...]
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/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);
/freebsd-10.2-release/contrib/gcclibs/libssp/
H A DMakefile.in485 tags: TAGS
489 tags=; \
497 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
500 $$tags $$unique; \
505 tags=; \
513 test -z "$(CTAGS_ARGS)$$tags$$unique" \
515 $$tags $$unique
522 distclean-tags:
523 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
693 distclean-hdr distclean-libtool distclean-tags
[all...]
/freebsd-10.2-release/contrib/libstdc++/src/
H A DMakefile.in539 tags: TAGS
543 tags=; \
551 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
554 $$tags $$unique; \
559 tags=; \
567 test -z "$(CTAGS_ARGS)$$tags$$unique" \
569 $$tags $$unique
576 distclean-tags:
577 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
646 distclean-libtool distclean-tags
[all...]
/freebsd-10.2-release/contrib/libyaml/
H A DMakefile.in88 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
397 tags-recursive:
399 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
414 tags: TAGS
416 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
468 distclean-tags:
469 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
687 distclean-libtool distclean-tags
751 ctags-recursive install-am install-strip tags-recursive
758 distclean-libtool distclean-tags distcleanchec
[all...]
/freebsd-10.2-release/contrib/openbsm/
H A DMakefile.in92 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
365 tags-recursive:
367 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
386 tags: TAGS
388 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
463 distclean-tags:
464 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
691 distclean-libtool distclean-tags
755 tags-recursive
763 distclean-libtool distclean-tags distcleanchec
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/
H A DMakefile.in109 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
516 tags-recursive:
518 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
533 tags: TAGS
535 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
587 distclean-tags:
588 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
688 distclean-am: clean-am distclean-generic distclean-tags
753 install-strip tags-recursive uninstall-am
758 distclean distclean-generic distclean-libtool distclean-tags \
[all...]
/freebsd-10.2-release/crypto/heimdal/appl/
H A DMakefile.in109 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
509 tags-recursive:
511 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
526 tags: TAGS
528 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
580 distclean-tags:
581 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
681 distclean-am: clean-am distclean-generic distclean-tags
746 install-strip tags-recursive uninstall-am
751 distclean distclean-generic distclean-libtool distclean-tags \
[all...]
/freebsd-10.2-release/crypto/heimdal/appl/ftp/
H A DMakefile.in109 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
489 tags-recursive:
491 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
506 tags: TAGS
508 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
560 distclean-tags:
561 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
661 distclean-am: clean-am distclean-generic distclean-tags
726 install-strip tags-recursive uninstall-am
731 distclean distclean-generic distclean-libtool distclean-tags \
[all...]
/freebsd-10.2-release/crypto/heimdal/appl/telnet/
H A DMakefile.in109 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
489 tags-recursive:
491 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
506 tags: TAGS
508 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
560 distclean-tags:
561 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
661 distclean-am: clean-am distclean-generic distclean-tags
726 install-strip tags-recursive uninstall-am
731 distclean distclean-generic distclean-libtool distclean-tags \
[all...]
/freebsd-10.2-release/contrib/sqlite3/
H A DMakefile.in452 tags: TAGS
456 tags=; \
464 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
467 $$tags $$unique; \
472 tags=; \
480 test -z "$(CTAGS_ARGS)$$tags$$unique" \
482 $$tags $$unique
489 distclean-tags:
490 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
662 distclean-libtool distclean-tags
[all...]
/freebsd-10.2-release/contrib/libyaml/include/
H A DMakefile.in266 tags: TAGS
307 distclean-tags:
308 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
381 distclean-am: clean-am distclean-generic distclean-tags
446 distclean-libtool distclean-tags distdir dvi dvi-am html \
455 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
/freebsd-10.2-release/contrib/libyaml/src/
H A DMakefile.in333 tags: TAGS
374 distclean-tags:
375 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
448 distclean-tags
515 distclean-tags distdir dvi dvi-am html html-am info info-am \
524 tags uninstall uninstall-am uninstall-libLTLIBRARIES
/freebsd-10.2-release/contrib/openbsm/bsm/
H A DMakefile.in299 tags: TAGS
354 distclean-tags:
355 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
430 distclean-am: clean-am distclean-generic distclean-tags
494 distclean-libtool distclean-tags distdir dvi dvi-am html \
502 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \

Completed in 306 milliseconds

1234567891011>>