Searched refs:status_vprintf (Results 1 - 3 of 3) sorted by relevance
/systemd/src/core/ |
H A D | show-status.h | 38 int status_vprintf(const char *status, bool ellipse, bool ephemeral, const char *format, va_list ap) _printf_(4,0);
|
H A D | show-status.c | 48 int status_vprintf(const char *status, bool ellipse, bool ephemeral, const char *format, va_list ap) { function 120 r = status_vprintf(status, ellipse, ephemeral, format, ap);
|
H A D | manager.c | 3028 status_vprintf(status, true, type == STATUS_TYPE_EPHEMERAL, format, ap);
|
Completed in 1372 milliseconds