Lines Matching full:getline
8025 { $as_echo "$as_me:$LINENO: checking whether getline is declared" >&5
8026 $as_echo_n "checking whether getline is declared... " >&6; }
8040 #ifndef getline
8041 (void) getline;
15560 { $as_echo "$as_me:$LINENO: checking for getline" >&5
15561 $as_echo_n "checking for getline... " >&6; }
15571 /* Define getline to an innocuous variant, in case <limits.h> declares getline.
15573 #define getline innocuous_getline
15576 which can conflict with char getline (); below.
15586 #undef getline
15594 char getline ();
15605 return getline ();
15652 { $as_echo "$as_me:$LINENO: checking for working getline function" >&5
15653 $as_echo_n "checking for working getline function... " >&6; }
15702 len = getline (&line, &siz, in);
15762 gl_LIBOBJS="$gl_LIBOBJS getline.$ac_objext"