Home
last modified time | relevance | path

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

/coreutils/src/ !
Ddu.c85 struct timespec tmax; member
94 a->tmax.tv_sec = TYPE_MINIMUM (time_t); in duinfo_init()
95 a->tmax.tv_nsec = -1; in duinfo_init()
100 duinfo_set (struct duinfo *a, uintmax_t size, struct timespec tmax) in duinfo_set() argument
104 a->tmax = tmax; in duinfo_set()
114 if (timespec_cmp (a->tmax, b->tmax) < 0) in duinfo_add()
115 a->tmax = b->tmax; in duinfo_add()
417 show_date (time_format, pdui->tmax, localtz); in print_size()