Searched refs:__getrlimit (Results 1 – 10 of 10) sorted by relevance
/sysdeps/mach/hurd/ |
A D | getrlimit.c | 26 __getrlimit (enum __rlimit_resource resource, struct rlimit *rlimits) in __getrlimit() function 46 libc_hidden_def (__getrlimit) 47 weak_alias (__getrlimit, getrlimit)
|
/sysdeps/unix/sysv/linux/ |
A D | getrlimit64.c | 27 #undef __getrlimit 29 #define __getrlimit __getrlimit_redirect macro 32 #undef __getrlimit 48 strong_alias (__getrlimit64, __getrlimit)
|
A D | getrlimit.c | 39 weak_alias (__new_getrlimit, __getrlimit) in weak_alias() argument 40 hidden_weak (__getrlimit) in weak_alias()
|
A D | sysconf.c | 60 if (__getrlimit (RLIMIT_STACK, &rlimit) == 0) in __sysconf() 78 if (__getrlimit (RLIMIT_SIGPENDING, &rlimit) == 0) in __sysconf()
|
/sysdeps/posix/ |
A D | getdtsz.c | 32 return __getrlimit (RLIMIT_NOFILE, &ru) < 0 ? OPEN_MAX : ru.rlim_cur; in __getdtablesize()
|
A D | ulimit.c | 48 if (__getrlimit (RLIMIT_FSIZE, &limit) == 0) in __ulimit()
|
/sysdeps/unix/ |
A D | get_child_max.c | 29 if (__getrlimit (RLIMIT_NPROC, &limit) == 0 in __get_child_max()
|
A D | syscalls.list | 31 getrlimit - getrlimit i:ip __getrlimit getrlimit
|
/sysdeps/nptl/ |
A D | pthread_early_init.h | 33 if (__getrlimit (RLIMIT_STACK, &limit) != 0 in __pthread_early_init()
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | getrlimit64.c | 20 versioned_symbol (libc, __getrlimit, getrlimit, GLIBC_2_27);
|
Completed in 12 milliseconds