Home
last modified time | relevance | path

Searched refs:BUFSIZ (Results 1 – 11 of 11) sorted by relevance

/third_party/ulib/musl/src/stdio/
A D__fdopen.c25 if (!(f = malloc(sizeof *f + UNGET + BUFSIZ))) in __fdopen()
48 f->buf_size = BUFSIZ; in __fdopen()
A Dfmemopen.c87 if (!buf && size > SIZE_MAX - sizeof(FILE) - BUFSIZ - UNGET) { in fmemopen()
92 f = calloc(sizeof *f + sizeof *c + UNGET + BUFSIZ + (buf ? 0 : size), 1); in fmemopen()
99 f->buf_size = BUFSIZ; in fmemopen()
101 buf = f->buf + BUFSIZ; in fmemopen()
A Dsetbuf.c4 setvbuf(f, buf, buf ? _IOFBF : _IONBF, BUFSIZ); in setbuf()
A Dstdin.c3 static unsigned char buf[BUFSIZ + UNGET];
A Dstdout.c3 static unsigned char buf[BUFSIZ + UNGET];
A Dfputws.c6 unsigned char buf[BUFSIZ]; in fputws()
A Dopen_memstream.c64 if (!(f = malloc(sizeof *f + sizeof *c + BUFSIZ))) in open_memstream()
82 f->buf_size = BUFSIZ; in open_memstream()
/third_party/uapp/dash/src/
A Dinit.c55 #define IBUFSIZ (BUFSIZ + 1)
93 #define OUTBUFSIZ BUFSIZ
A Dinput.c63 #define IBUFSIZ (BUFSIZ + 1)
A Doutput.c69 #define OUTBUFSIZ BUFSIZ
/third_party/ulib/musl/include/
A Dstdio.h40 #define BUFSIZ 1024 macro

Completed in 10 milliseconds