Searched refs:xgetline (Results 1 – 4 of 4) sorted by relevance
33 size_t xgetline (char **lineptr, size_t *n, FILE *stream);
23 xgetline (char **lineptr, size_t *n, FILE *stream) in xgetline() function
62 while (xgetline (&line, &linesiz, fstatus) > 0) in support_process_state_wait()
125 xgetline \
Completed in 7 milliseconds