Home
last modified time | relevance | path

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

/coreutils/src/
Ddd.c250 static bool i_nocache_eof, o_nocache_eof; variable
1038 bool nocache_eof = (fd == STDIN_FILENO ? i_nocache_eof : o_nocache_eof); in invalidate_cache()
1677 i_nocache_eof = (max_records == 0 && max_bytes == 0); in scanargs()
2205 i_nocache_eof |= i_nocache; in dd_copy()
2555 if (i_nocache || i_nocache_eof) in main()