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

/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c1035 bool is_interface; local
1042 is_interface = streq(m->type, "interface");
1044 if (argv[3] && is_interface)
1057 is_interface ? ansi_highlight() : "",
1058 is_interface ? "" : ".",
1059 - !is_interface + (int) name_width, strdash(streq_ptr(m->type, "interface") ? m->interface : m->name),
1060 is_interface ? ansi_normal() : "",

Completed in 16 milliseconds