Searched refs:fcnt (Results 1 – 8 of 8) sorted by relevance
24 local fcnt=032 fcnt=033 while [ $fcnt -lt $numfiles ]; do34 ROD_SILENT touch $dirname/f.$fcnt35 fcnt=$(($fcnt+1))48 local fcnt=059 fcnt=060 while [ $fcnt -lt $numfiles ]; do61 echo "f.$fcnt$ext " 1>> tst_gzip.exp62 fcnt=$(($fcnt+1))[all …]
28 local fcnt=037 fcnt=038 while [ $fcnt -lt $numfiles ]40 ROD_SILENT touch $dirname/f.$fcnt41 fcnt=$(($fcnt+1))53 local fcnt=066 fcnt=067 while [ $fcnt -lt $numfiles ]69 echo "f.$fcnt " 1>>tst_mv.exp70 fcnt=$(($fcnt+1))[all …]
26 local fcnt=027 while [ $fcnt -lt $filecnt ]; do28 ROD touch $dirname/file$fcnt29 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
1780 nm_i->fcnt = 0; in init_node_manager()
1612 (error_count, fcnt): Make it unsigned to fix compiler warnings.