Home
last modified time | relevance | path

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

/coreutils/src/
Ddd.c1009 static off_t i_pending, o_pending; in cache_round() local
1010 off_t *pending = (fd == STDIN_FILENO ? &i_pending : &o_pending); in cache_round()