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

  /src/usr.sbin/syslogd/
syslogd.c 2066 char *ascii_sd = ascii_empty; local in function:format_buffer
2140 ascii_sd = copy_utf8_ascii(buffer->sd,
2154 buffer->pid ? "]" : "", ascii_sd,
2182 (buffer->pid ? "]" : ""), ascii_sd,
2198 if (ascii_sd != ascii_empty)
2199 FREEPTR(ascii_sd);
syslogd.c 2066 char *ascii_sd = ascii_empty; local in function:format_buffer
2140 ascii_sd = copy_utf8_ascii(buffer->sd,
2154 buffer->pid ? "]" : "", ascii_sd,
2182 (buffer->pid ? "]" : ""), ascii_sd,
2198 if (ascii_sd != ascii_empty)
2199 FREEPTR(ascii_sd);

Completed in 26 milliseconds