Home
last modified time | relevance | path

Searched defs:maxfiles (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/conf/
H A Dparam.c72 int maxfiles = 5 * (NPROCESS + MAXUSERS) + 80; global() variable
/openbsd-src/usr.bin/csplit/
H A Dcsplit.c85 long maxfiles; /* Maximum number of files we can create */ variable
/openbsd-src/libexec/spamd/
H A Dspamd.c155 int maxfiles; variable
1204 int mib[2], maxfiles; in get_maxfiles() local