Home
last modified time | relevance | path

Searched refs:SPECIAL_GLYPH_BLACK_CIRCLE (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/basic/
Dunit-def.c309 [UNIT_ACTIVE] = SPECIAL_GLYPH_BLACK_CIRCLE, in unit_active_state_to_glyph()
313 [UNIT_ACTIVATING] = SPECIAL_GLYPH_BLACK_CIRCLE, in unit_active_state_to_glyph()
314 [UNIT_DEACTIVATING] = SPECIAL_GLYPH_BLACK_CIRCLE, in unit_active_state_to_glyph()
Dglyph-util.c45 [SPECIAL_GLYPH_BLACK_CIRCLE] = "*", in special_glyph()
87 [SPECIAL_GLYPH_BLACK_CIRCLE] = u8"●", in special_glyph()
Dglyph-util.h17 SPECIAL_GLYPH_BLACK_CIRCLE, enumerator
/systemd-251/src/sysupdate/
Dsysupdate-update-set.c54 return special_glyph(SPECIAL_GLYPH_BLACK_CIRCLE); in update_set_flags_to_glyph()
/systemd-251/src/test/
Dtest-locale-util.c97 dump_glyph(SPECIAL_GLYPH_BLACK_CIRCLE); in TEST()
/systemd-251/src/systemctl/
Dsystemctl-list-machines.c201 … TABLE_STRING, circle ? special_glyph(SPECIAL_GLYPH_BLACK_CIRCLE) : " ", in output_machines_list()
Dsystemctl-list-units.c147 … TABLE_STRING, circle ? special_glyph(SPECIAL_GLYPH_BLACK_CIRCLE) : " ", in output_units_list()
Dsystemctl-show.c500 on, special_glyph(SPECIAL_GLYPH_BLACK_CIRCLE), off, in print_status_info()
2144 printf("%s%s%s %s\n", on, special_glyph(SPECIAL_GLYPH_BLACK_CIRCLE), off, arg_host ?: hn); in show_system_status()
/systemd-251/src/network/
Dnetworkctl.c1624 TABLE_STRING, special_glyph(SPECIAL_GLYPH_BLACK_CIRCLE), in link_status_one()
2336 TABLE_STRING, special_glyph(SPECIAL_GLYPH_BLACK_CIRCLE), in system_status()