HomeSort by: relevance | last modified time | path
    Searched defs:ascii_msg (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/syslogd/
syslogd.c 2067 char *ascii_msg = ascii_empty; local in function:format_buffer
2144 ascii_msg = copy_utf8_ascii(buffer->msg,
2147 ascii_msg = buffer->msg;
2155 (buffer->sd && buffer->msg ? " ": ""), ascii_msg);
2183 (buffer->sd && buffer->msg ? " ": ""), ascii_msg);
2200 if (ascii_msg != ascii_empty && ascii_msg != buffer->msg)
2201 FREEPTR(ascii_msg);

Completed in 13 milliseconds