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

/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c181 fputs(" - - ", stdout);
196 fputs(" - ", stdout);
202 fputs(" - ", stdout);
214 fputs(" - ", stdout);
220 fputs(" - ", stdout);
226 fputs(" - ", stdout);
421 fflush(stdout);
1140 dump(m, stdout);
1141 fflush(stdout);
1163 if (isatty(fileno(stdout)) >
1562 fputs(sd_bus_message_get_signature(reply, true), stdout); local
[all...]
/systemd/src/machine/
H A Dmachinectl.c429 fputs(prefix, stdout);
430 fputs(inet_ntop(family, a, buffer, sizeof(buffer)), stdout); local
433 fputc('\n', stdout);
527 fputs(strna(i->name), stdout);
570 fputs("\t Iface:", stdout);
576 fputc(' ', stdout);
577 fputs(name, stdout);
587 fputc('\n', stdout);
603 stdout,
783 fputs(i->name, stdout);
[all...]

Completed in 1258 milliseconds