Searched refs:format_cmdline (Results 1 - 1 of 1) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | busctl.c | 484 static int format_cmdline(sd_bus_message *m, FILE *f, bool needs_space) { function 544 r = format_cmdline(m, f, needs_space || IN_SET(type, SD_BUS_TYPE_ARRAY, SD_BUS_TYPE_VARIANT)); 957 r = format_cmdline(reply, mf, false); 1565 r = format_cmdline(reply, stdout, false); 1619 r = format_cmdline(reply, stdout, false);
|
Completed in 2318 milliseconds