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

/systemd/src/machine/
H A Dmachinectl.c230 size_t max_name = strlen("NAME"), max_type = strlen("TYPE"), max_size = strlen("USAGE"), max_crtime = strlen("CREATED"), max_mtime = strlen("MODIFIED"); local
288 if (l > max_crtime)
289 max_crtime = l;
321 (int) max_crtime, "CREATED",
332 (int) max_crtime, strna(format_timestamp(crtime_buf, sizeof(crtime_buf), images[j].crtime)),

Completed in 29 milliseconds