Home
last modified time | relevance | path

Searched refs:__getrlimit (Results 1 – 10 of 10) sorted by relevance

/sysdeps/mach/hurd/
A Dgetrlimit.c26 __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 Dgetrlimit64.c27 #undef __getrlimit
29 #define __getrlimit __getrlimit_redirect macro
32 #undef __getrlimit
48 strong_alias (__getrlimit64, __getrlimit)
A Dgetrlimit.c39 weak_alias (__new_getrlimit, __getrlimit) in weak_alias() argument
40 hidden_weak (__getrlimit) in weak_alias()
A Dsysconf.c60 if (__getrlimit (RLIMIT_STACK, &rlimit) == 0) in __sysconf()
78 if (__getrlimit (RLIMIT_SIGPENDING, &rlimit) == 0) in __sysconf()
/sysdeps/posix/
A Dgetdtsz.c32 return __getrlimit (RLIMIT_NOFILE, &ru) < 0 ? OPEN_MAX : ru.rlim_cur; in __getdtablesize()
A Dulimit.c48 if (__getrlimit (RLIMIT_FSIZE, &limit) == 0) in __ulimit()
/sysdeps/unix/
A Dget_child_max.c29 if (__getrlimit (RLIMIT_NPROC, &limit) == 0 in __get_child_max()
A Dsyscalls.list31 getrlimit - getrlimit i:ip __getrlimit getrlimit
/sysdeps/nptl/
A Dpthread_early_init.h33 if (__getrlimit (RLIMIT_STACK, &limit) != 0 in __pthread_early_init()
/sysdeps/unix/sysv/linux/alpha/
A Dgetrlimit64.c20 versioned_symbol (libc, __getrlimit, getrlimit, GLIBC_2_27);

Completed in 12 milliseconds