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

/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c83 size_t max_i = 0; local
105 max_i = MAX(max_i, strlen(*i));
113 max_i = MAX(max_i, strlen(*i));
129 (int) max_i, "NAME", 10, "PID", 15, "PROCESS", 16, "USER", 13, "CONNECTION", 25, "UNIT", 10, "SESSION", 19, "DESCRIPTION");
144 printf("%-*s", (int) max_i, *i);
160 printf("%-*s", (int) max_i, *i);

Completed in 1921 milliseconds