Home
last modified time | relevance | path

Searched refs:ulimit (Results 1 – 21 of 21) sorted by relevance

/freebsd/bin/sh/tests/parser/
H A Dalias10.03 ulimit -t 5 2>/dev/null
4 ulimit -v 100000 2>/dev/null
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_ctl_defs.h77 unsigned int ulimit; /* TDDP region end address */ member
93 unsigned int ulimit; member
/freebsd/include/
H A Dulimit.h38 long ulimit(int, ...);
/freebsd/bin/sh/tests/errors/
H A Dredirection-error7.04 ulimit -n 9
H A Dredirection-error.035 ulimit,\
H A Doption-error.028 ulimit -z,\
H A Dredirection-error3.035 ulimit,\
/freebsd/sys/i386/linux/
H A Dlinux_dummy_machdep.c57 UNIMPLEMENTED(ulimit);
/freebsd/lib/libc/gen/
H A Dulimit.c39 ulimit(int cmd, ...) in ulimit() function
H A DSymbol.map286 ulimit;
/freebsd/bin/sh/tests/builtins/
H A Dvar-assign2.035 ulimit,\
H A Dvar-assign.035 ulimit,\
/freebsd/contrib/tcsh/
H A Dsh.func.c1822 extern RLIM_TYPE ulimit();
2239 limit = ulimit(lp->limconst, 0); in plim()
2352 if (ulimit(toset(lp->limconst), limit) < 0) {
/freebsd/usr.sbin/cron/doc/
H A DMAIL373 One other minor thing to consider is the ulimit: can different users get
376 << Boy I'm ignorant today. What's a ulimit, and what should I do with
/freebsd/contrib/ntp/ntpd/
H A Dntpd.c109 # include <ulimit.h>
454 * value, use ulimit -a. in get_aix_stack()
1075 if (ulimit(SET_STACKLIM, (get_aix_stack() - 8 * 4096)) < 0)
/freebsd/contrib/sendmail/src/
H A Dconf.c3840 (void) ulimit(2, 0x3fffff); in resetlimits()
3841 (void) ulimit(4, FD_SETSIZE); in resetlimits()
H A DREADME293 HASULIMIT Define this if you have the ulimit(2) syscall (System V
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib3850 ulimit -c unlimited
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3181 fun:ulimit=uninstrumented
/freebsd/contrib/unbound/doc/
H A DChangelog2274 - Fix unit test for added ulimit checks.
8429 - rlimit adjustments for select and ulimit can happen at the same time.
10565 - unbound tries to set the ulimit fds when started as server.
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES1265 e.g., if the stack size is limited (ulimit -s). This
8558 available) and HASULIMIT (indicating that ulimit(2) support