Searched refs:__STDIO_STREAM_BUFFER_RAVAIL (Results 1 – 6 of 6) sorted by relevance
32 assert(!__STDIO_STREAM_BUFFER_RAVAIL(stream)); /* Buffer must be empty. */ in __stdio_READ()
29 assert(!__STDIO_STREAM_BUFFER_RAVAIL(stream)); /* Buffer must be empty. */ in __stdio_rfill()
66 if (((__STDIO_STREAM_BUFFER_RAVAIL(stream)) in __stdio_trans2w_o()
41 if (__STDIO_STREAM_BUFFER_RAVAIL(stream)) { /* Have buffered? */ in __fgetc_unlocked()
60 if ((n = __STDIO_STREAM_BUFFER_RAVAIL(stream)) == 0) { in fgetwc_unlocked()
341 #define __STDIO_STREAM_BUFFER_RAVAIL(S) ((S)->__bufread - (S)->__bufpos) macro377 #define __STDIO_STREAM_BUFFER_RAVAIL(S) (0) macro
Completed in 5 milliseconds