Searched defs:setlim (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c1339 if (setlim(lp, hard, limit) < 0) {
1525 if (setlim(lp, hard, RLIM_INFINITY) < 0) {
1536 if (setlim(lp, hard, RLIM_INFINITY) < 0) {
1543 setlim(struct limits *lp, tchar hard, rlim_t limit) function
1548 tprintf("TRACE- setlim()\n");

Completed in 127 milliseconds