HomeSort by relevance Sort by last modified time
    Searched full:ctxbuf (Results 1 - 1 of 1) sorted by null

  /external/svox/pico/lib/
picodbg.c 99 static char ctxbuf[MAX_CONTEXT_LEN + 1]; variable
348 strcpy(ctxbuf, "*** ");
352 strcat(ctxbuf, "error" MSG_DELIM);
355 strcat(ctxbuf, "warn " MSG_DELIM);
358 strcat(ctxbuf, "info " MSG_DELIM);
361 strcat(ctxbuf, "debug" MSG_DELIM);
364 strcat(ctxbuf, "trace" MSG_DELIM);
378 strcat(ctxbuf, cb);
381 strcat(ctxbuf, cb);
383 strcat(ctxbuf, MSG_DELIM)
    [all...]

Completed in 758 milliseconds