Lines Matching full:strstr
6646 dnl Verify if strstr is available, prototyped, and
6660 AC_MSG_CHECKING([if strstr can be linked])
6662 AC_LANG_FUNC_LINK_TRY([strstr])
6672 AC_MSG_CHECKING([if strstr is prototyped])
6673 AC_EGREP_CPP([strstr],[
6685 AC_MSG_CHECKING([if strstr is compilable])
6690 if(0 != strstr(0, 0))
6703 AC_MSG_CHECKING([if strstr usage allowed])
6713 AC_MSG_CHECKING([if strstr might be used])
6720 [Define to 1 if you have the strstr function.])