Searched refs:C_EXCL (Results 1 – 1 of 1) sorted by relevance
109 C_EXCL = 020000, enumerator279 {"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()