Lines Matching refs:getline
1 # getline.m4 serial 26
12 dnl See if there's a working, system-supplied version of the getline function.
13 dnl We can't just do AC_REPLACE_FUNCS([getline]) because some systems
20 dnl Persuade glibc <stdio.h> to declare getline().
23 AC_CHECK_DECLS_ONCE([getline])
26 AC_CHECK_FUNC([getline],
31 AC_CACHE_CHECK([for working getline function], [am_cv_func_working_getline],
47 int len = getline (&line, &siz, in);
56 if (getline (&line, &siz, in) == -1)
85 dnl getline function among $LIBS, it may exist in libinet and the
92 # Prerequisites of lib/getline.c.