Searched refs:tmprate (Results 1 – 1 of 1) sorted by relevance
1414 char tmprate[4]; in getProperty() local1415 sprintf(tmprate, "%d", picoProp_currRate); in getProperty()1416 if (*iosize < strlen(tmprate)+1) { in getProperty()1417 *iosize = strlen(tmprate) + 1; in getProperty()1420 strcpy(value, tmprate); in getProperty()