Home | History | Annotate | Download | only in 4.4.3

Lines Matching full:failbit

225        *  If @a sb is NULL, the stream will set failbit in its error state.
235 * If the function inserts no characters, failbit is set.
276 * Tries to extract a character. If none are available, sets failbit
288 * available, sets failbit and returns traits::eof().
311 * If no characters are stored, failbit is set in the stream's error
351 * If no characters are stored, failbit is set in the stream's error
378 * fill the @a s array without setting failbit.
384 * -# @c n-1 characters are stored, in which case failbit is set
387 * If no characters are extracted, failbit is set. (An empty line of
388 * input should therefore not cause failbit to be set.)
458 * state is set to @c failbit|eofbit.
554 * that function fails, sets failbit.
570 * If that function fails, sets failbit.
649 * false ("not okay") and failbit is set in the stream state.
691 * stores it in @a c. Otherwise, sets failbit in the input stream.
732 * If no characters are extracted, sets failbit.
809 * @c failbit.