Lines Matching refs:fcnt
99 fcnt=0 # index into number of files created in loop
114 fcnt=0
115 while [ $fcnt -lt $numfiles ]
117 touch $dirname/f.$fcnt
124 fcnt=$(($fcnt+1))
148 fcnt=0 # index into files created in loop
162 fcnt=0
163 while [ $fcnt -lt $numfiles ]
165 echo "f.$fcnt " 1>>$LTPTMP/tst_cp.exp
166 fcnt=$(($fcnt+1))
193 fcnt=0