Home
last modified time | relevance | path

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

/coreutils/src/
Ddigest.c1138 uintmax_t n_open_or_read_failures = 0; in digest_check() local
1227 ++n_open_or_read_failures; in digest_check()
1309 if (n_open_or_read_failures != 0) in digest_check()
1314 select_plural (n_open_or_read_failures))), in digest_check()
1315 n_open_or_read_failures); in digest_check()
1334 && n_open_or_read_failures == 0 in digest_check()