Home
last modified time | relevance | path

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

/coreutils/src/
Ddd.c109 C_EXCL = 020000, enumerator
279 {"excl", C_EXCL}, /* Fail if the output file already exists. */
1668 if (multiple_bits_set (conversions_mask & (C_EXCL | C_NOCREAT))) in scanargs()
2473 | (conversions_mask & C_EXCL ? O_EXCL : 0) in main()