Searched defs:state_cols (Results 1 - 1 of 1) sorted by relevance

/systemd/src/systemctl/
H A Dsystemctl.c1301 unsigned max_id_len, id_cols, state_cols; local
1305 state_cols = strlen("STATE");
1309 state_cols = MAX(state_cols, strlen(unit_file_state_to_string(u->state)));
1316 basic_cols = 1 + id_cols + state_cols;
1325 state_cols, "STATE");
1351 on, state_cols, unit_file_state_to_string(u->state), off);

Completed in 39 milliseconds