Searched refs:ctxbuf (Results 1 – 1 of 1) sorted by relevance
99 static char ctxbuf[MAX_CONTEXT_LEN + 1]; variable348 strcpy(ctxbuf, "*** "); in picodbg_log()352 strcat(ctxbuf, "error" MSG_DELIM); in picodbg_log()355 strcat(ctxbuf, "warn " MSG_DELIM); in picodbg_log()358 strcat(ctxbuf, "info " MSG_DELIM); in picodbg_log()361 strcat(ctxbuf, "debug" MSG_DELIM); in picodbg_log()364 strcat(ctxbuf, "trace" MSG_DELIM); in picodbg_log()378 strcat(ctxbuf, cb); in picodbg_log()381 strcat(ctxbuf, cb); in picodbg_log()383 strcat(ctxbuf, MSG_DELIM); in picodbg_log()[all …]