Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c174 #define GET_NUM(pCh, u32x) \ argument
175 if(strncmp(pCh, "0x", 2) == 0) \
176 {sscanf(pCh, "%x", (unsigned int*)&u32x);}else \
177 {sscanf(pCh, "%d", (unsigned int*)&u32x);}
485 char *pCh; in _DMX_DBG_Log() local
588 pCh = strstr(_u8Tmp, DMX_DBG_LOG_OPT_PID); in _DMX_DBG_Log()
589 if(pCh && strtok(pCh+2, " ")) in _DMX_DBG_Log()
592 pCh+=2; in _DMX_DBG_Log()
593 pCh = strtok(pCh, "-\n"); in _DMX_DBG_Log()
594 pCh = strtok(pCh, " ,"); in _DMX_DBG_Log()
[all …]