Searched refs:ellipsize (Results 1 - 9 of 9) sorted by relevance

/systemd/src/test/
H A Dtest-ellipsize.c30 t = ellipsize(p, columns(), 70);
/systemd/src/login/
H A Dsysfs-show.c109 k = ellipsize(sysfs, n_columns, 20);
123 k = ellipsize(l, n_columns, 70);
/systemd/src/core/
H A Dshow-status.c83 e = ellipsize(s, emax, 50);
/systemd/src/basic/
H A Dstring-util.h149 char *ellipsize(const char *s, size_t length, unsigned percent);
H A Dstring-util.c493 /* we don't actually need to ellipsize */
521 char *ellipsize(const char *s, size_t length, unsigned percent) { function
/systemd/src/firstboot/
H A Dfirstboot.c133 e = ellipsize(x[j * per_column + i], width, percentage);
/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c208 e = ellipsize(unit, 25, 100);
1048 ellipsized = ellipsize(m->value, result_width, 100);
/systemd/src/cgtop/
H A Dcgtop.c538 unsigned rows, n = 0, j, maxtcpu = 0, maxtpath = 3; /* 3 for ellipsize() to work properly */
613 ellipsized = ellipsize(path, path_columns, 33);
/systemd/src/systemctl/
H A Dsystemctl.c471 e = ellipsize(id, id_len, 33);
1347 e = arg_full ? NULL : ellipsize(id, id_cols, 33);
1492 n = ellipsize(name, max_len-len, 100);
2108 e = shorten ? ellipsize(j->name, unit_len, 33) : NULL;
6186 " -l --full Don't ellipsize unit names on output\n"

Completed in 130 milliseconds