Home
last modified time | relevance | path

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

/misc/
A Dsyslog.c150 char failbuf[3 * sizeof (pid_t) + sizeof "out of memory []"]; in __vsyslog_internal() local
184 char *endp = __stpcpy (failbuf, "out of memory ["); in __vsyslog_internal()
196 buf = failbuf; in __vsyslog_internal()
197 bufsize = endp - failbuf; in __vsyslog_internal()
301 if (buf != failbuf) in __vsyslog_internal()

Completed in 4 milliseconds