Home
last modified time | relevance | path

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

12345678910>>...291

/dports/lang/racket/racket-8.3/src/cs/rumble/
H A Derrno-data.ss1 …EINTR . 4)(EINVAL . 22)(EIO . 5)(EISCONN . 106)(EISDIR . 21)(ELOOP . 40)(EMFILE . 24)(EMLINK . 31)…
3 …(EINTR . 4)(EINVAL . 22)(EIO . 5)(EISCONN . 56)(EISDIR . 21)(ELOOP . 62)(EMFILE . 24)(EMLINK . 31)…
5 …INTR . 4)(EINVAL . 22)(EIO . 5)(EISCONN . 113)(EISDIR . 21)(ELOOP . 114)(EMFILE . 24)(EMLINK . 31)…
7 … . 18)(ENODEV . 19)(ENOTDIR . 20)(EISDIR . 21)(EINVAL . 22)(ENFILE . 23)(EMFILE . 24)(ENOTTY . 25)…
9 … . 18)(ENODEV . 19)(ENOTDIR . 20)(EISDIR . 21)(EINVAL . 22)(ENFILE . 23)(EMFILE . 24)(ENOTTY . 25)…
11 … . 18)(ENODEV . 19)(ENOTDIR . 20)(EISDIR . 21)(EINVAL . 22)(ENFILE . 23)(EMFILE . 24)(ENOTTY . 25)…
13 … . 18)(ENODEV . 19)(ENOTDIR . 20)(EISDIR . 21)(EINVAL . 22)(ENFILE . 23)(EMFILE . 24)(ENOTTY . 25)…
/dports/lang/racket-minimal/racket-8.3/src/cs/rumble/
H A Derrno-data.ss1 …EINTR . 4)(EINVAL . 22)(EIO . 5)(EISCONN . 106)(EISDIR . 21)(ELOOP . 40)(EMFILE . 24)(EMLINK . 31)…
3 …(EINTR . 4)(EINVAL . 22)(EIO . 5)(EISCONN . 56)(EISDIR . 21)(ELOOP . 62)(EMFILE . 24)(EMLINK . 31)…
5 …INTR . 4)(EINVAL . 22)(EIO . 5)(EISCONN . 113)(EISDIR . 21)(ELOOP . 114)(EMFILE . 24)(EMLINK . 31)…
7 … . 18)(ENODEV . 19)(ENOTDIR . 20)(EISDIR . 21)(EINVAL . 22)(ENFILE . 23)(EMFILE . 24)(ENOTTY . 25)…
9 … . 18)(ENODEV . 19)(ENOTDIR . 20)(EISDIR . 21)(EINVAL . 22)(ENFILE . 23)(EMFILE . 24)(ENOTTY . 25)…
11 … . 18)(ENODEV . 19)(ENOTDIR . 20)(EISDIR . 21)(EINVAL . 22)(ENFILE . 23)(EMFILE . 24)(ENOTTY . 25)…
13 … . 18)(ENODEV . 19)(ENOTDIR . 20)(EISDIR . 21)(EINVAL . 22)(ENFILE . 23)(EMFILE . 24)(ENOTTY . 25)…
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/platform/
H A Dmbed_retarget.h135 #ifdef EMFILE
136 #undef EMFILE
138 #define EMFILE 24 /* File descriptor value too large */ macro
/dports/devel/py-cle/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/platform/
H A Dmbed_retarget.h135 #ifdef EMFILE
136 #undef EMFILE
138 #define EMFILE 24 /* File descriptor value too large */ macro
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/platform/
H A Dmbed_retarget.h135 #ifdef EMFILE
136 #undef EMFILE
138 #define EMFILE 24 /* File descriptor value too large */ macro
/dports/security/py-angr/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/platform/
H A Dmbed_retarget.h135 #ifdef EMFILE
136 #undef EMFILE
138 #define EMFILE 24 /* File descriptor value too large */ macro
/dports/databases/xapian-core/xapian-core-1.4.18/backends/
H A Dflint_lock.cc95 reason why = ((errno == EMFILE || errno == ENFILE) ? FDLIMIT : UNKNOWN); in test()
182 return ((errno == EMFILE || errno == ENFILE) ? FDLIMIT : UNKNOWN); in lock()
215 return ((errno == EMFILE || errno == ENFILE) ? FDLIMIT : UNKNOWN); in lock()
279 return ((eno == EMFILE || eno == ENFILE) ? FDLIMIT : UNKNOWN); in lock()
301 return ((eno == EMFILE || eno == ENFILE) ? FDLIMIT : UNKNOWN); in lock()
315 reason why = ((errno == EMFILE || errno == ENFILE) ? FDLIMIT : UNKNOWN); in lock()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_tcp_internals.py21 from twisted.internet.tcp import ECONNABORTED, ENOMEM, ENFILE, EMFILE, ENOBUFS, EINPROGRESS, Port
96 if e.args[0] in (EMFILE, ENOBUFS):
112 self.assertIn(exc.args[0], (EMFILE, ENOBUFS))
198 return self._acceptFailureTest(EMFILE)
/dports/www/gitea/gitea-1.16.5/modules/util/
H A Dremove.go25 … syscall.ENOTEMPTY || unwrapped == syscall.EPERM || unwrapped == syscall.EMFILE || unwrapped == sy…
54 … syscall.ENOTEMPTY || unwrapped == syscall.EPERM || unwrapped == syscall.EMFILE || unwrapped == sy…
83 … syscall.ENOTEMPTY || unwrapped == syscall.EPERM || unwrapped == syscall.EMFILE || unwrapped == sy…
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslerrno.c118 #ifndef EMFILE
119 # define EMFILE -1 macro
121 {"Too many open files", EMFILE, "EMFILE"},
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/misc/netron/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/karma/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/textproc/write-good/write-good-1.0.8/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/node-gyp/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/graceful-fs/
H A DREADME.md13 something closes if there is an EMFILE error from too many file
49 order to delay on EMFILE errors from any fs-using dependencies. You
66 The goal is to trade `EMFILE` errors for slower fs operations. So, if
71 that no `EMFILE` errors can possibly occur anywhere in your
96 * verify that we *never* get EMFILE errors
124 * Fix #3 Start at 1024 max files, then back off on EMFILE
126 * A full on-rewrite using a queue instead of just swallowing the EMFILE error

12345678910>>...291