Searched refs:getln_buf (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dfclose.c24 if (f->getln_buf)
25 free(f->getln_buf);
H A Dfgetln.c14 } else if ((l = getline(&f->getln_buf, (size_t[]){}, f)) > 0) {
16 ret = f->getln_buf;
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dstdio_impl.h46 char* getln_buf; member in struct:_IO_FILE

Completed in 27 milliseconds