Home
last modified time | relevance | path

Searched refs:o_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()
1193 o_nocache_eof = true; in iwrite()
1683 o_nocache_eof = (max_records == 0 && max_bytes == 0); in scanargs()
2206 o_nocache_eof |= o_nocache && ! (conversions_mask & C_NOTRUNC); in dd_copy()
2557 if (o_nocache || o_nocache_eof) in main()