Lines Matching refs:fcnt
98 fcnt=0 # index into number of files created in loop
113 fcnt=0
114 while [ $fcnt -lt $numfiles ]
116 touch $dirname/f.$fcnt
123 fcnt=$(($fcnt+1))
147 fcnt=0 # index into files created in loop
161 fcnt=0
162 while [ $fcnt -lt $numfiles ]
164 echo "f.$fcnt " 1>>$LTPTMP/tst_ln.exp
165 fcnt=$(($fcnt+1))
192 fcnt=0