Searched refs:fcnt (Results 1 – 9 of 9) sorted by relevance
64 local fcnt=073 fcnt=074 while [ $fcnt -lt $numfiles ]76 ROD_SILENT touch $dirname/f.$fcnt77 fcnt=$(($fcnt+1))90 local fcnt=0103 fcnt=0104 while [ $fcnt -lt $numfiles ]106 echo "f.$fcnt$ext " 1>> tst_gzip.exp107 fcnt=$(($fcnt+1))[all …]
56 local fcnt=065 fcnt=066 while [ $fcnt -lt $numfiles ]68 ROD_SILENT touch $dirname/f.$fcnt69 fcnt=$(($fcnt+1))81 local fcnt=094 fcnt=095 while [ $fcnt -lt $numfiles ]97 echo "f.$fcnt " 1>>tst_mv.exp98 fcnt=$(($fcnt+1))[all …]
99 fcnt=0 # index into number of files created in loop114 fcnt=0115 while [ $fcnt -lt $numfiles ]117 touch $dirname/f.$fcnt124 fcnt=$(($fcnt+1))148 fcnt=0 # index into files created in loop162 fcnt=0163 while [ $fcnt -lt $numfiles ]165 echo "f.$fcnt " 1>>$LTPTMP/tst_cp.exp166 fcnt=$(($fcnt+1))[all …]
98 fcnt=0 # index into files created in loop112 fcnt=0113 while [ $fcnt -lt $numfiles ]115 echo "f.$fcnt " 1>>$LTPTMP/tst_mkdir.exp116 fcnt=$(($fcnt+1))143 fcnt=0161 fcnt=0162 while [ $fcnt -lt $numfiles ]164 touch $dirname/f.$fcnt171 fcnt=$(($fcnt+1))
98 fcnt=0 # index into number of files created in loop113 fcnt=0114 while [ $fcnt -lt $numfiles ]116 touch $dirname/f.$fcnt123 fcnt=$(($fcnt+1))147 fcnt=0 # index into files created in loop161 fcnt=0162 while [ $fcnt -lt $numfiles ]164 echo "f.$fcnt " 1>>$LTPTMP/tst_ln.exp165 fcnt=$(($fcnt+1))[all …]
38 fcnt=0 # index into number of files created in loop50 fcnt=051 while [ $fcnt -lt $numfiles ]53 touch $dirname/f.$fcnt59 fcnt=$(($fcnt+1))
73 int fcnt = 0; in check_booleans() local77 return fcnt; in check_booleans()123 foundlist[fcnt] = i; in check_booleans()124 fcnt++; in check_booleans()150 if (fcnt > 0) { in check_booleans()151 *bools = calloc(sizeof(struct boolean_t), fcnt + 1); in check_booleans()153 for (i = 0; i < fcnt; i++) { in check_booleans()160 return fcnt; in check_booleans()
59 unsigned int fcnt; member
475 nm_i->fcnt = 0; in init_node_manager()