Florian Weimer 3f5e3f5d06 libio: Implement internal function __libc_readline_unlocked
This is a variant of fgets which fails with ERANGE if the
buffer is too small, and the buffer length is given as an
argument of type size_t.

This function will be useful for implementing NSS file reading
operations.  Compared to a direct implementation using the public API,
it avoids an lseek system call in case the line terminator can be
found in the internal read buffer.
2018-07-06 17:52:54 +02:00
..
2018-02-21 14:22:50 -05:00
2018-03-13 08:31:56 -04:00
2018-02-21 14:22:50 -05:00
2018-02-21 14:22:50 -05:00
2018-02-21 14:22:50 -05:00
2018-02-21 14:22:50 -05:00
2018-02-21 14:22:50 -05:00
2018-02-21 14:22:50 -05:00
2018-04-03 00:36:33 +00:00
2018-04-03 00:36:33 +00:00
2018-02-21 14:22:50 -05:00
2018-02-21 14:22:50 -05:00
2018-07-05 19:00:10 +02:00
2018-03-13 08:31:56 -04:00