Home | History | Annotate | Download | only in bison

Lines Matching full:rlimit_stack

12021 #ifdef RLIMIT_STACK
12022 if (getrlimit (RLIMIT_STACK, &limit) < 0)
12027 if (setrlimit (RLIMIT_STACK, &limit) < 0)