Searched refs:fcount (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dsdb016.tcl56 set fcount 0
62 while { [gets $fdid str] != -1 && $fcount < $nentries } {
91 incr fcount
H A Dsdb003.tcl61 set fcount 0
73 while { [gets $fdid str] != -1 && $fcount < $nentries } {
114 incr fcount
166 if { [expr $fcount % 100] == 0 } {
167 puts -nonewline "$fcount "
H A Dsdb004.tcl77 set fcount [llength $file_list]
78 if { $txnenv == 1 && $fcount > 100 } {
80 set fcount 100
86 for {set i 1} {$i <= $fcount} {set i [incr i]} {
/macosx-10.9.5/MITKerberosShim-62.1/profile/
H A Dprof_init.c292 prof_int32 fcount, slen;
302 fcount = 0;
304 fcount++;
306 pack_int32(fcount, &bp, &remain);
345 prof_int32 fcount, tmp;
350 fcount = 0;
362 (void) unpack_int32(&fcount, &bp, &remain);
365 flist = (profile_filespec_t *) malloc(sizeof(profile_filespec_t) * (size_t) (fcount + 1));
369 memset(flist, 0, sizeof(char *) * (size_t) (fcount+1));
370 for (i=0; i<fcount;
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcomp.h44 int fcount; /* number of matches with fignore ignored */ member in struct:cexpl
H A Dcompcore.c2059 curexpl->count = curexpl->fcount = 0;
2930 curexpl->fcount++;
3057 e->fcount += curexpl->fcount;
3402 e->count = (fi ? o->fcount : o->count);
3404 e->fcount = 0;
H A Dcompctl.c3063 curexpl->count = curexpl->fcount = 0;
/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c1640 int errsav, fcount, zstatus; local
1686 fcount = 1;
1695 if (errsav != EAGAIN || fcount > 5)
1697 sleep(fcount * 12);
1698 fcount++;
/macosx-10.9.5/vim-53/src/
H A Dquickfix.c3030 int fcount; local
3125 if (get_arglist_exp(p, &fcount, &fnames) == FAIL)
3127 if (fcount == 0)
3138 for (fi = 0; fi < fcount && !got_int && tomatch > 0; ++fi)
3315 FreeWild(fcount, fnames);
3832 int fcount; local
3891 if (gen_expand_wildcards(1, &NameBuff, &fcount,
3893 && fcount > 0)
3895 for (fi = 0; fi < fcount && !got_int; ++fi)
3946 FreeWild(fcount, fname
[all...]
H A Dex_cmds.c6053 int fcount; local
6066 if (gen_expand_wildcards(1, &NameBuff, &fcount,
6068 && fcount > 0)
6070 for (fi = 0; fi < fcount; ++fi)
6143 FreeWild(fcount, fnames);
H A Dspell.c5030 static void mkspell __ARGS((int fcount, char_u **fnames, int ascii, int overwrite, int added_word));
8522 int fcount; local
8534 if (get_arglist_exp(arg, &fcount, &fnames) == OK)
8536 mkspell(fcount, fnames, ascii, eap->forceit, FALSE);
8537 FreeWild(fcount, fnames);
9055 * "fnames[fcount - 1]" is the last input file name.
9060 mkspell(fcount, fnames, ascii, overwrite, added_word)
9061 int fcount;
9094 incount = fcount - 1;
9096 if (fcount >
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Dcompiler_peg_mecpu.tcl1515 set fcount [format %8d $count]
1517 lappend lines " $fcount $percent $key"
1547 set fcount [format %8d $count]
1549 lappend lines " $fcount $percent $key"

Completed in 295 milliseconds