Searched refs:ansi_normal (Results 1 - 11 of 11) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-dump.c | 77 m->header->type != SD_BUS_MESSAGE_SIGNAL ? ansi_highlight() : "", draw_special_char(DRAW_TRIANGULAR_BULLET), ansi_normal(), 78 ansi_highlight(), bus_message_type_to_string(m->header->type), ansi_normal(), 97 fprintf(f, " Sender=%s%s%s", ansi_highlight(), m->sender, ansi_normal()); 99 fprintf(f, " Destination=%s%s%s", ansi_highlight(), m->destination, ansi_normal()); 101 fprintf(f, " Path=%s%s%s", ansi_highlight(), m->path, ansi_normal()); 103 fprintf(f, " Interface=%s%s%s", ansi_highlight(), m->interface, ansi_normal()); 105 fprintf(f, " Member=%s%s%s", ansi_highlight(), m->member, ansi_normal()); 114 ansi_highlight_red(), strna(m->error.name), ansi_normal(), 115 ansi_highlight_red(), strna(m->error.message), ansi_normal()); 215 fprintf(f, "%sBYTE %s%u%s;\n", prefix, ansi_highlight(), basic.u8, ansi_normal()); [all...] |
H A D | busctl.c | 455 printf("Service %s%s%s:\n", ansi_highlight(), *i, ansi_normal()); 472 printf("Service %s%s%s:\n", ansi_highlight(), *i, ansi_normal()); 1060 is_interface ? ansi_normal() : "", 1213 printf("BusAddress=%s%s%s\n", ansi_highlight(), address, ansi_normal()); 1217 printf("BusScope=%s%s%s\n", ansi_highlight(), scope, ansi_normal()); 1221 printf("BusID=%s" SD_ID128_FORMAT_STR "%s\n", ansi_highlight(), SD_ID128_FORMAT_VAL(bus_id), ansi_normal());
|
/systemd/src/basic/ |
H A D | terminal-util.h | 112 static inline const char *ansi_normal(void) { function
|
/systemd/src/delta/ |
H A D | delta.c | 115 ansi_highlight_red(), "[MASKED]", ansi_normal(), 125 ansi_highlight_green(), "[EQUIVALENT]", ansi_normal(), 135 ansi_highlight(), "[REDIRECTED]", ansi_normal(), 145 ansi_highlight(), "[OVERRIDDEN]", ansi_normal(), 155 ansi_highlight(), "[EXTENDED]", ansi_normal(),
|
/systemd/src/network/ |
H A D | networkctl.c | 172 *off = ansi_normal(); 175 *off = ansi_normal(); 186 *off = ansi_normal(); 189 *off = ansi_normal(); 192 *off = ansi_normal();
|
/systemd/src/coredump/ |
H A D | coredumpctl.c | 405 ansi_highlight(), strna(pid), ansi_normal(), comm); 409 ansi_highlight(), strna(pid), ansi_normal()); 473 fprintf(file, " Executable: %s%s%s\n", ansi_highlight(), exe, ansi_normal());
|
/systemd/src/resolve/ |
H A D | resolve-tool.c | 790 ansi_normal()); 813 ansi_normal(), 842 ansi_normal(), 874 ansi_normal(),
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 453 off_loaded = off_circle = ansi_normal(); 457 off_circle = off_active = ansi_normal(); 504 off = ansi_normal(); 507 off = ansi_normal(); 864 off = ansi_normal(); 869 off = ansi_normal(); 1145 off = ansi_normal(); 1150 off = ansi_normal(); 1338 off = ansi_normal(); 1341 off = ansi_normal(); [all...] |
/systemd/src/cgtop/ |
H A D | cgtop.c | 599 ansi_normal());
|
/systemd/src/machine/ |
H A D | machinectl.c | 330 images[j].read_only ? ansi_highlight_red() : "", yes_no(images[j].read_only), images[j].read_only ? ansi_normal() : "", 796 i->read_only ? ansi_normal() : "");
|
/systemd/src/journal/ |
H A D | journalctl.c | 2443 ansi_highlight(), ansi_normal());
|
Completed in 2179 milliseconds