HomeSort by relevance Sort by last modified time
    Searched refs:fcnt (Results 1 - 11 of 11) sorted by null

  /external/ltp/testcases/commands/unzip/
unzip_genfile.sh 38 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/
mv_tests.sh 56 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 " 1>>tst_mv.ex
    [all...]
  /external/ltp/testcases/commands/gzip/
gzip_tests.sh 64 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$ext " 1>> tst_gzip.ex
    [all...]
  /external/ltp/testcases/commands/fileutils/cp/
cp_tests.sh 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.ex
    [all...]
  /external/ltp/testcases/commands/fileutils/ln/
ln_tests.sh 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.ex
    [all...]
  /external/ltp/testcases/commands/fileutils/mkdir/
mkdir_tests.sh 98 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/
audit2why.c 73 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/
f2fs.h 59 unsigned int fcnt; member in struct:f2fs_nm_info
mount.c 475 nm_i->fcnt = 0;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ieee.c 2809 unsigned int fcnt; local
    [all...]
readelf.c 13428 size_t fcnt; local
    [all...]

Completed in 1626 milliseconds