Searched refs:getrlimit (Results 1 - 25 of 68) sorted by relevance

123

/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_io_select2.rb6 max = Process.getrlimit(Process::RLIMIT_NOFILE)[0]
H A Dbm_io_select3.rb6 max = Process.getrlimit(Process::RLIMIT_NOFILE)[0]
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/unix03/
H A Dgetrlimit.c35 * getrlimit stub, for conformance, OR in _RLIMIT_POSIX_FLAG
40 getrlimit(int resource, struct rlimit *rlp) function
/macosx-10.10/Libsystem-1213/
H A DCompatibilityHacks.c44 SYM(getrlimit); variable
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dgetdtablesize.c73 if (getrlimit(RLIMIT_NOFILE, &res) == 0)
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dulimit.c46 if (getrlimit(RLIMIT_FSIZE, &limit) == -1)
/macosx-10.10/file_cmds-242/pax/
H A Dpax.c352 if (getrlimit(RLIMIT_DATA , &reslimit) == 0){
361 if (getrlimit(RLIMIT_FSIZE , &reslimit) == 0){
369 if (getrlimit(RLIMIT_STACK , &reslimit) == 0){
377 if (getrlimit(RLIMIT_RSS , &reslimit) == 0){
/macosx-10.10/postfix-255/postfix/src/util/
H A Dfile_limit.c71 if (getrlimit(RLIMIT_FSIZE, &rlim) < 0)
72 msg_fatal("getrlimit: %m");
H A Dopen_limit.c68 if (getrlimit(RLIMIT_NOFILE, &rl) < 0)
/macosx-10.10/ruby-106/ruby/symbian/
H A Dmissing-pips.c48 int getrlimit(int resource, struct rlimit *rlp) function
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dresource.c189 if (getrlimit(unixresource, &rl) == 0) {
208 unixresult = getrlimit(unixresource, &rl);
225 unixresult = getrlimit(unixresource, &rl);
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dresource.c189 if (getrlimit(unixresource, &rl) == 0) {
208 unixresult = getrlimit(unixresource, &rl);
225 unixresult = getrlimit(unixresource, &rl);
/macosx-10.10/emacs-93/emacs/src/
H A Dvm-limit.c131 getrlimit (RLIMIT_DATA, &XXrlimit);
163 getrlimit (RLIMIT_AS, &rlimit);
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dulimit.c438 if (getrlimit (limits[ind].parameter, &limit) < 0)
500 if (getrlimit (limits[ind].parameter, &limit) < 0)
530 if (getrlimit (RLIMIT_DATA, &datalim) < 0)
533 if (getrlimit (RLIMIT_STACK, &stacklim) < 0)
/macosx-10.10/zsh-61/zsh/Src/
H A Dprototypes.h90 extern int getrlimit _((int resource, struct rlimit *rlp));
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dulimit.c157 if(getrlimit(n,&rlp) <0)
176 if(getrlimit(n,&rlp) <0)
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dresource.h377 * Possible values of the first parameter to getrlimit()/setrlimit(), to
399 * of this structure is the second parameter to getrlimit()/setrlimit().
493 int getrlimit(int, struct rlimit *) __DARWIN_ALIAS(getrlimit); variable
/macosx-10.10/zsh-61/zsh/Src/Builtins/
H A Drlimits.c198 if (getrlimit(lim, &vals) < 0)
236 if (getrlimit(lim, &vals) < 0)
444 if (getrlimit(lim, &vals) < 0)
634 if (getrlimit(lim, &vals) < 0)
918 if (getrlimit(res, &vals) < 0)
/macosx-10.10/Heimdal-398.1.2/appl/login/
H A Dlimits_conf.c191 if(getrlimit(l->resource, &l->limit) < 0)
/macosx-10.10/WTF-7600.1.24/wtf/
H A DStackBounds.cpp60 getrlimit(RLIMIT_STACK, &limit);
/macosx-10.10/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h101 int getrlimit(int, struct rlimit *);
/macosx-10.10/libpcap-48/libpcap/lbl/
H A Dos-sunos4.h101 int getrlimit(int, struct rlimit *);
/macosx-10.10/tcpdump-61/tcpdump/lbl/
H A Dos-sunos4.h101 int getrlimit(int, struct rlimit *);
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile92 getrlimit.2 \
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_select_file.c113 getrlimit(RLIMIT_NOFILE, &r);

Completed in 346 milliseconds

123