Home
last modified time | relevance | path

Searched refs:tmpstr (Results 1 – 7 of 7) sorted by relevance

/external/svox/pico/lib/
Dpicodata.c974 picoos_char * tmpstr; in data_itemtype_to_string() local
977 tmpstr = (picoos_char *)"BOUND"; in data_itemtype_to_string()
980 tmpstr = (picoos_char *)"FRAME_PAR"; in data_itemtype_to_string()
983 tmpstr = (picoos_char *)"PHONE"; in data_itemtype_to_string()
986 tmpstr = (picoos_char *)"CMD"; in data_itemtype_to_string()
989 tmpstr = (picoos_char *)"ERR"; in data_itemtype_to_string()
992 tmpstr = (picoos_char *)"FRAME"; in data_itemtype_to_string()
995 tmpstr = (picoos_char *)"OTHER"; in data_itemtype_to_string()
998 tmpstr = (picoos_char *)"PUNC"; in data_itemtype_to_string()
1001 tmpstr = (picoos_char *)"SYLLPHON"; in data_itemtype_to_string()
[all …]
/external/curl/tests/
Dsshhelp.pm422 foreach my $tmpstr (qx($cmd 2>&1)) {
423 if($tmpstr =~ /OpenSSH[_-](\d+)\.(\d+)(\.(\d+))*/i) {
433 if($tmpstr =~ /Sun[_-]SSH[_-](\d+)\.(\d+)(\.(\d+))*/i) {
443 $error .= $tmpstr;
Dsshserver.pl134 my $tmpstr = $ARGV[1];
135 if($tmpstr =~ /^(\d\d?\d?)\.(\d\d?\d?)\.(\d\d?\d?)\.(\d\d?\d?)$/) {
140 $listenaddr = $tmpstr;
Dftpserver.pl2922 my $tmpstr = $ARGV[1];
2923 if($tmpstr =~ /^(\d\d?\d?)\.(\d\d?\d?)\.(\d\d?\d?)\.(\d\d?\d?)$/) {
2927 $listenaddr = $tmpstr;
/external/clang/test/SemaObjCXX/
Dreferences.mm34 void f4(NSString &tmpstr) {
35 f3(&tmpstr);
/external/iproute2/lib/
Dutils.c867 char tmpstr[3]; in hexstring_a2n() local
869 strncpy(tmpstr, str, 2); in hexstring_a2n()
870 tmpstr[2] = '\0'; in hexstring_a2n()
871 tmp = strtoul(tmpstr, &endptr, 16); in hexstring_a2n()
/external/libxml2/
Dtree.c6517 xmlChar *elemQName, *tmpstr = NULL; in xmlGetPropNodeInternal() local
6523 tmpstr = xmlStrdup(node->ns->prefix); in xmlGetPropNodeInternal()
6524 tmpstr = xmlStrcat(tmpstr, BAD_CAST ":"); in xmlGetPropNodeInternal()
6525 tmpstr = xmlStrcat(tmpstr, node->name); in xmlGetPropNodeInternal()
6526 if (tmpstr == NULL) in xmlGetPropNodeInternal()
6528 elemQName = tmpstr; in xmlGetPropNodeInternal()
6550 if (tmpstr != NULL) in xmlGetPropNodeInternal()
6551 xmlFree(tmpstr); in xmlGetPropNodeInternal()
6572 if (tmpstr != NULL) in xmlGetPropNodeInternal()
6573 xmlFree(tmpstr); in xmlGetPropNodeInternal()