Home
last modified time | relevance | path

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

/coreutils/src/
Ddd.c318 O_SKIP_BYTES = FFS_MASK (v4), enumerator
319 v5 = v4 ^ O_SKIP_BYTES,
328 static_assert (O_SKIP_BYTES != 0);
337 static_assert ( ! MULTIPLE_BITS_SET (O_SKIP_BYTES));
359 {"skip_bytes", O_SKIP_BYTES},
1618 input_flags |= O_SKIP_BYTES; in scanargs()
1619 if (input_flags & O_SKIP_BYTES && skip != 0) in scanargs()