HomeSort by: relevance | last modified time | path
    Searched refs:tagname (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb/dist/gdb/contrib/ari/
create-web-ari-in-src.sh 57 tagname=`cat "${srcdir}/gdb/CVS/Tag"`
59 tagname=`cd ${srcdir} && git rev-parse --abbrev-ref HEAD`
60 if test "$tagname" = "master"; then
61 tagname=trunk
64 tagname=trunk
66 if [ "${tagname#branch}" != "${tagname}" ] ; then
  /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/
create-web-ari-in-src.sh 57 tagname=`cat "${srcdir}/gdb/CVS/Tag"`
59 tagname=`cd ${srcdir} && git rev-parse --abbrev-ref HEAD`
60 if test "$tagname" = "master"; then
61 tagname=trunk
64 tagname=trunk
66 if [ "${tagname#branch}" != "${tagname}" ] ; then
  /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]))) {
  /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/groff/dist/src/devices/grohtml/
html-text.h 129 void issue_tag (const char *tagname, const char *arg, int space=2);
html-text.cpp 186 void html_text::issue_tag (const char *tagname, const char *arg,
190 out->put_string(tagname);
192 out->put_string(tagname);
  /src/external/bsd/unbound/dist/services/
localzone.h 309 * @param tagname: array of tag name strings (for debug output).
310 * @param num_tags: number of items in tagname array.
329 char** tagname, int num_tags, struct view* view);
481 * @param tagname: array of tag name strings (for debug output).
482 * @param num_tags: number of items in tagname array.
488 enum localzone_type lzt, int* tag, char* const* tagname, int num_tags);
603 * @param tagname: list of names of tags, for logging purpose
613 size_t tag_datas_size, char** tagname, int num_tags);
  /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/bsd/unbound/dist/respip/
respip.c 345 respip_set_apply_cfg(struct respip_set* set, char* const* tagname, int num_tags,
355 set->tagname = tagname;
408 int ret = respip_set_apply_cfg(set, cfg->tagname, cfg->num_tags,
665 * @param tagname: array of tag names, used for logging
666 * @param num_tags: size of 'tagname', used for logging
677 char* const* tagname, int num_tags,
704 tag, (tag<num_tags?tagname[tag]:"null"));
959 ipset->tagname, ipset->num_tags);
1019 ipset->tagname, ipset->num_tags, &redirect_rrset
    [all...]
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/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/dtc/dist/
fdtdump.c 27 static const char *tagname(uint32_t tag) function
105 (uintptr_t)p - blob_off - 4, tag, tagname(tag));
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
ltmain.sh 126 tagname="$arg"
128 # Check whether tagname contains only valid characters
129 case $tagname in
131 echo "$progname: invalid tag name: $tagname" 1>&2
136 case $tagname in
142 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$0" > /dev/null; then
143 taglist="$taglist $tagname"
145 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`"
147 echo "$progname: ignoring unknown tag $tagname" 1>&
    [all...]
  /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/libbind/dist/
ltmain.sh 258 # If $tagname isn't set, then try to infer if the default "CC" tag applies
259 if test -z "$tagname"; then
262 $zp) tagname="CC"; break;;
267 if test -n "$available_tags" && test -z "$tagname"; then
303 tagname=$z
309 if test -z "$tagname"; then
314 $zp) tagname=$z; break;;
317 if test -n "$tagname"; then
324 # If $tagname still isn't set, then no tagged configuration
327 if test -z "$tagname"; the
    [all...]
  /src/crypto/external/bsd/netpgp/dist/buildaux/
ltmain.sh 258 # If $tagname still isn't set, then try to infer if the default
261 if test -z "$tagname"; then
271 tagname=$z
278 if test -n "$available_tags" && test -z "$tagname"; then
314 tagname=$z
318 # If $tagname still isn't set, then try to infer it by
330 tagname=$z
335 if test -n "$tagname"; then
341 # If $tagname still isn't set, then no tagged configuration
344 if test -z "$tagname"; the
    [all...]
  /src/external/bsd/iscsi/dist/buildaux/
ltmain.sh 258 # If $tagname still isn't set, then try to infer if the default
261 if test -z "$tagname"; then
271 tagname=$z
278 if test -n "$available_tags" && test -z "$tagname"; then
314 tagname=$z
318 # If $tagname still isn't set, then try to infer it by
330 tagname=$z
335 if test -n "$tagname"; then
341 # If $tagname still isn't set, then no tagged configuration
344 if test -z "$tagname"; the
    [all...]
  /src/external/gpl2/gettext/dist/build-aux/
ltmain.sh 229 if test -n "$available_tags" && test -z "$tagname"; then
265 tagname=$z
271 # If $tagname still isn't set, then no tagged configuration
274 if test -z "$tagname"; then
279 # $echo "$modename: using $tagname tagged configuration"
413 tagname="$arg"
416 # Check whether tagname contains only valid characters
417 case $tagname in
419 $echo "$progname: invalid tag name: $tagname" 1>&2
424 case $tagname i
    [all...]

Completed in 45 milliseconds

1 2 3 4