t_setrlimit.c | 557 * checkstack(n, expectsegv) 575 checkstack(size_t n, int expectsegv) function in typeref:typename:_Pragma ("")void 631 checkstack(n, /*expectsegv*/1); 658 checkstack(n, /*expectsegv*/0); 660 checkstack(2*n, /*expectsegv*/1); 668 checkstack(n, /*expectsegv*/1);
|