Searched refs:fcnt (Results 1 – 8 of 8) sorted by relevance
43 local fcnt=051 fcnt=052 while [ $fcnt -lt $numfiles ]; do53 ROD_SILENT touch $dirname/f.$fcnt54 fcnt=$(($fcnt+1))67 local fcnt=078 fcnt=079 while [ $fcnt -lt $numfiles ]; do80 echo "f.$fcnt$ext " 1>> tst_gzip.exp81 fcnt=$(($fcnt+1))[all …]
47 local fcnt=056 fcnt=057 while [ $fcnt -lt $numfiles ]59 ROD_SILENT touch $dirname/f.$fcnt60 fcnt=$(($fcnt+1))72 local fcnt=085 fcnt=086 while [ $fcnt -lt $numfiles ]88 echo "f.$fcnt " 1>>tst_mv.exp89 fcnt=$(($fcnt+1))[all …]
44 local fcnt=045 while [ $fcnt -lt $filecnt ]; do46 ROD touch $dirname/file$fcnt47 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()
59 unsigned int fcnt; member
1058 nm_i->fcnt = 0; in init_node_manager()
1612 (error_count, fcnt): Make it unsigned to fix compiler warnings.