OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxfiles
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/conf/
param.c
121
u_int
maxfiles
=
MAXFILES
;
variable
/src/usr.bin/csplit/
csplit.c
92
static long
maxfiles
; /* Maximum number of files we can create */
variable
172
for (
maxfiles
= 1, i = 0; i < sufflen; i++) {
173
if (
maxfiles
> LONG_MAX / 10)
176
maxfiles
*= 10;
180
while (nfiles <
maxfiles
- 1 && (expr = *argv++) != NULL) {
194
while (reps-- != 0 && nfiles <
maxfiles
- 1);
463
while (nfiles <
maxfiles
- 1) {
/src/external/bsd/file/dist/src/
apprentice.c
1536
size_t files = 0,
maxfiles
= 0;
local
1580
if (files >=
maxfiles
) {
1583
maxfiles
= (
maxfiles
+ 1) * 2;
1584
mlen =
maxfiles
* sizeof(*filearr);
/src/external/bsd/top/dist/machine/
m_sunos5.c
199
static int
maxfiles
= 256;
variable
200
#define
MAXFILES
2048
1345
maxfiles
= (int)(rlim.rlim_max <
MAXFILES
? rlim.rlim_max :
MAXFILES
);
1346
rlim.rlim_cur = (rlim_t)
maxfiles
;
1350
maxfiles
-= 20;
2040
if (fd <
maxfiles
)
2070
if (fd <
maxfiles
)
/src/usr.sbin/sysinst/
util.c
1845
static int
maxfiles
= 32;
local
1854
tz_menu = calloc(
maxfiles
, sizeof *tz_menu);
1856
tz_names = malloc(
maxfiles
* sizeof *tz_names);
1878
if (nfiles >=
maxfiles
) {
1880
2 *
maxfiles
* sizeof *tz_menu);
1884
memset(tz_menu +
maxfiles
, 0,
1885
maxfiles
* sizeof *tz_menu);
1887
2 *
maxfiles
* sizeof *tz_names);
1891
memset(tz_names +
maxfiles
, 0,
1892
maxfiles
* sizeof *tz_names)
[
all
...]
Completed in 45 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026