Home
last modified time | relevance | path

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

/third_party/ltp/testcases/commands/gzip/
Dgzip_tests.sh24 local fcnt=0
32 fcnt=0
33 while [ $fcnt -lt $numfiles ]; do
34 ROD_SILENT touch $dirname/f.$fcnt
35 fcnt=$(($fcnt+1))
48 local fcnt=0
59 fcnt=0
60 while [ $fcnt -lt $numfiles ]; do
61 echo "f.$fcnt$ext " 1>> tst_gzip.exp
62 fcnt=$(($fcnt+1))
[all …]
/third_party/ltp/testcases/commands/mv/
Dmv_tests.sh28 local fcnt=0
37 fcnt=0
38 while [ $fcnt -lt $numfiles ]
40 ROD_SILENT touch $dirname/f.$fcnt
41 fcnt=$(($fcnt+1))
53 local fcnt=0
66 fcnt=0
67 while [ $fcnt -lt $numfiles ]
69 echo "f.$fcnt " 1>>tst_mv.exp
70 fcnt=$(($fcnt+1))
[all …]
/third_party/ltp/testcases/commands/cp/
Dcp_tests.sh26 local fcnt=0
27 while [ $fcnt -lt $filecnt ]; do
28 ROD touch $dirname/file$fcnt
29 fcnt=$((fcnt+1))
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
Dftrandom.c101 static unsigned int fcnt; variable
358 fcnt = 0; in FindFonts()
383 if ( fcnt >= max ) in FindFonts()
394 fontlist[fcnt].name = strdup( buffer ); in FindFonts()
395 fontlist[fcnt].len = statb.st_size; in FindFonts()
397 figurefiletype( &fontlist[fcnt] ); in FindFonts()
398 fcnt++; in FindFonts()
405 if ( fcnt == 0 ) in FindFonts()
411 fontlist[fcnt].name = NULL; in FindFonts()
518 int i = getRandom( 0, (int)( fcnt - 1 ) ); in do_test()
/third_party/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()
/third_party/f2fs-tools/fsck/
Df2fs.h135 unsigned int fcnt; member
Dmount.c1780 nm_i->fcnt = 0; in init_node_manager()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.271612 (error_count, fcnt): Make it unsigned to fix compiler warnings.