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

/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetdtablesize.c93 #ifdef NOFILE
95 files = NOFILE;
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.os.h46 # undef NOFILE macro
47 # define NOFILE sysconf(_SC_OPEN_MAX) macro
51 # ifndef NOFILE
52 # define NOFILE 64 macro
53 # endif /* NOFILE */
67 #if defined(OPEN_MAX) && !defined(NOFILE)
68 # define NOFILE OPEN_MAX macro
69 #endif /* OPEN_MAX && !NOFILE */
71 #if defined(USR_NFDS) && !defined(NOFILE)
72 # define NOFILE USR_NFD macro
76 # define NOFILE macro
[all...]
H A Dsh.misc.c268 num_files = NOFILE;
311 num_files = NOFILE;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Doslib.c130 * On other System V systems, NOFILE is defined in /usr/include/sys/param.h
132 * return (NOFILE);
150 # if defined (NOFILE) /* Other systems use NOFILE */
151 return (NOFILE);
152 # else /* !NOFILE */
154 # endif /* !NOFILE */
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dparam.h101 #define NOFILE 256 /* default max open files per process */ macro
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dinit.c178 #ifdef NOFILE
179 cdescs = NOFILE;
182 #endif /* ! defined (NOFILE) */
/macosx-10.10.1/Heimdal-398.1.2/appl/login/
H A Dlimits_conf.c59 LIM(NOFILE, 1),
/macosx-10.10.1/screen-22/screen/
H A Dmisc.c374 #if defined(SYSV) && defined(NOFILE) && !defined(ISC)
375 f = NOFILE;
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dzsh_system.h316 # ifdef NOFILE
317 # define OPEN_MAX NOFILE
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_process.rb100 :NOFILE, "NOFILE",
124 cur, max = Process.getrlimit(:NOFILE)
125 Process.setrlimit(:NOFILE, [max-10, cur].min)
127 Process.setrlimit(:NOFILE, :INFINITY)
134 cur, max = Process.getrlimit(:NOFILE)
135 Process.setrlimit(:NOFILE, [max-10, cur].min)
137 Process.setrlimit(:NOFILE, "INFINITY")
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dntport.h180 #define NOFILE 64 macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dbsd_init.c616 limit0.pl_rlimit[RLIMIT_NOFILE].rlim_cur = NOFILE;
H A Dkern_exec.c2000 int maxfa = (p->p_limit ? p->p_rlimit[RLIMIT_NOFILE].rlim_cur : NOFILE);
/macosx-10.10.1/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DSender.pm449 sub NOFILE { subroutine
1810 return $self->Error(NOFILE) unless $file;
2324 return ($self->{'error'}=NOFILE) unless $file;
/macosx-10.10.1/ruby-106/ruby/
H A Dio.c75 #if !defined NOFILE
76 # define NOFILE 64 macro
90 # ifndef NOFILE
91 # define NOFILE (OPEN_MAX) macro
162 static rb_atomic_t max_file_descriptor = NOFILE;
H A Dprocess.c4438 RESCHECK(NOFILE);
4648 * [NOFILE] file descriptors (number) (SUSv3)

Completed in 310 milliseconds