Searched refs:RLIMIT_NOFILE (Results 1 – 9 of 9) sorted by relevance
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | resource.h | 61 RLIMIT_NOFILE = 6, enumerator 62 __RLIMIT_OFILE = RLIMIT_NOFILE, /* BSD name for same. */ 63 #define RLIMIT_NOFILE RLIMIT_NOFILE macro
|
/sysdeps/unix/sysv/linux/bits/ |
A D | resource.h | 61 RLIMIT_NOFILE = 7, enumerator 62 __RLIMIT_OFILE = RLIMIT_NOFILE, /* BSD name for same. */ 63 #define RLIMIT_NOFILE RLIMIT_NOFILE macro
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | resource.h | 61 RLIMIT_NOFILE = 6, enumerator 62 __RLIMIT_OFILE = RLIMIT_NOFILE, /* BSD name for same. */ 63 #define RLIMIT_NOFILE RLIMIT_NOFILE macro
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | resource.h | 61 RLIMIT_NOFILE = 5, enumerator 62 __RLIMIT_OFILE = RLIMIT_NOFILE, /* BSD name for same. */ 63 #define RLIMIT_NOFILE RLIMIT_NOFILE macro
|
/sysdeps/posix/ |
A D | getdtsz.c | 32 return __getrlimit (RLIMIT_NOFILE, &ru) < 0 ? OPEN_MAX : ru.rlim_cur; in __getdtablesize()
|
/sysdeps/mach/hurd/ |
A D | getdtsz.c | 33 limit = _hurd_rlimits[RLIMIT_NOFILE].rlim_cur; in __getdtablesize()
|
/sysdeps/unix/sysv/linux/ |
A D | tst-rlimit-infinity.c | 29 RLIMIT_NOFILE,
|
A D | tst-ttyname.c | 256 if (getrlimit (RLIMIT_NOFILE, &lim) != 0) in adjust_file_limit() 264 if (setrlimit (RLIMIT_NOFILE, &lim) != 0) in adjust_file_limit()
|
A D | spawni.c | 191 __getrlimit64 (RLIMIT_NOFILE, &fdlimit); in __spawni_child()
|
Completed in 11 milliseconds