Home
last modified time | relevance | path

Searched refs:tagname (Results 1 – 25 of 60) sorted by relevance

123

/netbsd/src/external/gpl3/gdb/dist/gdb/contrib/ari/
Dcreate-web-ari-in-src.sh57 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
/netbsd/src/external/bsd/wpa/dist/src/wps/
Dupnp_xml.c194 const char *tag, *tagname, *end; in xml_get_first_item() local
203 if (xml_next_tag(doc, &tag, &tagname, &end)) in xml_get_first_item()
206 if (!os_strncasecmp(tagname, match, match_len) && in xml_get_first_item()
208 (tagname[match_len] == '>' || in xml_get_first_item()
209 !isgraph(tagname[match_len]))) { in xml_get_first_item()
/netbsd/src/external/bsd/mdocml/dist/
Dtag.c227 if (tag_files.tagname != NULL && ohash_find(&tag_data, in tag_write()
228 ohash_qlookup(&tag_data, tag_files.tagname)) == NULL) { in tag_write()
229 warnx("%s: no such tag", tag_files.tagname); in tag_write()
230 tag_files.tagname = NULL; in tag_write()
Dtag.h21 char *tagname; member
Dmain.c497 tag_files->tagname = conf.output.tag; in main()
535 tag_files->tagname = conf.output.tag; in main()
1206 if (tag_files->tagname != NULL) { in spawn_pager()
1208 argv[argc++] = tag_files->tagname; in spawn_pager()
/netbsd/src/dist/pf/usr.sbin/ftp-proxy/
Dfilter.c71 static char *qname, *tagname; variable
198 tagname = opt_tagname; in init_filter()
311 if (tagname != NULL) in prepare_rule()
312 strlcpy(pfr.rule.tagname, tagname, sizeof pfr.rule.tagname); in prepare_rule()
Dftp-proxy.c128 *qname, *tagname; variable
632 tagname = NULL; in main()
705 tagname = optarg; in main()
787 fops->init_filter(qname, tagname, verbose); in main()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
Dasn1_print.c66 const char *tagname; in loop() local
82 tagname = der_get_tag_name(tag); in loop()
83 if (class == ASN1_C_UNIV && tagname != NULL) in loop()
84 printf ("%s = ", tagname); in loop()
/netbsd/src/external/gpl2/lvm2/dist/tools/
Dtoollib.c648 char *tagname; in process_each_pv() local
662 tagname = argv[opt] + 1; in process_each_pv()
664 if (!validate_name(tagname)) { in process_each_pv()
666 tagname); in process_each_pv()
673 tagname))) { in process_each_pv()
1058 char *colon, *tagname; in create_pv_list() local
1073 tagname = argv[i] + 1; in create_pv_list()
1074 if (!validate_name(tagname)) { in create_pv_list()
1075 log_error("Skipping invalid tag %s", tagname); in create_pv_list()
1080 tagname)) { in create_pv_list()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/
Da_strex.c348 const char *tagname; in do_print_ex() local
350 tagname = ASN1_tag2str(type); in do_print_ex()
352 outlen += (int)strlen(tagname); in do_print_ex()
353 if (!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1)) in do_print_ex()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-arc.c593 char *tagname = NULL; in arc_elf_merge_attributes() local
769 tagname = "PIC"; in arc_elf_merge_attributes()
772 if (!tagname) in arc_elf_merge_attributes()
773 tagname = "SDA"; in arc_elf_merge_attributes()
779 if (!tagname) in arc_elf_merge_attributes()
780 tagname = "TLS"; in arc_elf_merge_attributes()
791 obfd, tagname, in arc_elf_merge_attributes()
796 tagname = NULL; in arc_elf_merge_attributes()
801 tagname = "Double size"; in arc_elf_merge_attributes()
804 if (!tagname) in arc_elf_merge_attributes()
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-arc.c593 char *tagname = NULL; in arc_elf_merge_attributes() local
769 tagname = "PIC"; in arc_elf_merge_attributes()
772 if (!tagname) in arc_elf_merge_attributes()
773 tagname = "SDA"; in arc_elf_merge_attributes()
779 if (!tagname) in arc_elf_merge_attributes()
780 tagname = "TLS"; in arc_elf_merge_attributes()
791 obfd, tagname, in arc_elf_merge_attributes()
796 tagname = NULL; in arc_elf_merge_attributes()
801 tagname = "Double size"; in arc_elf_merge_attributes()
804 if (!tagname) in arc_elf_merge_attributes()
[all …]
/netbsd/src/external/bsd/libbind/dist/
Dltmain.sh259 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
327 if test -z "$tagname"; then
476 tagname="$arg"
480 case $tagname in
[all …]
/netbsd/src/external/bsd/iscsi/dist/buildaux/
Dltmain.sh261 if test -z "$tagname"; then
271 tagname=$z
278 if test -n "$available_tags" && test -z "$tagname"; then
314 tagname=$z
330 tagname=$z
335 if test -n "$tagname"; then
344 if test -z "$tagname"; then
493 tagname="$arg"
497 case $tagname in
499 $echo "$progname: invalid tag name: $tagname" 1>&2
[all …]
/netbsd/src/crypto/external/bsd/netpgp/dist/buildaux/
Dltmain.sh261 if test -z "$tagname"; then
271 tagname=$z
278 if test -n "$available_tags" && test -z "$tagname"; then
314 tagname=$z
330 tagname=$z
335 if test -n "$tagname"; then
344 if test -z "$tagname"; then
493 tagname="$arg"
497 case $tagname in
499 $ECHO "$progname: invalid tag name: $tagname" 1>&2
[all …]
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dstabs.c2125 const char *tagname, in parse_stab_struct_type() argument
2145 || ! parse_stab_members (dhandle, info, tagname, pp, typenums, &methods, p_end) in parse_stab_struct_type()
2665 const char * tagname, in parse_stab_members() argument
2924 tagname, return_type, argtypes, in parse_stab_members()
3002 const char *tagname, debug_type return_type, in parse_stab_argtypes() argument
3023 || (tagname != NULL in parse_stab_argtypes()
3024 && strcmp (fieldname, tagname) == 0)); in parse_stab_argtypes()
3040 len = tagname == NULL ? 0 : strlen (tagname); in parse_stab_argtypes()
3046 else if (tagname != NULL && strchr (tagname, '<') != NULL) in parse_stab_argtypes()
3050 tagname = NULL; in parse_stab_argtypes()
[all …]
/netbsd/src/external/mit/expat/dist/conftools/
Dltmain.sh2398 for tagname in $taglist; do
2399 … $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
2435 tagname=$1
2437 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
2438 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
2442 case $tagname in
2444 func_fatal_error "invalid tag name: $tagname"
2450 case $tagname in
2454 taglist="$taglist $tagname"
2463 func_error "ignoring unknown tag $tagname"
[all …]
/netbsd/src/crypto/external/cpl/trousers/dist/
Dltmain.sh628 for tagname in $taglist; do
629 … $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
661 tagname="$1"
663 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
664 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
668 case $tagname in
670 func_fatal_error "invalid tag name: $tagname"
676 case $tagname in
680 taglist="$taglist $tagname"
689 func_error "ignoring unknown tag $tagname"
[all …]
/netbsd/src/external/gpl3/gcc/dist/
Dltmain.sh786 for tagname in $taglist; do
787 … $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
819 tagname="$1"
821 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
822 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
826 case $tagname in
828 func_fatal_error "invalid tag name: $tagname"
834 case $tagname in
838 taglist="$taglist $tagname"
847 func_error "ignoring unknown tag $tagname"
[all …]
/netbsd/src/external/bsd/am-utils/dist/
Dltmain.sh911 for tagname in $taglist; do
912 … $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
944 tagname="$1"
946 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
947 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
951 case $tagname in
953 func_fatal_error "invalid tag name: $tagname"
959 case $tagname in
963 taglist="$taglist $tagname"
972 func_error "ignoring unknown tag $tagname"
[all …]
/netbsd/src/crypto/external/cpl/tpm-tools/dist/
Dltmain.sh628 for tagname in $taglist; do
629 … $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
661 tagname="$1"
663 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
664 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
668 case $tagname in
670 func_fatal_error "invalid tag name: $tagname"
676 case $tagname in
680 taglist="$taglist $tagname"
689 func_error "ignoring unknown tag $tagname"
[all …]
/netbsd/src/external/gpl3/gdb/dist/
Dltmain.sh786 for tagname in $taglist; do
787 … $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
819 tagname="$1"
821 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
822 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
826 case $tagname in
828 func_fatal_error "invalid tag name: $tagname"
834 case $tagname in
838 taglist="$taglist $tagname"
847 func_error "ignoring unknown tag $tagname"
[all …]
/netbsd/src/external/gpl3/binutils/dist/
Dltmain.sh786 for tagname in $taglist; do
787 … $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
819 tagname="$1"
821 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
822 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
826 case $tagname in
828 func_fatal_error "invalid tag name: $tagname"
834 case $tagname in
838 taglist="$taglist $tagname"
847 func_error "ignoring unknown tag $tagname"
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-type.c386 const char *tagname = nullptr; in typy_get_tag() local
391 tagname = type->name (); in typy_get_tag()
393 if (tagname == nullptr) in typy_get_tag()
395 return PyUnicode_FromString (tagname); in typy_get_tag()
/netbsd/src/external/lgpl3/mpc/dist/
Dltmain.sh2145 for tagname in $taglist; do
2146 … $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
2182 tagname=$1
2184 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
2185 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
2189 case $tagname in
2191 func_fatal_error "invalid tag name: $tagname"
2197 case $tagname in
2201 taglist="$taglist $tagname"
2210 func_error "ignoring unknown tag $tagname"
[all …]

123