Home
last modified time | relevance | path

Searched refs:getline (Results 1 – 5 of 5) sorted by relevance

/iperf/src/
H A Diperf_util.h64 ssize_t getline(char **buf, size_t *bufsiz, FILE *fp);
H A Diperf_config.h.in27 /* Define to 1 if you have the `getline' function. */
H A Diperf_util.c582 getline(char **buf, size_t *bufsiz, FILE *fp) in getline() function
H A Diperf_auth.c371 nread = getline (lineptr, n, stream); in iperf_getpass()
/iperf/
H A Dconfigure.ac217 # Check for getline support, used as a part of authenticated
219 AC_CHECK_FUNCS([getline])