Home
last modified time | relevance | path

Searched refs:EMFILE (Results 1 – 25 of 60) sorted by relevance

123

/dragonfly/contrib/diffutils/lib/
H A Ddup2.c184 if (result == -1 && errno == EMFILE) in rpl_dup2()
231 if (result == -1 && (errno == EMFILE || errno == EINVAL)) in dup2()
/dragonfly/contrib/grep/lib/
H A Ddup2.c184 if (result == -1 && errno == EMFILE) in rpl_dup2()
231 if (result == -1 && (errno == EMFILE || errno == EINVAL)) in dup2()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dsystem_error.cc172 #ifdef EMFILE in default_error_condition()
173 case EMFILE: in default_error_condition()
/dragonfly/stand/lib/
H A Dstrerror.c52 {EMFILE, "too many open files"},
H A Dopen.c95 errno = EMFILE; in open()
/dragonfly/lib/libc/stdio/
H A Dvdprintf.c53 errno = EMFILE; in vdprintf()
/dragonfly/sys/sys/
H A Derrno.h90 #define EMFILE 24 /* Too many open files */ macro
/dragonfly/sbin/mount_ufs/
H A Dmount_ufs.c136 case EMFILE: in mount_ufs()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrerror.c148 #if defined (EMFILE)
149 ENTRY(EMFILE, "EMFILE", "Too many open files"),
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dstrerror.c148 #if defined (EMFILE)
149 ENTRY(EMFILE, "EMFILE", "Too many open files"),
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dstrerror.c148 #if defined (EMFILE)
149 ENTRY(EMFILE, "EMFILE", "Too many open files"),
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dstrerror.c148 #if defined (EMFILE)
149 ENTRY(EMFILE, "EMFILE", "Too many open files"),
/dragonfly/lib/libc/nls/
H A Dbe_BY.UTF-8.msg54 $ EMFILE
H A Del_GR.ISO8859-7.msg54 $ EMFILE
H A Dmn_Cyrl_MN.UTF-8.msg52 $ EMFILE
H A Dru_RU.KOI8-R.msg54 $ EMFILE
H A Duk_UA.UTF-8.msg54 $ EMFILE
H A Dja_JP.UTF-8.msg54 $ EMFILE
H A Dja_JP.eucJP.msg54 $ EMFILE
H A Dko_KR.UTF-8.msg54 $ EMFILE
H A Dko_KR.eucKR.msg54 $ EMFILE
H A Dzh_Hans_CN.GB18030.msg50 $ EMFILE
H A Dzh_Hans_CN.GB2312.msg50 $ EMFILE
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/
H A Derror_constants.h164 too_many_files_open = EMFILE, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/
H A Derror_constants.h164 too_many_files_open = EMFILE, in _GLIBCXX_VISIBILITY()

123