Home
last modified time | relevance | path

Searched refs:pstr (Results 1 – 2 of 2) sorted by relevance

/system/core/sh/
Dparser.c1403 char *pstr; in readtoken1() local
1455 pstr = grabstackstr(pout); in readtoken1()
1456 setinputstring(pstr, 1); in readtoken1()
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
Dcu_cmd.c4221 char *pstr = (char *)parm[0].value; in CuCmd_FwDebug() local
4232 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()