Searched refs:tags (Results 176 - 200 of 340) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A DMakefile.in505 tags: TAGS
546 distclean-tags:
547 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
624 distclean-tags
695 distclean-libtool distclean-tags distdir dvi dvi-am html \
705 tags uninstall uninstall-am uninstall-hook \
/freebsd-11-stable/crypto/heimdal/lib/vers/
H A DMakefile.in458 tags: TAGS
499 distclean-tags:
500 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
574 distclean-tags
645 distclean-libtool distclean-tags distdir dvi dvi-am html \
654 pdf pdf-am ps ps-am tags uninstall uninstall-am uninstall-hook
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A DMakefile.in125 tags TAGS: $(CFILES)
/freebsd-11-stable/crypto/openssl/crypto/dso/
H A DMakefile58 tags:
77 rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-11-stable/include/rpcsvc/
H A Dnis.x51 % * which defines the tag values. This allows the tags to change without
241 * zero or tags, each of which is a type and a value. (u_long).
251 nis_tag tags<>; /* List of tags */
/freebsd-11-stable/crypto/openssl/crypto/aes/
H A DMakefile117 tags:
136 rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A DMakefile59 tags:
78 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A DMakefile57 tags:
76 rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A DMakefile90 tags:
109 rm -f *.s *.S *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c477 ch->user[i].tags = SIIS_MAX_SLOTS;
960 ch->curr[ccb->ccb_h.target_id].tags))) == 0)
981 int tag, tags; local
985 tags = SIIS_MAX_SLOTS;
988 tags = ch->curr[ccb->ccb_h.target_id].tags;
989 tag = fls((~ch->oslots) & (0x7fffffff >> (31 - tags))) - 1;
1860 d->tags = min(SIIS_MAX_SLOTS, cts->xport_specific.sata.tags);
1926 cts->xport_specific.sata.tags
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
H A DMakefile.in213 tags-recursive uninstall-recursive
1079 tags: tags-recursive
1080 TAGS: tags
1082 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1145 distclean-tags:
1146 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1392 distclean-hdr distclean-libtool distclean-tags
1471 distclean-libtool distclean-tags distcleancheck distdir \
1483 tags tag
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/
H A DMakefile.in257 tags:
267 -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace
/freebsd-11-stable/contrib/ncurses/progs/
H A DMakefile.in286 tags:
293 -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace
/freebsd-11-stable/contrib/amd/scripts/
H A DMakefile.in305 tags: TAGS
373 install-sysconfDATA tags distdir info dvi installcheck install-exec \
/freebsd-11-stable/lib/libc/
H A DMakefile40 CLEANFILES+=tags
/freebsd-11-stable/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c326 } const tags[] = { local
347 for (i = 0; tags[i].tag; i++)
348 if (!strcmp(token, tags[i].tag)) {
349 ei->flags |= tags[i].flag;
/freebsd-11-stable/contrib/openpam/misc/
H A DMakefile.in297 tags TAGS:
449 tags-am uninstall uninstall-am
/freebsd-11-stable/contrib/file/python/
H A DMakefile.in286 tags TAGS:
438 tags-am uninstall uninstall-am
/freebsd-11-stable/contrib/sendmail/src/
H A Dsm_resolve.c1167 char *tags[] = { "ipv4", "mx", "tlsa", local
1174 for (t = 0; tags[t] != NULL; t++)
1176 if (strcmp(tag, tags[t]) == 0)
1178 SM_LOOKUP2(tags[t]);
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py721 tags=("event", self.type, self.name, self.source.tag))
746 tags=("event", self.type, self.name, self.source.tag))
775 tags=("event", self.type, self.name, self.source.tag))
858 tags=("cpubg", cpu, self.tag), state="hidden")
1143 width=1, fill="black", tags=("all","sources"))
1152 width=1, fill="black", tags=("all",))
1187 width=1, fill="black", tags=("all",))
1196 width=1, fill="black", tags=("lines",))
1228 # Only grab mouse presses for things with event tags.
1230 tags
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2255 nb->tags[NETDEV_UP] = EVENTHANDLER_REGISTER(
2257 nb->tags[NETDEV_REGISTER] = EVENTHANDLER_REGISTER(
2259 nb->tags[NETDEV_UNREGISTER] = EVENTHANDLER_REGISTER(
2261 nb->tags[NETDEV_CHANGEADDR] = EVENTHANDLER_REGISTER(
2271 nb->tags[NETDEV_CHANGEIFADDR] = EVENTHANDLER_REGISTER(
2281 nb->tags[NETDEV_UP]);
2283 nb->tags[NETDEV_REGISTER]);
2285 nb->tags[NETDEV_UNREGISTER]);
2287 nb->tags[NETDEV_CHANGEADDR]);
2297 nb->tags[NETDEV_CHANGEIFADD
[all...]
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DMakefile.in1069 tags: tags-am
1070 TAGS: tags
1072 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1116 distclean-tags:
1117 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1422 distclean-tags
1489 distclean-libtool distclean-tags distdir dvi dvi-am html \
1498 recheck tags tags
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c1599 unsigned char *tags; local
1666 tags = hdrptr;
1690 while (tags < start)
1697 abbrev_number = read_leb128 (tags, & bytes_read, 0);
1698 tags += bytes_read;
1710 (unsigned long) (tags - section_begin
1756 printf (" <%2lx>", (unsigned long)(tags - section_begin));
1758 tags = read_and_display_attr (attr->attribute,
1760 tags, cu_offset,
/freebsd-11-stable/contrib/binutils/opcodes/
H A DMakefile.in798 tags-recursive:
800 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
815 tags: TAGS
817 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
819 tags=; \
831 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
840 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
843 $$tags $$unique; \
848 tags
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c550 static const char *const tags[] = { local
557 printf("addr={%s", tags[sap->addr.tag]);
565 printf("selector={%s", tags[sap->selector.tag]);
570 printf("blli_id2={%s", tags[sap->blli_id2.tag]);
575 printf("blli_id3={%s", tags[sap->blli_id3.tag]);
583 printf("bhli={%s", tags[sap->bhli.tag]);

Completed in 225 milliseconds

1234567891011>>