Searched defs:ellipse (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
68 if (ellipse) {
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 15 milliseconds