Home
last modified time | relevance | path

Searched refs:fcnt (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/commands/mv/
Dmv_tests.sh48 local fcnt=0
57 fcnt=0
58 while [ $fcnt -lt $numfiles ]
60 ROD_SILENT touch $dirname/f.$fcnt
61 fcnt=$(($fcnt+1))
73 local fcnt=0
86 fcnt=0
87 while [ $fcnt -lt $numfiles ]
89 echo "f.$fcnt " 1>>tst_mv.exp
90 fcnt=$(($fcnt+1))
[all …]
/external/ltp/testcases/commands/gzip/
Dgzip_tests.sh44 local fcnt=0
52 fcnt=0
53 while [ $fcnt -lt $numfiles ]; do
54 ROD_SILENT touch $dirname/f.$fcnt
55 fcnt=$(($fcnt+1))
68 local fcnt=0
79 fcnt=0
80 while [ $fcnt -lt $numfiles ]; do
81 echo "f.$fcnt$ext " 1>> tst_gzip.exp
82 fcnt=$(($fcnt+1))
[all …]
/external/ltp/testcases/commands/cp/
Dcp_tests.sh45 local fcnt=0
46 while [ $fcnt -lt $filecnt ]; do
47 ROD touch $dirname/file$fcnt
48 fcnt=$((fcnt+1))
/external/selinux/libselinux/src/
Daudit2why.c73 int fcnt = 0; in check_booleans() local
77 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()
/external/f2fs-tools/fsck/
Df2fs.h57 unsigned int fcnt; member
Dmount.c861 nm_i->fcnt = 0; in init_node_manager()