Searched refs:setvbuf (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/musl/src/stdio/ |
| A D | setlinebuf.c | 5 setvbuf(f, 0, _IOLBF, 0); in setlinebuf()
|
| A D | setbuf.c | 4 setvbuf(f, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
|
| A D | setbuffer.c | 5 setvbuf(f, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
|
| A D | setvbuf.c | 12 int setvbuf(FILE* restrict f, char* restrict buf, int type, size_t size) { in setvbuf() function
|
| /third_party/ulib/musl/include/ |
| A D | stdio.h | 117 int setvbuf(FILE* __restrict, char* __restrict, int, size_t);
|
| /third_party/ulib/musl/ |
| A D | musl-rules.mk | 714 $(LOCAL_DIR)/src/stdio/setvbuf.c \
|
Completed in 6 milliseconds