Searched refs:fcnt (Results 1 – 12 of 12) sorted by relevance
25 local fcnt=033 fcnt=034 while [ $fcnt -lt $numfiles ]; do35 ROD_SILENT touch $dirname/f.$fcnt36 fcnt=$(($fcnt+1))49 local fcnt=060 fcnt=061 while [ $fcnt -lt $numfiles ]; do62 echo "f.$fcnt$ext " 1>> tst_gzip.exp63 fcnt=$(($fcnt+1))[all …]
29 local fcnt=038 fcnt=039 while [ $fcnt -lt $numfiles ]41 ROD_SILENT touch $dirname/f.$fcnt42 fcnt=$(($fcnt+1))54 local fcnt=067 fcnt=068 while [ $fcnt -lt $numfiles ]70 echo "f.$fcnt " 1>>tst_mv.exp71 fcnt=$(($fcnt+1))[all …]
27 local fcnt=028 while [ $fcnt -lt $filecnt ]; do29 ROD touch $dirname/file$fcnt30 fcnt=$((fcnt+1))
101 static unsigned int fcnt; variable358 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()
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()
135 unsigned int fcnt; member
1684 nm_i->fcnt = 0; in init_node_manager()
1612 (error_count, fcnt): Make it unsigned to fix compiler warnings.