Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c181 strncpy(_u8Tmp, _pCh_, 128); \
182 char* _pc_ = strstr(_u8Tmp, _id_); \
194 strncpy(_u8Tmp, _pCh_, 128); \
195 char* _pc_ = strstr(_u8Tmp, _id_); \
210 strncpy(_u8Tmp, _pCh_, 128); \
211 char* _pc_ = strstr(_u8Tmp, _id_); \
425 static char _u8Tmp[128]; variable
587 strncpy(_u8Tmp, param1, 128); in _DMX_DBG_Log()
588 pCh = strstr(_u8Tmp, DMX_DBG_LOG_OPT_PID); in _DMX_DBG_Log()