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

/external/e2fsprogs/lib/blkid/
H A Dresolve.c25 * Find a tagname (e.g. LABEL or UUID) on a specific device.
27 char *blkid_get_tag_value(blkid_cache cache, const char *tagname, argument
35 DBG(DEBUG_RESOLVE, printf("looking for %s on %s\n", tagname, devname));
46 (found = blkid_find_tag_dev(dev, tagname)))
118 fprintf(stderr, "Usage:\t%s tagname=value\n"
119 "\t%s tagname devname\n"
H A Dblkid.h83 extern char *blkid_get_tag_value(blkid_cache cache, const char *tagname,
/external/libffi/
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.sh247 if test -n "$available_tags" && test -z "$tagname"; then
283 tagname=$z
289 # If $tagname still isn't set, then no tagged configuration
292 if test -z "$tagname"; then
297 # $echo "$modename: using $tagname tagged configuration"
441 tagname="$arg"
444 # Check whether tagname contains only valid characters
445 case $tagname in
447 $echo "$progname: invalid tag name: $tagname" 1>&2
452 case $tagname i
[all...]
H A Dconfigure7364 tagname=
10946 for tagname in $tagnames; do
10948 # Check whether tagname contains only valid characters
10949 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
10951 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
10952 echo "$as_me: error: invalid tag name: $tagname" >&2;}
10957 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
10959 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
10960 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
10965 if test -n "$tagname"; the
[all...]
/external/openssl/crypto/asn1/
H A Da_strex.c323 const char *tagname; local
324 tagname = ASN1_tag2str(type);
325 outlen += strlen(tagname);
326 if(!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1)) return -1;
/external/dbus/
H A Dltmain.sh239 if test -n "$available_tags" && test -z "$tagname"; then
275 tagname=$z
281 # If $tagname still isn't set, then no tagged configuration
284 if test -z "$tagname"; then
289 # $echo "$modename: using $tagname tagged configuration"
433 tagname="$arg"
436 # Check whether tagname contains only valid characters
437 case $tagname in
439 $echo "$progname: invalid tag name: $tagname" 1>&2
444 case $tagname i
[all...]
H A Dconfigure6876 tagname=
10453 for tagname in $tagnames; do
10455 # Check whether tagname contains only valid characters
10456 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
10458 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
10459 echo "$as_me: error: invalid tag name: $tagname" >&2;}
10464 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
10466 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
10467 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
10472 if test -n "$tagname"; the
[all...]
/external/expat/conftools/
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...]
/external/webkit/WebCore/dom/
H A DDocument.idl49 NodeList getElementsByTagName(in DOMString tagname);
227 NodeList getElementsByClassName(in DOMString tagname);
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c240 char *tagname; local
251 if (xml_next_tag(doc, &tag, &tagname, &end))
254 if (!os_strncasecmp(tagname, match, match_len) &&
256 (tagname[match_len] == '>' ||
257 !isgraph(tagname[match_len]))) {
/external/libpng/
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...]
/external/icu4c/common/
H A Ducnv_io.c339 static uint32_t getTagNumber(const char *tagname) { argument
343 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
/external/expat/
H A Dconfigure6287 tagname=
9844 for tagname in $tagnames; do
9846 # Check whether tagname contains only valid characters
9847 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
9849 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
9850 echo "$as_me: error: invalid tag name: $tagname" >&2;}
9855 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
9857 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
9858 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
9863 if test -n "$tagname"; the
[all...]
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h115 - (DOMNodeList *)getElementsByTagName:(NSString *)tagname;
156 - (DOMNodeList *)getElementsByClassName:(NSString *)tagname AVAILABLE_IN_WEBKIT_VERSION_4_0;

Completed in 267 milliseconds