Home
last modified time | relevance | path

Searched refs:max_local (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/machine/
Dmachinectl.c2243 … size_t max_type = STRLEN("TYPE"), max_local = STRLEN("LOCAL"), max_remote = STRLEN("REMOTE"); in list_transfers() local
2285 if (l > max_local) in list_transfers()
2286 max_local = l; in list_transfers()
2307 (int) max_local, "LOCAL", in list_transfers()
2317 (int) max_local, transfers[j].local, in list_transfers()
2324 (int) max_local, transfers[j].local, in list_transfers()