Searched refs:inpPtr (Results 1 – 1 of 1) sorted by relevance
78 int inpPtr = 0; in sox_datread() local106 sscanf(inpstr," %*s%n", &inpPtr); in sox_datread()109 retc = sscanf(&inpstr[inpPtr]," %lg%n", &sampval, &inpPtrInc); in sox_datread()110 inpPtr += inpPtrInc; in sox_datread()