Searched refs:repl_message (Results 1 – 2 of 2) sorted by relevance
29 static char repl_message[REPL_OUTBUF_SIZE] = {0}; variable61 memset(repl_message, 0, REPL_OUTBUF_SIZE); in repl_printf()67 strncpy(repl_message, g_repl_tag, len); in repl_printf()71 pos = repl_message + sz; in repl_printf()81 len = strlen(repl_message); in repl_printf()83 repl_putstr(repl_message); in repl_printf()84 if(repl_message[len-1] == '\n') { in repl_printf()
50 static char repl_message[REPL_OUTBUF_SIZE] = {0}; variable86 memset(repl_message, 0, REPL_OUTBUF_SIZE); in repl_printf()92 strncpy(repl_message, g_repl_tag, len); in repl_printf()96 pos = repl_message + sz; in repl_printf()106 repl_putstr(repl_message); in repl_printf()
Completed in 3 milliseconds