Home
last modified time | relevance | path

Searched refs:have_newline (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dsyslog.cpp88 bool have_newline = in vsyslog() local
90 dprintf(STDERR_FILENO, "%s: %s%s", log_tag, log_line, have_newline ? "" : "\n"); in vsyslog()