Lines Matching full:tmppitch
1410 char tmppitch[4];1411 sprintf(tmppitch, "%d", picoProp_currPitch);1412 if (*iosize < strlen(tmppitch)+1) {1413 *iosize = strlen(tmppitch) + 1;1416 strcpy(value, tmppitch);