Searched refs:_IO_getline (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Diofgets_u.c48 count = INTUSE(_IO_getline) (fp, buf, n - 1, '\n', 1);
H A Diofgets.c50 count = INTUSE(_IO_getline) (fp, buf, n - 1, '\n', 1);
H A Diogets.c58 count = INTUSE(_IO_getline) (_IO_stdin, buf + 1, INT_MAX, '\n', 0) + 1;
H A Diogetline.c34 _IO_getline (fp, buf, n, delim, extract_delim) function
44 INTDEF(_IO_getline)
H A DlibioP.h636 extern _IO_size_t _IO_getline __P ((_IO_FILE *,char *, _IO_size_t, int, int));
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c157 void _IO_getline() {} function
H A Dlibroot_stubs_legacy.c267 void _IO_getline() {} function

Completed in 98 milliseconds