OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RLIMIT_NOFILE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
open_limit.c
51
#ifndef
RLIMIT_NOFILE
53
#define
RLIMIT_NOFILE
RLIMIT_OFILE
61
#ifdef
RLIMIT_NOFILE
70
#ifdef
RLIMIT_NOFILE
71
if (getrlimit(
RLIMIT_NOFILE
, &rl) < 0)
93
if (setrlimit(
RLIMIT_NOFILE
, &rl) < 0)
99
#ifndef
RLIMIT_NOFILE
/src/external/mpl/bind/dist/bin/tests/system/doth/
stress_http_quota.py
15
from resource import
RLIMIT_NOFILE
, getrlimit, setrlimit
30
rlimit_nofile
= getrlimit(
RLIMIT_NOFILE
)
variable
31
if
rlimit_nofile
[0] < 1024:
32
setrlimit(
RLIMIT_NOFILE
, (1024,
rlimit_nofile
[1]))
/src/sys/sys/
resource.h
96
#define
RLIMIT_NOFILE
8 /* number of open files */
Completed in 16 milliseconds
Indexes created Mon Jul 06 00:25:43 UTC 2026