Searched refs:tagname (Results 1 - 25 of 26) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dnested-2.c6 char tagname[10]; local
7 char *a = tagname;
11 return (a == tagname + 4);
14 if (a == tagname)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr44295.C145 DOMNodeList* getElementsByTagName(const XMLCh * tagname) const;
157 DOMNodeList *DOMDocumentImpl::getElementsByTagName(const XMLCh *tagname) const {
158 return ((DOMDocumentImpl*)this)->getDeepNodeList(this,tagname);
/haiku-buildtools/legacy/binutils/
H A Dltconfig213 tagname=
377 --add-tag) prev=tagname ;;
378 --add-tag=*) tagname="$optarg" ;;
425 if test -n "$tagname"; then
426 # Check whether tagname contains only valid characters
427 case `$echo "X$tagname" | $Xsed -e 's/[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]//g'` in
430 echo "$progname: invalid tag name: $tagname" 1>&2
435 if grep "^### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$ofile" > /dev/null; then
436 echo "$progname: tag name $tagname already exists" 1>&2
631 # Source the script associated with the $tagname ta
[all...]
H A Dltmain.sh130 tagname="$arg"
132 # Check whether tagname contains only valid characters
133 case $tagname in
135 echo "$progname: invalid tag name: $tagname" 1>&2
140 case $tagname in
144 taglist="$taglist $tagname"
147 if grep "^### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$0" > /dev/null; then
148 taglist="$taglist $tagname"
150 eval "`sed -n -e '/^### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^### END LIBTOOL TAG CONFIG: '$tagname'
[all...]
/haiku-buildtools/libtool/libltdl/
H A Dltmain.sh191 if test -n "$available_tags" && test -z "$tagname"; then
227 tagname=$z
233 # If $tagname still isn't set, then no tagged configuration
236 if test -z "$tagname"; then
241 # $echo "$modename: using $tagname tagged configuration"
373 tagname="$arg"
376 # Check whether tagname contains only valid characters
377 case $tagname in
379 $echo "$progname: invalid tag name: $tagname" 1>&2
384 case $tagname i
[all...]
/haiku-buildtools/libtool/
H A Dltmain.sh191 if test -n "$available_tags" && test -z "$tagname"; then
227 tagname=$z
233 # If $tagname still isn't set, then no tagged configuration
236 if test -z "$tagname"; then
241 # $echo "$modename: using $tagname tagged configuration"
373 tagname="$arg"
376 # Check whether tagname contains only valid characters
377 case $tagname in
379 $echo "$progname: invalid tag name: $tagname" 1>&2
384 case $tagname i
[all...]
H A Dconfigure6755 tagname=
10237 for tagname in $tagnames; do
10239 # Check whether tagname contains only valid characters
10240 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
10242 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
10243 echo "$as_me: error: invalid tag name: $tagname" >&2;}
10248 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
10250 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
10251 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
10256 if test -n "$tagname"; the
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dstabs.c2008 const char *tagname, const char **pp,
2028 || ! parse_stab_members (dhandle, info, tagname, pp, typenums, &methods)
2499 const char *tagname, const char **pp,
2750 tagname, return_type, argtypes,
2817 const char *tagname, debug_type return_type,
2838 || (tagname != NULL
2839 && strcmp (fieldname, tagname) == 0));
2857 len = tagname == NULL ? 0 : strlen (tagname);
2863 else if (tagname !
2007 parse_stab_struct_type(void *dhandle, struct stab_handle *info, const char *tagname, const char **pp, bfd_boolean structp, const int *typenums) argument
2498 parse_stab_members(void *dhandle, struct stab_handle *info, const char *tagname, const char **pp, const int *typenums, debug_method **retp) argument
2815 parse_stab_argtypes(void *dhandle, struct stab_handle *info, debug_type class_type, const char *fieldname, const char *tagname, debug_type return_type, const char *argtypes, bfd_boolean constp, bfd_boolean volatilep, const char **pphysname) argument
[all...]
/haiku-buildtools/binutils/binutils/
H A Dstabs.c2027 const char *tagname, const char **pp,
2044 || ! parse_stab_members (dhandle, info, tagname, pp, typenums, &methods)
2530 const char *tagname, const char **pp,
2781 tagname, return_type, argtypes,
2857 const char *tagname, debug_type return_type,
2878 || (tagname != NULL
2879 && strcmp (fieldname, tagname) == 0));
2895 len = tagname == NULL ? 0 : strlen (tagname);
2901 else if (tagname !
2026 parse_stab_struct_type(void *dhandle, struct stab_handle *info, const char *tagname, const char **pp, bfd_boolean structp, const int *typenums) argument
2529 parse_stab_members(void *dhandle, struct stab_handle *info, const char *tagname, const char **pp, const int *typenums, debug_method **retp) argument
2855 parse_stab_argtypes(void *dhandle, struct stab_handle *info, debug_type class_type, const char *fieldname, const char *tagname, debug_type return_type, const char *argtypes, bfd_boolean constp, bfd_boolean volatilep, const char **pphysname) argument
[all...]
/haiku-buildtools/cloog/osl/autoconf/
H A Dltmain.sh911 for tagname in $taglist; do
912 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
937 # func_enable_tag tagname
944 tagname="$1"
946 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
947 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
950 # Validate tagname.
951 case $tagname in
953 func_fatal_error "invalid tag name: $tagname"
[all...]
/haiku-buildtools/cloog/autoconf/
H A Dltmain.sh911 for tagname in $taglist; do
912 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
937 # func_enable_tag tagname
944 tagname="$1"
946 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
947 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
950 # Validate tagname.
951 case $tagname in
953 func_fatal_error "invalid tag name: $tagname"
[all...]
/haiku-buildtools/gcc/gmp/
H A Dltmain.sh911 for tagname in $taglist; do
912 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
937 # func_enable_tag tagname
944 tagname="$1"
946 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
947 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
950 # Validate tagname.
951 case $tagname in
953 func_fatal_error "invalid tag name: $tagname"
[all...]
/haiku-buildtools/gcc/mpc/
H A Dltmain.sh911 for tagname in $taglist; do
912 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
937 # func_enable_tag tagname
944 tagname="$1"
946 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
947 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
950 # Validate tagname.
951 case $tagname in
953 func_fatal_error "invalid tag name: $tagname"
[all...]
/haiku-buildtools/gcc/mpfr/
H A Dltmain.sh911 for tagname in $taglist; do
912 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
937 # func_enable_tag tagname
944 tagname="$1"
946 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
947 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
950 # Validate tagname.
951 case $tagname in
953 func_fatal_error "invalid tag name: $tagname"
[all...]
/haiku-buildtools/isl/
H A Dltmain.sh2044 for tagname in $taglist; do
2045 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
2081 tagname=$1
2083 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
2084 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
2087 # Validate tagname.
2088 case $tagname in
2090 func_fatal_error "invalid tag name: $tagname"
2096 case $tagname i
[all...]
/haiku-buildtools/binutils/
H A Dltmain.sh786 for tagname in $taglist; do
787 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
812 # func_enable_tag tagname
819 tagname="$1"
821 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
822 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
825 # Validate tagname.
826 case $tagname in
828 func_fatal_error "invalid tag name: $tagname"
[all...]
/haiku-buildtools/gcc/
H A Dltmain.sh786 for tagname in $taglist; do
787 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
812 # func_enable_tag tagname
819 tagname="$1"
821 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
822 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
825 # Validate tagname.
826 case $tagname in
828 func_fatal_error "invalid tag name: $tagname"
[all...]
/haiku-buildtools/libtool/cdemo/
H A Dconfigure6222 tagname=
9704 for tagname in $tagnames; do
9706 # Check whether tagname contains only valid characters
9707 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
9709 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
9710 echo "$as_me: error: invalid tag name: $tagname" >&2;}
9715 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
9717 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
9718 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
9723 if test -n "$tagname"; the
[all...]
/haiku-buildtools/libtool/demo/
H A Dconfigure6575 tagname=
10057 for tagname in $tagnames; do
10059 # Check whether tagname contains only valid characters
10060 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
10062 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
10063 echo "$as_me: error: invalid tag name: $tagname" >&2;}
10068 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
10070 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
10071 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
10076 if test -n "$tagname"; the
[all...]
/haiku-buildtools/libtool/depdemo/
H A Dconfigure6465 tagname=
9947 for tagname in $tagnames; do
9949 # Check whether tagname contains only valid characters
9950 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
9952 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
9953 echo "$as_me: error: invalid tag name: $tagname" >&2;}
9958 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
9960 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
9961 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
9966 if test -n "$tagname"; the
[all...]
/haiku-buildtools/libtool/f77demo/
H A Dconfigure7108 tagname=
10662 for tagname in $tagnames; do
10664 # Check whether tagname contains only valid characters
10665 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
10667 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
10668 echo "$as_me: error: invalid tag name: $tagname" >&2;}
10673 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
10675 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
10676 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
10681 if test -n "$tagname"; the
[all...]
/haiku-buildtools/libtool/mdemo/
H A Dconfigure6590 tagname=
10072 for tagname in $tagnames; do
10074 # Check whether tagname contains only valid characters
10075 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
10077 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
10078 echo "$as_me: error: invalid tag name: $tagname" >&2;}
10083 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
10085 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
10086 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
10091 if test -n "$tagname"; the
[all...]
/haiku-buildtools/libtool/mdemo2/
H A Dconfigure6331 tagname=
9813 for tagname in $tagnames; do
9815 # Check whether tagname contains only valid characters
9816 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
9818 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
9819 echo "$as_me: error: invalid tag name: $tagname" >&2;}
9824 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
9826 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
9827 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
9832 if test -n "$tagname"; the
[all...]
/haiku-buildtools/libtool/pdemo/
H A Dconfigure6331 tagname=
9813 for tagname in $tagnames; do
9815 # Check whether tagname contains only valid characters
9816 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
9818 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
9819 echo "$as_me: error: invalid tag name: $tagname" >&2;}
9824 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
9826 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
9827 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
9832 if test -n "$tagname"; the
[all...]
/haiku-buildtools/libtool/tagdemo/
H A Dconfigure6601 tagname=
10083 for tagname in $tagnames; do
10085 # Check whether tagname contains only valid characters
10086 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
10088 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
10089 echo "$as_me: error: invalid tag name: $tagname" >&2;}
10094 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
10096 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
10097 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
10102 if test -n "$tagname"; the
[all...]

Completed in 462 milliseconds

12