HomeSort by relevance Sort by last modified time
    Searched refs:tag_str (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-pppoe.c 161 char tag_str[MAXTAGPRINT]; local
168 tag_str[tag_str_len++] = *v;
171 tag_str[tag_str_len++] = '.';
174 tag_str[tag_str_len] = 0;
181 tag_str);
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 189 #define OMX_DBG_INITALL(dbg, tag_str, file) \
202 if (!strncmp(ptr, tag_str, strlen(tag_str))) { \
203 ptr += strlen(tag_str); \
237 #define OMX_DBG_INIT(dbg, tag_str) OMX_DBG_INITALL(dbg, tag_str, 1)
238 #define OMX_DBG_INIT_MASK(dbg, tag_str) OMX_DBG_INITALL(dbg, tag_str, 0)

Completed in 59 milliseconds