Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/stdio/
A Dsetlinebuf.c5 setvbuf(f, 0, _IOLBF, 0); in setlinebuf()
A Dsetbuf.c4 setvbuf(f, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
A Dsetbuffer.c5 setvbuf(f, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
A Dsetvbuf.c12 int setvbuf(FILE* restrict f, char* restrict buf, int type, size_t size) { in setvbuf() function
/third_party/ulib/musl/include/
A Dstdio.h117 int setvbuf(FILE* __restrict, char* __restrict, int, size_t);
/third_party/ulib/musl/
A Dmusl-rules.mk714 $(LOCAL_DIR)/src/stdio/setvbuf.c \

Completed in 6 milliseconds