Searched refs:draw_special_char (Results 1 - 13 of 13) sorted by relevance

/systemd/src/login/
H A Dsysfs-show.c113 printf("%s%s%s\n", prefix, draw_special_char(lookahead ? DRAW_TREE_BRANCH : DRAW_TREE_RIGHT), k);
127 printf("%s%s%s\n", prefix, lookahead ? draw_special_char(DRAW_TREE_VERTICAL) : " ", k);
133 p = strappend(prefix, lookahead ? draw_special_char(DRAW_TREE_VERTICAL) : " ");
186 printf("%s%s%s\n", prefix, draw_special_char(DRAW_TREE_RIGHT), "(none)");
/systemd/src/basic/
H A Dlocale-util.h70 const char *draw_special_char(DrawSpecialChar ch);
H A Dlocale-util.c272 const char *draw_special_char(DrawSpecialChar ch) { function
/systemd/src/delta/
H A Ddelta.c116 top, draw_special_char(DRAW_ARROW), bottom);
126 top, draw_special_char(DRAW_ARROW), bottom);
136 top, draw_special_char(DRAW_ARROW), bottom);
146 top, draw_special_char(DRAW_ARROW), bottom);
156 top, draw_special_char(DRAW_ARROW), bottom);
258 log_debug("Adding at top: %s %s %s", d, draw_special_char(DRAW_ARROW), p);
270 log_debug("Adding at bottom: %s %s %s", d, draw_special_char(DRAW_ARROW), p);
294 unit, draw_special_char(DRAW_ARROW), basename(p), draw_special_char(DRAW_ARROW), p);
345 log_debug("Adding at top: %s %s %s", basename(p), draw_special_char(DRAW_ARRO
[all...]
/systemd/src/shared/
H A Dcgroup-show.c81 printf("%s%s ", prefix, draw_special_char(DRAW_TRIANGULAR_BULLET));
83 printf("%s%s", prefix, draw_special_char(((more || i < n_pids-1) ? DRAW_TREE_BRANCH : DRAW_TREE_RIGHT)));
168 printf("%s%s%s\n", prefix, draw_special_char(DRAW_TREE_BRANCH), cg_unescape(basename(last)));
171 p1 = strappend(prefix, draw_special_char(DRAW_TREE_VERTICAL));
191 printf("%s%s%s\n", prefix, draw_special_char(DRAW_TREE_RIGHT), cg_unescape(basename(last)));
/systemd/src/bus-proxyd/
H A Dbus-xml-policy.c1156 printf("\t%s Item for " UID_FMT ":\n", draw_special_char(DRAW_ARROW), PTR_TO_UID(k));
1163 printf("%s Default Items:\n", draw_special_char(DRAW_ARROW));
1166 printf("%s Group Items:\n", draw_special_char(DRAW_ARROW));
1169 printf("%s User Items:\n", draw_special_char(DRAW_ARROW));
1172 printf("%s On-Console Items:\n", draw_special_char(DRAW_ARROW));
1175 printf("%s No-Console Items:\n", draw_special_char(DRAW_ARROW));
1178 printf("%s Mandatory Items:\n", draw_special_char(DRAW_ARROW));
/systemd/src/firstboot/
H A Dfirstboot.c163 r = ask_string(&p, "%s %s (empty to skip): ", draw_special_char(DRAW_TRIANGULAR_BULLET), text);
374 r = ask_string(&h, "%s Please enter hostname for new system (empty to skip): ", draw_special_char(DRAW_TRIANGULAR_BULLET));
459 msg1 = strjoina(draw_special_char(DRAW_TRIANGULAR_BULLET), " Please enter a new root password (empty to skip): ");
460 msg2 = strjoina(draw_special_char(DRAW_TRIANGULAR_BULLET), " Please enter new root password again: ");
/systemd/src/boot/
H A Dbootctl.c269 printf(" File: %s/%s/%s (%s)\n", draw_special_char(DRAW_TREE_RIGHT), path, de->d_name, v);
271 printf(" File: %s/%s/%s\n", draw_special_char(DRAW_TREE_RIGHT), path, de->d_name);
323 printf(" File: %s%s\n", draw_special_char(DRAW_TREE_RIGHT), path);
1080 printf(" File: %s%s\n", draw_special_char(DRAW_TREE_RIGHT), strna(loader_path));
/systemd/src/network/
H A Dnetworkctl.c608 printf("%s%s%s %i: %s\n", on_color_operational, draw_special_char(DRAW_BLACK_CIRCLE), off_color_operational, ifindex, name);
686 on_color_operational, draw_special_char(DRAW_BLACK_CIRCLE), off_color_operational,
/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c261 vertical = strjoina(prefix, draw_special_char(DRAW_TREE_VERTICAL));
262 space = strjoina(prefix, draw_special_char(DRAW_TREE_SPACE));
283 printf("%s%s%s\n", prefix, draw_special_char(has_more ? DRAW_TREE_BRANCH : DRAW_TREE_RIGHT), *l);
H A Dbus-dump.c77 m->header->type != SD_BUS_MESSAGE_SIGNAL ? ansi_highlight() : "", draw_special_char(DRAW_TRIANGULAR_BULLET), ansi_normal(),
/systemd/src/analyze/
H A Danalyze.c762 printf("%s", draw_special_char(branches & (1 << (i-1)) ? DRAW_TREE_VERTICAL : DRAW_TREE_SPACE));
764 printf("%s", draw_special_char(last ? DRAW_TREE_RIGHT : DRAW_TREE_BRANCH));
/systemd/src/systemctl/
H A Dsystemctl.c479 printf("%s%s%s ", on_circle, circle ? draw_special_char(DRAW_BLACK_CIRCLE) : " ", off_circle);
1475 printf("%s", draw_special_char(branches & (1 << i) ? DRAW_TREE_VERTICAL : DRAW_TREE_SPACE));
1484 printf("%s", draw_special_char(last ? DRAW_TREE_RIGHT : DRAW_TREE_BRANCH));
1646 printf("%s%s%s ", on, draw_special_char(DRAW_BLACK_CIRCLE), ansi_normal());
1883 printf("%s%s%s ", on_state, circle ? draw_special_char(DRAW_BLACK_CIRCLE) : " ", off_state);
3434 printf("%s%s%s %s", active_on, draw_special_char(DRAW_BLACK_CIRCLE), active_off, strna(i->id));
3489 draw_special_char(DRAW_TREE_RIGHT));
4596 printf("%s%s%s %s\n", on, draw_special_char(DRAW_BLACK_CIRCLE), off, arg_host ? arg_host : hn);

Completed in 362 milliseconds