HomeSort by relevance Sort by last modified time
    Searched full:getline (Results 1 - 25 of 312) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/sed-4.2.1/m4/
getline.m4 0 # getline.m4 serial 19
11 dnl See if there's a working, system-supplied version of the getline function.
12 dnl We can't just do AC_REPLACE_FUNCS([getline]) because some systems
19 dnl Persuade glibc <stdio.h> to declare getline().
22 AC_CHECK_DECLS_ONCE([getline])
25 AC_CHECK_FUNC([getline],
30 AC_CACHE_CHECK([for working getline function], [am_cv_func_working_getline],
44 len = getline (&line, &siz, in);
70 AC_LIBOBJ([getline])
76 # Prerequisites of lib/getline.c
    [all...]