Searched refs:tags (Results 26 - 50 of 208) sorted by relevance

123456789

/freebsd-10.1-release/contrib/texinfo/info/
H A Dnodes.h48 #define N_HasTagsTable 0x01 /* This node was found through a tags table. */
49 #define N_TagsIndirect 0x02 /* The tags table was an indirect one. */
50 #define N_UpdateTags 0x04 /* The tags table is out of date. */
109 TAG **tags; /* If non-null, the indirect tags table. */
132 a new buffer, rebuilds tags and nodes, and returns a new FILE_BUFFER *. */
148 /* Grovel FILE_BUFFER->contents finding tags and nodes, and filling in the
108 TAG **tags; /* If non-null, the indirect tags table. */ member in struct:__anon4592
/freebsd-10.1-release/share/sendmail/
H A DMakefile18 all clean cleandir depend lint tags:
/freebsd-10.1-release/tools/tools/net80211/wlanstats/
H A Dmain.c54 } tags[] = { variable in typeref:struct:__anon11731
70 for (i = 0; i < N(tags); i++)
71 if (strcasecmp(tags[i].tag, tag) == 0)
72 return tags[i].fmt;
/freebsd-10.1-release/usr.bin/less/
H A DMakefile8 signal.c tags.c ttyin.c version.c
/freebsd-10.1-release/sys/kern/
H A Duipc_mbuf2.c352 p = SLIST_FIRST(&m->m_pkthdr.tags);
361 * Strip off all tags that would normally vanish when
363 * tags will exist after this; these are expected to remain
372 SLIST_FOREACH_SAFE(p, &m->m_pkthdr.tags, m_tag_link, q)
385 p = SLIST_FIRST(&m->m_pkthdr.tags);
427 * tags even if the operation fails. This should not be a problem, as
440 SLIST_FOREACH(p, &from->m_pkthdr.tags, m_tag_link) {
447 SLIST_INSERT_HEAD(&to->m_pkthdr.tags, t, m_tag_link);
/freebsd-10.1-release/contrib/gcclibs/libiberty/testsuite/
H A DMakefile.in76 html install-html info install-info clean-info dvi pdf install etags tags installcheck:
/freebsd-10.1-release/contrib/groff/src/libs/libbib/
H A Dindex.cpp61 tag *tags; member in class:index_search_item
211 tags = (tag *)(addr + sizeof(header));
212 lists = (int *)(tags + header.tags_size);
223 if (tags == 0)
242 if (tags[i].filename_index >= header.strings_size)
243 return "bad index in tags";
244 if (tags[i].length < 0)
245 return "bad length in tags";
246 if (tags[i].start < 0)
247 return "bad start in tags";
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/md5/
H A DMakefile71 tags:
90 rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-10.1-release/crypto/openssl/crypto/md4/
H A DMakefile57 tags:
77 rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-10.1-release/crypto/openssl/crypto/whrlpool/
H A DMakefile69 tags:
88 rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-10.1-release/crypto/openssl/crypto/rc2/
H A DMakefile56 tags:
75 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-10.1-release/crypto/openssl/crypto/mdc2/
H A DMakefile56 tags:
75 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-10.1-release/crypto/openssl/crypto/ripemd/
H A DMakefile64 tags:
83 rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-10.1-release/crypto/openssl/crypto/txt_db/
H A DMakefile56 tags:
75 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-10.1-release/crypto/openssl/crypto/pqueue/
H A DMakefile56 tags:
75 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-10.1-release/crypto/openssl/crypto/idea/
H A DMakefile56 tags:
75 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-10.1-release/crypto/openssl/crypto/stack/
H A DMakefile56 tags:
75 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-10.1-release/crypto/openssl/crypto/md2/
H A DMakefile56 tags:
75 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-10.1-release/crypto/openssl/crypto/rc5/
H A DMakefile64 tags:
83 rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-10.1-release/crypto/openssl/crypto/lhash/
H A DMakefile56 tags:
75 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-10.1-release/contrib/ntp/tests/
H A DMakefile.in158 tags-recursive uninstall-recursive
562 tags: tags-recursive
563 TAGS: tags
565 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
622 distclean-tags:
623 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
721 distclean-am: clean-am distclean-generic distclean-tags
786 distclean-tags distdir dvi dvi-am html html-am info info-am \
794 ps ps-am tags tag
[all...]
/freebsd-10.1-release/contrib/ntp/kernel/
H A DMakefile.in158 tags-recursive uninstall-recursive
561 tags: tags-recursive
562 TAGS: tags
564 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
621 distclean-tags:
622 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
720 distclean-am: clean-am distclean-generic distclean-tags
785 distclean-tags distdir dvi dvi-am html html-am info info-am \
793 ps ps-am tags tag
[all...]
/freebsd-10.1-release/contrib/less/
H A Doptfunc.c60 extern char *tags;
304 error("tags support is not available", NULL_PARG);
338 tags = s;
342 tags = lglob(s);
345 parg.p_string = tags;
/freebsd-10.1-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.1-release/contrib/mtree/
H A Dmisc.c90 {"tags", F_TAGS, NEEDVALUE},
220 * returns 0 if there's a match from the exclude list in the node's tags,
229 if (node->tags) {
231 if (strstr(node->tags, excludetags.list[i]))
237 if (strstr(node->tags, includetags.list[i]))

Completed in 340 milliseconds

123456789