Home
last modified time | relevance | path

Searched refs:xgetline (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/support/
Dxstdio.h33 size_t xgetline (char **lineptr, size_t *n, FILE *stream);
Dxgetline.c23 xgetline (char **lineptr, size_t *n, FILE *stream) in xgetline() function
Dsupport_process_state.c63 while (xgetline (&line, &linesiz, fstatus) > 0) in support_process_state_wait()
DMakefile127 xgetline \
/glibc-2.36/elf/
Dtst-audit19b.c81 while (xgetline (&buffer, &buffer_length, out)) in do_test()
Dtst-audit18.c110 while (xgetline (&buffer, &buffer_length, out)) in do_test()
Dtst-audit22.c102 while (xgetline (&buffer, &buffer_length, out)) in do_test()
Dtst-audit23.c118 while (xgetline (&buffer, &buffer_length, out)) in do_test()
/glibc-2.36/ChangeLog.old/
DChangeLog.219028 support: Change xgetline to return 0 on EOF
9032 * support/xgetline.c: Modified.
9034 (xgetline): Modified function.
9036 (xgetline): Modified.
11192 * support/xgetline.c: New file.
11194 (xgetline): New function.