| /netbsd/src/external/gpl3/gdb/dist/gdb/contrib/ari/ |
| D | 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
|
| /netbsd/src/external/bsd/wpa/dist/src/wps/ |
| D | upnp_xml.c | 194 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/ |
| D | tag.c | 227 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()
|
| D | tag.h | 21 char *tagname; member
|
| D | main.c | 497 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/ |
| D | filter.c | 71 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()
|
| D | ftp-proxy.c | 128 *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/ |
| D | asn1_print.c | 66 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/ |
| D | toollib.c | 648 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/ |
| D | a_strex.c | 348 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/ |
| D | elf32-arc.c | 593 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/ |
| D | elf32-arc.c | 593 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/ |
| D | ltmain.sh | 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 327 if test -z "$tagname"; then 476 tagname="$arg" 480 case $tagname in [all …]
|
| /netbsd/src/external/bsd/iscsi/dist/buildaux/ |
| D | ltmain.sh | 261 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/ |
| D | ltmain.sh | 261 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/ |
| D | stabs.c | 2125 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/ |
| D | ltmain.sh | 2398 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/ |
| D | ltmain.sh | 628 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/ |
| D | ltmain.sh | 786 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/ |
| D | ltmain.sh | 911 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/ |
| D | ltmain.sh | 628 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/ |
| D | ltmain.sh | 786 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/ |
| D | ltmain.sh | 786 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/ |
| D | py-type.c | 386 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/ |
| D | ltmain.sh | 2145 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 …]
|