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

  /src/usr.sbin/syslogd/
syslogd.c 2063 static char ascii_empty[] = ""; local in function:format_buffer
2066 char *ascii_sd = ascii_empty;
2067 char *ascii_msg = ascii_empty;
2198 if (ascii_sd != ascii_empty)
2200 if (ascii_msg != ascii_empty && ascii_msg != buffer->msg)
syslogd.c 2063 static char ascii_empty[] = ""; local in function:format_buffer
2066 char *ascii_sd = ascii_empty;
2067 char *ascii_msg = ascii_empty;
2198 if (ascii_sd != ascii_empty)
2200 if (ascii_msg != ascii_empty && ascii_msg != buffer->msg)
syslogd.c 2063 static char ascii_empty[] = ""; local in function:format_buffer
2066 char *ascii_sd = ascii_empty;
2067 char *ascii_msg = ascii_empty;
2198 if (ascii_sd != ascii_empty)
2200 if (ascii_msg != ascii_empty && ascii_msg != buffer->msg)
syslogd.c 2063 static char ascii_empty[] = ""; local in function:format_buffer
2066 char *ascii_sd = ascii_empty;
2067 char *ascii_msg = ascii_empty;
2198 if (ascii_sd != ascii_empty)
2200 if (ascii_msg != ascii_empty && ascii_msg != buffer->msg)

Completed in 52 milliseconds