Searched refs:tmppitch (Results 1 – 1 of 1) sorted by relevance
1423 char tmppitch[4]; in getProperty() local1424 sprintf(tmppitch, "%d", picoProp_currPitch); in getProperty()1425 if (*iosize < strlen(tmppitch)+1) { in getProperty()1426 *iosize = strlen(tmppitch) + 1; in getProperty()1429 strcpy(value, tmppitch); in getProperty()