Home
last modified time | relevance | path

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

/coreutils/src/
Ddd.c113 C_SPARSE = 0200000 enumerator
275 {"sparse", C_SPARSE}, /* Try to sparsely write output. */
1211 if ((conversions_mask & C_SPARSE) && is_nul (buf, size)) in iwrite()
1215 conversions_mask &= ~C_SPARSE; in iwrite()