Home
last modified time | relevance | path

Searched refs:MAXOPENFILES (Results 1 – 17 of 17) sorted by relevance

/dports/math/ndiff/ndiff-2.00/
H A Dawklib.c137 #if !defined(MAXOPENFILES)
138 #define MAXOPENFILES 2 macro
143 static filetable_t FileTable[MAXOPENFILES];
194 for (k = 0; k < MAXOPENFILES; ++k) in _awk_file_to_fp()
308 for (k = 0; k < MAXOPENFILES; ++k) in _awk_open_infile()
317 if (k == MAXOPENFILES) in _awk_open_infile()
518 for (k = 0; k < MAXOPENFILES; ++k) in awk_close_infile()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DCACHE1D.C215 #define MAXOPENFILES 64 //Warning: Fix filehan if this is changed macro
244 static char filegrp[MAXOPENFILES];
245 static long filepos[MAXOPENFILES];
246 static long filehan[MAXOPENFILES] =
317 newhandle = MAXOPENFILES-1; in kopen4load()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DCACHE1D.C210 #define MAXOPENFILES 64 //Warning: Fix filehan if this is changed macro
239 static char filegrp[MAXOPENFILES];
240 static long filepos[MAXOPENFILES];
241 static long filehan[MAXOPENFILES] =
312 newhandle = MAXOPENFILES-1; in kopen4load()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dcache1d.c384 #define MAXOPENFILES 64 //Warning: Fix filehan if this is changed macro
413 static unsigned char filegrp[MAXOPENFILES];
414 static int filepos[MAXOPENFILES];
415 static int filehan[MAXOPENFILES] =
423 static char filenamsav[MAXOPENFILES][260];
532 for(i=0;i<MAXOPENFILES;i++) { in uninitsinglegroupfile()
557 for(i=0;i<MAXOPENFILES;i++) { in uninitgroupfile()
568 newhandle = MAXOPENFILES-1; in kopen4load()
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/include/
H A Dconstants.h256 #define MAXOPENFILES 10 /* Max. # of open packet files used macro
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dvfs.cpp439 #define MAXOPENFILES 64 // Warning: Fix filehan if this is changed macro
459 static uint8_t filegrp[MAXOPENFILES];
460 static int32_t filepos[MAXOPENFILES];
461 static intptr_t filehan[MAXOPENFILES] =
470 static char filenamsav[MAXOPENFILES][260];
673 for (i=0; i<MAXOPENFILES; i++) in uninitgroupfile()
845 int32_t newhandle = MAXOPENFILES-1; in kopen4load()
/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dfileapi.c44 #define MAXOPENFILES 32 /* How many files can be open */ macro
56 struct lockfiles_t lockfiles[MAXOPENFILES];
74 if (openfiles >= MAXOPENFILES) in dot_lock()
/dports/news/fidogate4/fidogate-4.4.10/
H A Dconfig.h517 #define MAXOPENFILES 10 /* Max. # of open packet files used macro
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Doutpkt.c55 static int outpkt_maxopen = MAXOPENFILES; /* Max # */
/dports/news/fidogate4/fidogate-4.4.10/src/common/
H A Doutpkt.c59 static int outpkt_maxopen = MAXOPENFILES; /* Max # */
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/
H A DUtil.pm43 $MAXOPENFILES $MAXEXTENTSIZE
162 our $MAXOPENFILES = 100; # number of open files in buffer cache
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/BufCa/
H A DBCFile.pm256 if ($num_open_files < $Genezzo::Util::MAXOPENFILES);
/dports/news/fidogate4/fidogate-4.4.10/doc/
H A Dfidogate.info-2490 Default: 10 (`MAXOPENFILES' from `config.h'), see also `-M' option.
H A Dfidogate.info-1468 `MAXOPENFILES'
H A Dfidogate.info470 `MAXOPENFILES'
2479 Default: 10 (`MAXOPENFILES' from `config.h'), see also `-M' option.
H A Dfidogate.texi550 @item MAXOPENFILES
3121 (@code{MAXOPENFILES} from @code{config.h}), see also @code{-M} option.
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/doc/old/
H A Dfidogate.texi549 @item MAXOPENFILES
3117 (@code{MAXOPENFILES} from @code{config.h}), see also @code{-M} option.