Searched refs:tagname (Results 1 - 25 of 82) sorted by path

1234

/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dconfigure8844 tagname=
12364 for tagname in $tagnames; do
12366 # Check whether tagname contains only valid characters
12367 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
12369 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
12370 echo "$as_me: error: invalid tag name: $tagname" >&2;}
12375 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
12377 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
12378 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
12383 if test -n "$tagname"; the
[all...]
H A Dltmain.sh229 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...]
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dasn1_print.c64 const char *tagname; local
80 tagname = der_get_tag_name(tag);
81 if (class == ASN1_C_UNIV && tagname != NULL)
82 printf ("%s = ", tagname);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/
H A Dltmain.sh915 for tagname in $taglist; do
916 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
941 # func_enable_tag tagname
948 tagname="$1"
950 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
951 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
954 # Validate tagname.
955 case $tagname in
957 func_fatal_error "invalid tag name: $tagname"
[all...]
/macosx-10.10/Heimdal-398.1.2/
H A Dltmain.sh628 for tagname in $taglist; do
629 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
654 # func_enable_tag tagname
661 tagname="$1"
663 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
664 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
667 # Validate tagname.
668 case $tagname in
670 func_fatal_error "invalid tag name: $tagname"
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnv_io.cpp325 static uint32_t getTagNumber(const char *tagname) { argument
329 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dltmain.sh249 # If $tagname isn't set, then try to infer if the default "CC" tag applies
250 if test -z "$tagname"; then
253 $zp) tagname="CC"; break;;
258 if test -n "$available_tags" && test -z "$tagname"; then
294 tagname=$z
300 if test -z "$tagname"; then
305 $zp) tagname=$z; break;;
308 if test -n "$tagname"; then
315 # If $tagname still isn't set, then no tagged configuration
318 if test -z "$tagname"; the
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/
H A Dconfigure8351 tagname=
11774 for tagname in $tagnames; do
11776 # Check whether tagname contains only valid characters
11777 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
11779 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
11780 echo "$as_me: error: invalid tag name: $tagname" >&2;}
11785 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
11787 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
11788 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
11793 if test -n "$tagname"; the
[all...]
H A Dlibtool595 # If $tagname isn't set, then try to infer if the default "CC" tag applies
596 if test -z "$tagname"; then
599 $zp) tagname="CC"; break;;
604 if test -n "$available_tags" && test -z "$tagname"; then
640 tagname=$z
646 if test -z "$tagname"; then
651 $zp) tagname=$z; break;;
654 if test -n "$tagname"; then
661 # If $tagname still isn't set, then no tagged configuration
664 if test -z "$tagname"; the
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/
H A Dconfigure7077 tagname=
10351 for tagname in $tagnames; do
10353 # Check whether tagname contains only valid characters
10354 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
10356 *) as_fn_error "invalid tag name: $tagname" "$LINENO" 5
10360 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
10362 as_fn_error "tag name \"$tagname\" already exists" "$LINENO" 5
10366 if test -n "$tagname"; then
10367 echo appending configuration tag \"$tagname\" to $ofile
10369 case $tagname i
[all...]
H A Dltmain.sh229 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...]
/macosx-10.10/OpenPAM-20/openpam/
H A Dconfigure6394 tagname=
9974 for tagname in $tagnames; do
9976 # Check whether tagname contains only valid characters
9977 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
9979 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
9980 echo "$as_me: error: invalid tag name: $tagname" >&2;}
9985 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
9987 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
9988 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
9993 if test -n "$tagname"; the
[all...]
H A Dltmain.sh252 # If $tagname isn't set, then try to infer if the default "CC" tag applies
253 if test -z "$tagname"; then
256 $zp) tagname="CC"; break;;
261 if test -n "$available_tags" && test -z "$tagname"; then
297 tagname=$z
303 if test -z "$tagname"; then
308 $zp) tagname=$z; break;;
311 if test -n "$tagname"; then
318 # If $tagname still isn't set, then no tagged configuration
321 if test -z "$tagname"; the
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Da_strex.c330 const char *tagname; local
331 tagname = ASN1_tag2str(type);
332 outlen += strlen(tagname);
333 if(!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1)) return -1;
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/
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...]
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/
H A Dltmain.sh776 for tagname in $taglist; do
777 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
802 # func_enable_tag tagname
809 tagname="$1"
811 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
812 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
815 # Validate tagname.
816 case $tagname in
818 func_fatal_error "invalid tag name: $tagname"
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DPublicDOMInterfaces.h120 - (DOMNodeList *)getElementsByTagName:(NSString *)tagname;
159 - (DOMNodeList *)getElementsByClassName:(NSString *)tagname WEBKIT_AVAILABLE_MAC(10_6);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.idl42 NodeList getElementsByTagName([Default=Undefined] optional DOMString tagname);
211 NodeList getElementsByClassName([Default=Undefined] optional DOMString tagname);
/macosx-10.10/apache-793/httpd/build/
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...]
/macosx-10.10/apache-793/httpd/modules/dav/main/
H A Dmod_dav.c364 err->namespace, err->tagname);
369 "<D:%s/>" DEBUG_CR, err->tagname);
591 while (stackerr != NULL && stackerr->tagname == NULL)
594 if (stackerr != NULL && stackerr->tagname != NULL)
H A Dmod_dav.h129 const char *tagname; /* name of error-tag */ member in struct:dav_error
145 ** Create a new error structure with tagname and (optional) namespace;
152 const char *tagname);
519 const char *tagname);
521 const char *tagname);
H A Dutil.c55 const char *tagname)
59 err->tagname = tagname;
314 /* validate that the root element uses a given DAV: tagname (TRUE==valid) */
316 const char *tagname)
320 strcmp(doc->root->name, tagname) == 0;
323 /* find and return the (unique) child with a given DAV: tagname */
325 const char *tagname)
330 if (child->ns == APR_XML_NS_DAV_ID && !strcmp(child->name, tagname))
51 dav_new_error_tag(apr_pool_t *p, int status, int error_id, apr_status_t aprerr, const char *desc, const char *namespace, const char *tagname) argument
315 dav_validate_root(const apr_xml_doc *doc, const char *tagname) argument
324 dav_find_child(const apr_xml_elem *elem, const char *tagname) argument
/macosx-10.10/apr-32/apr-util/apr-util/xml/expat/conftools/
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...]
/macosx-10.10/apr-32/apr/apr/build/
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...]
/macosx-10.10/bind9-45.101/bind9/
H A Dconfigure7390 tagname=
10655 for tagname in $tagnames; do
10657 # Check whether tagname contains only valid characters
10658 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
10660 *) as_fn_error $? "invalid tag name: $tagname" "$LINENO" 5
10664 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
10666 as_fn_error $? "tag name \"$tagname\" already exists" "$LINENO" 5
10670 if test -n "$tagname"; then
10671 echo appending configuration tag \"$tagname\" to $ofile
10673 case $tagname i
[all...]

Completed in 617 milliseconds

1234