Home
last modified time | relevance | path

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

/coreutils/src/
Dstat.c743 long int lprec = strtol (dot + 1, nullptr, 10); in out_epoch_sec() local
744 precision = (lprec <= INT_MAX ? lprec : INT_MAX); in out_epoch_sec()