Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching refs:GETLINE

13 GETLINE=
70 --without-getline) GETLINE=no;;
612 if [ -z "$GETLINE" ]; then
613 printf "Testing for getline ... "
619 getline(&buf, &n, stdin);
624 GETLINE=yes
626 GETLINE=no
628 echo "$GETLINE"
631 if [ "$GETLINE" = no ]; then
632 echo "COMPAT_SRCS+= compat/getline.c" >>$CONFIG_MK
633 echo "#include \"compat/getline