Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfputc.c24 __STDIO_STREAM_BUFFER_ADD(stream, ((unsigned char) c)); in __fputc_unlocked()
48 __STDIO_STREAM_BUFFER_ADD(stream, ((unsigned char) c)); in __fputc_unlocked()
A D_stdio.h328 #define __STDIO_STREAM_BUFFER_ADD(S,C) (*(S)->__bufpos++ = (C)) macro
370 #define __STDIO_STREAM_BUFFER_ADD(S,C) ((void)0) macro

Completed in 4 milliseconds