Searched refs:dbg_buf (Results 1 – 2 of 2) sorted by relevance
1252 mtcp->dbg_buf[0] = '\0'; in mtcp_set_debug_string()1257 i = vsnprintf(mtcp->dbg_buf, DBG_BUF_LEN - 1, fmt, args); in mtcp_set_debug_string()1281 copylen = MIN(strlen(mtcp->dbg_buf), len); in mtcp_get_debug_string()1282 strncpy(buf, mtcp->dbg_buf, copylen); in mtcp_get_debug_string()
292 char dbg_buf[DBG_BUF_LEN]; member