Lines Matching full:tmppitch
1423 char tmppitch[4];1424 sprintf(tmppitch, "%d", picoProp_currPitch);1425 if (*iosize < strlen(tmppitch)+1) {1426 *iosize = strlen(tmppitch) + 1;1429 strcpy(value, tmppitch);