Home
last modified time | relevance | path

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

/coreutils/src/
Ddd.c315 O_COUNT_BYTES = FFS_MASK (v3), enumerator
316 v4 = v3 ^ O_COUNT_BYTES,
327 static_assert (O_COUNT_BYTES != 0);
336 static_assert ( ! MULTIPLE_BITS_SET (O_COUNT_BYTES));
358 {"count_bytes", O_COUNT_BYTES},
1628 input_flags |= O_COUNT_BYTES; in scanargs()
1629 if (input_flags & O_COUNT_BYTES && count != INTMAX_MAX) in scanargs()