Searched refs:tmpvol (Results 1 – 1 of 1) sorted by relevance
1437 char tmpvol[4]; in getProperty() local1438 sprintf(tmpvol, "%d", picoProp_currVolume); in getProperty()1439 if (*iosize < strlen(tmpvol)+1) { in getProperty()1440 *iosize = strlen(tmpvol) + 1; in getProperty()1443 strcpy(value, tmpvol); in getProperty()