Searched refs:fcnt (Results 1 - 9 of 9) sorted by relevance

/external/ltp/testcases/commands/unzip/
H A Dunzip_genfile.sh38 fcnt=0 # index into number of files created in loop
50 fcnt=0
51 while [ $fcnt -lt $numfiles ]
53 touch $dirname/f.$fcnt
59 fcnt=$(($fcnt+1))
/external/ltp/testcases/commands/fileutils/mv/
H A Dmv_tests.sh56 local fcnt=0
65 fcnt=0
66 while [ $fcnt -lt $numfiles ]
68 ROD_SILENT touch $dirname/f.$fcnt
69 fcnt=$(($fcnt+1))
81 local fcnt=0
94 fcnt=0
95 while [ $fcnt -lt $numfiles ]
97 echo "f.$fcnt "
[all...]
/external/ltp/testcases/commands/gzip/
H A Dgzip_tests.sh64 local fcnt=0
73 fcnt=0
74 while [ $fcnt -lt $numfiles ]
76 ROD_SILENT touch $dirname/f.$fcnt
77 fcnt=$(($fcnt+1))
90 local fcnt=0
103 fcnt=0
104 while [ $fcnt -lt $numfiles ]
106 echo "f.$fcnt
[all...]
/external/ltp/testcases/commands/fileutils/cp/
H A Dcp_tests.sh99 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 "
[all...]
/external/ltp/testcases/commands/fileutils/ln/
H A Dln_tests.sh98 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 "
[all...]
/external/ltp/testcases/commands/fileutils/mkdir/
H A Dmkdir_tests.sh98 fcnt=0 # index into files created in loop
112 fcnt=0
113 while [ $fcnt -lt $numfiles ]
115 echo "f.$fcnt " 1>>$LTPTMP/tst_mkdir.exp
116 fcnt=$(($fcnt+1))
143 fcnt=0
161 fcnt=0
162 while [ $fcnt -lt $numfiles ]
164 touch $dirname/f.$fcnt
[all...]
/external/selinux/libselinux/src/
H A Daudit2why.c73 int fcnt = 0; local
77 return fcnt;
123 foundlist[fcnt] = i;
124 fcnt++;
150 if (fcnt > 0) {
151 *bools = calloc(sizeof(struct boolean_t), fcnt + 1);
153 for (i = 0; i < fcnt; i++) {
160 return fcnt;
/external/f2fs-tools/fsck/
H A Df2fs.h59 unsigned int fcnt; member in struct:f2fs_nm_info
H A Dmount.c475 nm_i->fcnt = 0;

Completed in 782 milliseconds