Searched refs:O_FULLBLOCK (Results 1 – 2 of 2) sorted by relevance
309 O_FULLBLOCK = FFS_MASK (v), enumerator310 v2 = v ^ O_FULLBLOCK,325 static_assert (O_FULLBLOCK != 0);334 static_assert ( ! MULTIPLE_BITS_SET (O_FULLBLOCK));357 {"fullblock", O_FULLBLOCK}, /* Accumulate full blocks from input. */1611 if (output_flags & O_FULLBLOCK) in scanargs()1652 (! (conversions_mask & C_TWOBUFS) && ! (input_flags & O_FULLBLOCK) in scanargs()1657 iread_fnc = ((input_flags & O_FULLBLOCK) in scanargs()1660 input_flags &= ~O_FULLBLOCK; in scanargs()
64 @{ echo O_FULLBLOCK; echo O_NOCACHE; \