Lines Matching refs:strsep
1101 # strsep() probe1102 if test "$strsep" != "yes" ; then1103 strsep="no"1110 strsep(&string, "needle");1114 if compile_prog "" "" "strsep"; then1115 strsep="yes"1117 echo "strsep $strsep"2091 if test "$strsep" = "yes" ; then