Searched refs:ulimit (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/include/
H A Dulimit.h26 * $FreeBSD: src/include/ulimit.h,v 1.4 2003/01/08 01:18:13 tjr Exp $
38 long ulimit(int, ...);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dfile_limit.c25 /* ulimit(2)
41 #include <ulimit.h>
63 if ((limit = ulimit(UL_GETFSIZE, 0)) < 0)
64 msg_fatal("ulimit: %m");
83 if (ulimit(UL_SETFSIZE, limit / ULIMIT_BLOCK_SIZE) < 0)
84 msg_fatal("ulimit: %m");
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dulimit.c26 * $FreeBSD: src/lib/libc/gen/ulimit.c,v 1.3 2003/01/04 01:11:49 tjr Exp $
36 #include <ulimit.h>
39 ulimit(int cmd, ...) function
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A DTEST.mk64 set +x; (ulimit -c 0) >/dev/null 2>&1 && ulimit -c 0; set -x
92 set +x; (ulimit -c 0) >/dev/null 2>&1 && ulimit -c 0; set -x
98 set +x; (ulimit -c 0) >/dev/null 2>&1 && ulimit -c 0; set -x
144 set +x; (ulimit -c 0) >/dev/null 2>&1 && ulimit -c 0; set -x
149 set +x; (ulimit -c 0) >/dev/null 2>&1 && ulimit
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dvm-limit.c76 extern long ulimit ();
80 /* Use the ulimit call, if we seem to have it. */
82 lim_data = ulimit (3, 0);
H A Dsysdep.c4956 ulimit ()
4927 ulimit () function
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dulimit.h24 * This is for the ulimit built-in command
58 # define vlimit ulimit
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dbsd.regress.mk68 @if cd ${.CURDIR} && (ulimit -t ${REGRESSMAXTIME} ; ${MAKE} ${RT}); then \
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dulimit.c0 /* ulimit.c, created from ulimit.def. */
2 #line 23 "ulimit.def"
4 #line 61 "ulimit.def"
137 int option; /* The ulimit option for this limit. */
203 ulimit (cmd, newlim) function
306 /* default is `ulimit -f' */
310 /* `ulimit something' is same as `ulimit -f something' */
474 return (ulimit (
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Doslib.c127 * On System V.3, this can be obtained via a call to ulimit:
128 * return (ulimit(4, 0L));
148 return (ulimit (4, 0L)); /* System V.3 systems use ulimit(4, 0L) */
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Doptimize.tcl429 set ulimit [expr { $b + $limit * ( $c - $b ) }]
471 } elseif { ( $c - $u ) * ( $u - $ulimit ) > 0 } {
473 # u lies between $c and $ulimit.
499 } elseif { ($u - $ulimit) * ( $ulimit - $c ) >= 0 } {
501 # u went past ulimit. Pull in to ulimit and evaluate there.
503 set u $ulimit
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/data/
H A Dbuiltins.c26 #include "ulimit.h"
113 "ulimit", NV_BLTIN|BLT_ENV, bltin(ulimit),
1698 "[-1c?@(#)$Id: ulimit (AT&T Research) 2003-06-21 $\n]"
1700 "[+NAME?ulimit - set or display resource limits]"
/macosx-10.9.5/ntp-88/ntpd/
H A Dntpd.c100 # include <ulimit.h>
365 * value, use ulimit -a.
777 if (ulimit(SET_STACKLIM, (get_aix_stack() - 8*4096)) < 0)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dzsh.vim118 \ ttyctl type ulimit umask unalias unfunction
H A Dsh.vim446 syn keyword shStatement break cd chdir continue eval exec exit kill newgrp pwd read readonly return shift test trap ulimit umask wait
/macosx-10.9.5/vim-53/src/
H A Dos_unix.c499 return ulimit(3, 0L) >> 10; /* always 32MB? */

Completed in 416 milliseconds