Home | History | Annotate | Download | only in fio

Lines Matching full:strsep

900 # strsep() probe
901 strsep="no"
906 strsep(NULL, NULL);
910 if compile_prog "" "" "strsep"; then
911 strsep="yes"
913 echo "strsep $strsep"
1480 if test "$strsep" = "yes" ; then