Searched refs:tmppitch (Results 1 – 1 of 1) sorted by relevance
1428 char tmppitch[4]; in getProperty() local1429 sprintf(tmppitch, "%d", picoProp_currPitch); in getProperty()1430 if (*iosize < strlen(tmppitch)+1) { in getProperty()1431 *iosize = strlen(tmppitch) + 1; in getProperty()1434 strcpy(value, tmppitch); in getProperty()