Searched refs:tmprate (Results 1 – 1 of 1) sorted by relevance
1419 char tmprate[4]; in getProperty() local1420 sprintf(tmprate, "%d", picoProp_currRate); in getProperty()1421 if (*iosize < strlen(tmprate)+1) { in getProperty()1422 *iosize = strlen(tmprate) + 1; in getProperty()1425 strcpy(value, tmprate); in getProperty()