Searched refs:emit_buf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/efcode/engine/
H A Dlog.c68 static char emit_buf[LOG_EMIT_BUFSIZE]; local
69 static char *emit_p = emit_buf;
86 if (emit_p >= &emit_buf[LOG_EMIT_BUFSIZE - 1]) {
88 log_message(MSG_EMIT, "emit: %s\n", emit_buf);
89 emit_p = emit_buf;
100 log_message(MSG_EMIT, "emit: %s\n", emit_buf);
101 emit_p = emit_buf;

Completed in 19 milliseconds