HomeSort by: relevance | last modified time | path
    Searched defs:tagname (Results 1 - 24 of 24) sorted by relevancy

  /src/external/bsd/wpa/dist/src/wps/
upnp_xml.c 194 const char *tag, *tagname, *end; local
203 if (xml_next_tag(doc, &tag, &tagname, &end))
206 if (!os_strncasecmp(tagname, match, match_len) &&
208 (tagname[match_len] == '>' ||
209 !isgraph(tagname[match_len]))) {
wps_er.c 501 const char *tag, *tagname, *end; local
508 if (xml_next_tag(data, &tag, &tagname, &end))
511 if (!os_strncasecmp(tagname, "device", 6) &&
513 (tagname[6] == '>' || !isgraph(tagname[6]))) {
  /src/external/bsd/unbound/dist/respip/
respip.h 28 char* const* tagname; /* shallow copy of tag names, for logging */ member in struct:respip_set
29 int num_tags; /* number of tagname entries */
  /src/dist/pf/usr.sbin/ftp-proxy/
filter.c 71 static char *qname, *tagname; variable
198 tagname = opt_tagname;
311 if (tagname != NULL)
312 strlcpy(pfr.rule.tagname, tagname, sizeof pfr.rule.tagname);
ftp-proxy.c 128 *qname, *tagname; variable
632 tagname = NULL;
704 errx(1, "tagname too long");
705 tagname = optarg;
787 fops->init_filter(qname, tagname, verbose);
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1_print.c 66 const char *tagname; local
82 tagname = der_get_tag_name(tag);
83 if (class == ASN1_C_UNIV && tagname != NULL)
84 printf ("%s = ", tagname);
  /src/external/gpl2/dtc/dist/
fdtdump.c 27 static const char *tagname(uint32_t tag) function
105 (uintptr_t)p - blob_off - 4, tag, tagname(tag));
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_strex.c 341 const char *tagname; local
343 tagname = ASN1_tag2str(type);
344 /* We can directly cast here as tagname will never be too large. */
345 outlen += (int)strlen(tagname);
346 if (!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1))
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_strex.c 348 const char *tagname; local
350 tagname = ASN1_tag2str(type);
351 /* We can directly cast here as tagname will never be too large. */
352 outlen += (int)strlen(tagname);
353 if (!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1))
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_strex.c 347 const char *tagname; local
348 tagname = ASN1_tag2str(type);
349 outlen += strlen(tagname);
350 if (!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1))
  /src/external/gpl2/lvm2/dist/tools/
toollib.c 648 char *tagname; local
662 tagname = argv[opt] + 1;
664 if (!validate_name(tagname)) {
666 tagname);
673 tagname))) {
1058 char *colon, *tagname; local
1073 tagname = argv[i] + 1;
1074 if (!validate_name(tagname)) {
1075 log_error("Skipping invalid tag %s", tagname);
1080 tagname)) {
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-type.c 579 const char *tagname = nullptr;
584 tagname = type->name ();
586 if (tagname == nullptr)
588 return gdbscm_scm_from_c_string (tagname);
576 const char *tagname = nullptr; local
  /src/external/gpl3/gdb/dist/gdb/python/
py-type.c 388 const char *tagname = nullptr;
393 tagname = type->name ();
395 if (tagname == nullptr)
397 return PyUnicode_FromString (tagname);
386 const char *tagname = nullptr; local
  /src/external/gpl3/gdb/dist/gdb/
rust-lang.c 813 const char *tagname = type->name ();
837 if (tagname != NULL)
838 gdb_puts (tagname, stream);
810 const char *tagname = type->name (); local
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-type.c 580 const char *tagname = nullptr;
585 tagname = type->name ();
587 if (tagname == nullptr)
589 return gdbscm_scm_from_c_string (tagname);
577 const char *tagname = nullptr; local
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-type.c 388 const char *tagname = nullptr;
393 tagname = type->name ();
395 if (tagname == nullptr)
397 return PyUnicode_FromString (tagname);
386 const char *tagname = nullptr; local
  /src/external/gpl3/gdb.old/dist/gdb/
rust-lang.c 818 const char *tagname = type->name ();
842 if (tagname != NULL)
843 gdb_puts (tagname, stream);
815 const char *tagname = type->name (); local
  /src/external/gpl3/binutils/dist/bfd/
elf32-arc.c 598 char *tagname = NULL; local
774 tagname = "PIC";
777 if (!tagname)
778 tagname = "SDA";
784 if (!tagname)
785 tagname = "TLS";
796 obfd, tagname,
801 tagname = NULL;
806 tagname = "Double size";
809 if (!tagname)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arc.c 592 char *tagname = NULL; local
768 tagname = "PIC";
771 if (!tagname)
772 tagname = "SDA";
778 if (!tagname)
779 tagname = "TLS";
790 obfd, tagname,
795 tagname = NULL;
800 tagname = "Double size";
803 if (!tagname)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-arc.c 592 char *tagname = NULL; local
768 tagname = "PIC";
771 if (!tagname)
772 tagname = "SDA";
778 if (!tagname)
779 tagname = "TLS";
790 obfd, tagname,
795 tagname = NULL;
800 tagname = "Double size";
803 if (!tagname)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arc.c 593 char *tagname = NULL; local
769 tagname = "PIC";
772 if (!tagname)
773 tagname = "SDA";
779 if (!tagname)
780 tagname = "TLS";
791 obfd, tagname,
796 tagname = NULL;
801 tagname = "Double size";
804 if (!tagname)
    [all...]
  /src/external/bsd/unbound/dist/util/
config_file.h 485 /** list of aclname, tagname, localzonetype */
487 /** list of aclname, tagname, redirectdata */
495 /** list of interface, tagname, localzonetype */
497 /** list of interface, tagname, redirectdata */
507 /** tag list, array with tagname[i] is malloced string */
508 char** tagname; member in struct:config_file
1278 * @return: 0..(num_tags-1) with tag ID, or -1 if tagname is not found.
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c 5601 char *tagname = nvpair_name(nvp2); local
5619 sepnum, sep, tagwidth, tagname, sepnum, sep, tsbuf);
  /src/sys/dist/pf/net/
pfvar.h 537 char tagname[PF_TAG_NAME_SIZE]; member in struct:pf_rule

Completed in 62 milliseconds