Searched defs:ephemeral (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dshow-status.c48 int status_vprintf(const char *status, bool ellipse, bool ephemeral, const char *format, va_list ap) { argument
92 prev_ephemeral = ephemeral;
104 if (!ephemeral)
113 int status_printf(const char *status, bool ellipse, bool ephemeral, const char *format, ...) { argument
120 r = status_vprintf(status, ellipse, ephemeral, format, ap);

Completed in 35 milliseconds