Searched refs:pstr (Results 1 – 2 of 2) sorted by relevance
1403 char *pstr; in readtoken1() local1455 pstr = grabstackstr(pout); in readtoken1()1456 setinputstring(pstr, 1); in readtoken1()
4221 char *pstr = (char *)parm[0].value; in CuCmd_FwDebug() local4232 pstr = SkipSpaces(pstr); in CuCmd_FwDebug()4233 while(*pstr) { in CuCmd_FwDebug()4234 *pbuf++ = ti_strtoul(pstr, &pstr, 0); in CuCmd_FwDebug()4235 pstr = SkipSpaces(pstr); in CuCmd_FwDebug()