Home
last modified time | relevance | path

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

/coreutils/src/
Dstat.c763 long int lwidth = strtol (p, nullptr, 10); in out_epoch_sec() local
764 width = (lwidth <= INT_MAX ? lwidth : INT_MAX); in out_epoch_sec()