Home | History | Annotate | Download | only in fio

Lines Matching refs:strsep

1101 # strsep() probe
1102 if test "$strsep" != "yes" ; then
1103 strsep="no"
1110 strsep(&string, "needle");
1114 if compile_prog "" "" "strsep"; then
1115 strsep="yes"
1117 echo "strsep $strsep"
2091 if test "$strsep" = "yes" ; then