Searched refs:tag (Results 201 - 225 of 953) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/texinfo/info/
H A Dnodes.c37 static void free_info_tag (TAG *tag);
388 various slots. This can also be used to rebuild a tag or node table. */
408 /* If there is a tag table, find the start of it, and grovel over it
409 extracting tag information. */
568 /* Add this tag to the array of tag structures in this FILE_BUFFER. */
617 /* The tag table consists of lines containing node names and positions.
659 /* Move past the node's name in this tag to the TAGSEP character. */
707 associated file in the indirect list for each tag, and update it. */
864 find_node_of_anchor (FILE_BUFFER *file_buffer, TAG *tag)
860 find_node_of_anchor(FILE_BUFFER *file_buffer, TAG *tag) argument
931 TAG *tag; local
1124 TAG *tag; local
1146 free_info_tag(TAG *tag) argument
[all...]
/freebsd-10.3-release/contrib/nvi/ex/
H A Dtag.h11 * $Id: tag.h,v 10.9 2012/07/06 16:38:36 zy Exp $
39 * Tag file information. One of these is maintained per tag file, linked
43 TAILQ_ENTRY(_tagf) q; /* Linked list of tag files. */
67 * Each Q is a TAGQ, or tag "query", which is the result of one tag or cscope
70 * tag: put a new Q at the head (^])
96 TAILQ_ENTRY(_tagq) q; /* Linked list of tag queues. */
97 /* This queue's tag list. */
102 char *tag; /* Tag string. */ member in struct:_tagq
105 #define TAG_CSCOPE 0x01 /* Cscope tag
[all...]
/freebsd-10.3-release/contrib/ntp/sntp/libevent/include/
H A Devent.h78 #include <event2/tag.h>
/freebsd-10.3-release/crypto/heimdal/kdc/
H A Dkdc-replay.c125 uint32_t t, clty, tag; local
147 ret = krb5_ret_uint32(sp, &tag);
149 krb5_errx(context, 1, "krb5_ret_uint32(tag)");
190 if (tag != tag2)
191 krb5_errx(context, 1, "tag mismatch");
197 if (tag != 0xffffffff)
198 krb5_errx(context, 1, "tag not invalid");
/freebsd-10.3-release/contrib/wpa/src/wps/
H A Dhttpread.h108 * to line within header content matching the given tag
109 * (after the tag itself and any spaces/tabs).
111 * The tag should end with a colon for reliable matching.
115 char * httpread_hdr_line_get(struct httpread *h, const char *tag);
/freebsd-10.3-release/sys/dev/isci/
H A Disci_interrupt.c66 interrupt_info->tag = NULL;
69 interrupt_info, &interrupt_info->tag)) {
110 info->tag = NULL;
113 isci_interrupt_msix_handler, info, &info->tag)) {
/freebsd-10.3-release/contrib/gcc/
H A Dcselib.h30 rtx GTY ((tag ("1"))) val_rtx;
H A Dgenattr.c46 const char *p, *tag; local
60 while ((tag = scan_comma_elt (&p)) != 0)
64 while (tag != p)
65 putchar (TOUPPER (*tag++));
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_acl_private.h40 int tag; /* E.g., user/group/other/mask */ member in struct:archive_acl_entry
/freebsd-10.3-release/sys/modules/netgraph/
H A DMakefile49 tag \
/freebsd-10.3-release/sys/dev/sfxge/
H A Dsfxge_dma.c62 sfxge_dma_map_sg_collapse(bus_dma_tag_t tag, bus_dmamap_t map, argument
81 sfxge_map_mbuf_fast(tag, map, m, segs);
92 sfxge_map_mbuf_fast(tag, map, m, psegs);
98 err = bus_dmamap_load_mbuf_sg(tag, map, *mp, segs, &seg_count, 0);
140 /* Create the child DMA tag. */
144 device_printf(sc->dev, "Couldn't allocate txq DMA tag\n");
195 /* Create the parent dma tag. */
207 device_printf(sc->dev, "Cannot allocate parent DMA tag\n");
H A Dsfxge_ioc.h100 uint8_t tag; member in struct:sfxge_ioc_s::__anon10343::__anon10346
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dir.h124 void dsl_dir_rele(dsl_dir_t *dd, void *tag);
125 void dsl_dir_async_rele(dsl_dir_t *dd, void *tag);
126 int dsl_dir_hold(dsl_pool_t *dp, const char *name, void *tag,
129 const char *tail, void *tag, dsl_dir_t **);
H A Dzfs_debug.h85 extern void zfs_dbgmsg_print(const char *tag);
/freebsd-10.3-release/contrib/libyaml/include/
H A Dyaml.h88 /** The tag directive data. */
90 /** The tag handle. */
92 /** The tag prefix. */
293 /** The tag (for @c YAML_TAG_TOKEN). */
295 /** The tag handle. */
297 /** The tag suffix. */
299 } tag; member in union:yaml_token_s::__anon1922
319 /** The tag directive (for @c YAML_TAG_DIRECTIVE_TOKEN). */
321 /** The tag handle. */
323 /** The tag prefi
432 yaml_char_t *tag; member in struct:yaml_event_s::__anon1930::__anon1936
450 yaml_char_t *tag; member in struct:yaml_event_s::__anon1930::__anon1937
462 yaml_char_t *tag; member in struct:yaml_event_s::__anon1930::__anon1938
723 yaml_char_t *tag; member in struct:yaml_node_s
[all...]
/freebsd-10.3-release/contrib/libyaml/src/
H A Ddumper.c181 yaml_free(node.tag);
322 int plain_implicit = (strcmp((char *)node->tag,
324 int quoted_implicit = (strcmp((char *)node->tag,
327 SCALAR_EVENT_INIT(event, anchor, node->tag, node->data.scalar.value,
345 int implicit = (strcmp((char *)node->tag, YAML_DEFAULT_SEQUENCE_TAG) == 0);
349 SEQUENCE_START_EVENT_INIT(event, anchor, node->tag, implicit,
375 int implicit = (strcmp((char *)node->tag, YAML_DEFAULT_MAPPING_TAG) == 0);
379 MAPPING_START_EVENT_INIT(event, anchor, node->tag, implicit,
/freebsd-10.3-release/contrib/pnpinfo/
H A Dpnpinfo.c478 u_char tag, *resinfo; local
493 if (!get_resource_info(&tag, 1))
496 if (PNP_RES_TYPE(tag) == 0) {
499 resinfo = malloc(PNP_SRES_LEN(tag));
500 if (!get_resource_info(resinfo, PNP_SRES_LEN(tag)))
503 if (handle_small_res(resinfo, PNP_SRES_NUM(tag), PNP_SRES_LEN(tag)) == 1)
517 handle_large_res(resinfo, PNP_LRES_NUM(tag), large_len);
/freebsd-10.3-release/crypto/openssh/
H A Dcipher-chachapoly.c48 * tag. This tag is written on encryption and verified on decryption.
69 /* If decrypting, check tag before anything else */
71 const u_char *tag = src + aadlen + len; local
74 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) {
91 /* If encrypting, calculate and append tag */
/freebsd-10.3-release/contrib/groff/src/devices/grohtml/
H A Dhtml-text.h98 void remove_tag (HTML_TAG tag);
130 html_indent *remove_indent (HTML_TAG tag);
/freebsd-10.3-release/sys/dev/virtio/scsi/
H A Dvirtio_scsi.h45 uint64_t tag; /* Command identifier */ member in struct:virtio_scsi_cmd_req
67 uint64_t tag; member in struct:virtio_scsi_ctrl_tmf_req
/freebsd-10.3-release/contrib/netbsd-tests/net/mpls/
H A Dt_mpls_fw.sh78 -ifp mpls0 -tag 25 -inet 10.0.1.2
92 atf_check -s exit:0 rump.route -q add -mpls 25 -tag 30 -inet 10.0.2.2
93 atf_check -s exit:0 rump.route -q add -mpls 27 -tag ${1} -inet 10.0.1.1
107 atf_check -s exit:0 rump.route -q add -mpls 30 -tag ${1} -inet 10.0.3.2
108 atf_check -s exit:0 rump.route -q add -mpls 26 -tag 27 -inet 10.0.2.1
122 -ifp mpls0 -tag 26 -inet 10.0.3.1
H A Dt_rfc4182.sh80 -ifp mpls0 -tag 25,2 -inet 10.0.1.2
94 atf_check -s exit:0 rump.route -q add -mpls 25 -tag 30,0 -inet 10.0.2.2
95 atf_check -s exit:0 rump.route -q add -mpls 27 -tag 3 -inet 10.0.1.1
109 atf_check -s exit:0 rump.route -q add -mpls 30 -tag 3 -inet 10.0.3.2
110 atf_check -s exit:0 rump.route -q add -mpls 26 -tag 27,0 -inet 10.0.2.1
124 -ifp mpls0 -tag 26 -inet 10.0.3.1
/freebsd-10.3-release/contrib/wpa/src/tls/
H A Dpkcs5.c83 hdr.tag != ASN1_TAG_SEQUENCE) {
85 "(PBEParameter) - found class %d tag 0x%x",
86 hdr.class, hdr.tag);
95 hdr.tag != ASN1_TAG_OCTETSTRING ||
98 "(salt) - found class %d tag 0x%x size %d",
99 hdr.class, hdr.tag, hdr.length);
110 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
112 "class %d tag 0x%x", hdr.class, hdr.tag);
H A Drsa.c40 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
42 "tag 0x%x", hdr.class, hdr.tag);
89 hdr.tag != ASN1_TAG_SEQUENCE) {
91 "(public key) - found class %d tag 0x%x",
92 hdr.class, hdr.tag);
173 hdr.tag != ASN1_TAG_SEQUENCE) {
175 "(public key) - found class %d tag 0x%x",
176 hdr.class, hdr.tag);
/freebsd-10.3-release/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c50 acl_tag_t tag; local
55 error = acl_get_tag_type(entry, &tag);
59 switch (tag) {
143 acl_tag_t tag; local
146 error = acl_get_tag_type(entry, &tag);
150 switch (tag) {

Completed in 192 milliseconds

1234567891011>>