Home
last modified time | relevance | path

Searched defs:inotify_add_watch (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/python/test/
H A Dtest_inotify.py42 def inotify_add_watch(self): member in INotifyTests.test_missingInit.libc
75 def inotify_add_watch(self): member in INotifyTests.test_missingRemove.libc
98 def inotify_add_watch(self): member in INotifyTests.test_setTypes.libc
101 inotify_add_watch = staticmethod(inotify_add_watch) variable in INotifyTests.test_setTypes.libc
134 def inotify_add_watch(self, fd, path, mask): member in INotifyTests.test_failedAddWatch.libc
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/python/test/
H A Dtest_inotify.py34 def inotify_add_watch(self): member in INotifyTests.test_missingInit.libc
62 def inotify_add_watch(self): member in INotifyTests.test_missingRemove.libc
82 def inotify_add_watch(self): member in INotifyTests.test_setTypes.libc
84 inotify_add_watch = staticmethod(inotify_add_watch) variable in INotifyTests.test_setTypes.libc
117 def inotify_add_watch(self, fd, path, mask): member in INotifyTests.test_failedAddWatch.libc
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/linux/
H A Dinotify.c18 int inotify_add_watch(int fd, const char *pathname, uint32_t mask) in inotify_add_watch() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/linux/
H A Dinotify.c18 int inotify_add_watch(int fd, const char *pathname, uint32_t mask) in inotify_add_watch() function
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/linux/
H A Dinotify.c18 int inotify_add_watch(int fd, const char *pathname, uint32_t mask) in inotify_add_watch() function
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/linux/
H A Dinotify.c18 int inotify_add_watch(int fd, const char *pathname, uint32_t mask) in inotify_add_watch() function
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/linux/
H A Dinotify.c18 int inotify_add_watch(int fd, const char *pathname, uint32_t mask) in inotify_add_watch() function
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/linux/
H A Dinotify.c18 int inotify_add_watch(int fd, const char *pathname, uint32_t mask) in inotify_add_watch() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/linux/
H A Dinotify.c18 int inotify_add_watch(int fd, const char *pathname, uint32_t mask) in inotify_add_watch() function
/dports/sysutils/watchman/watchman-4.5.0/website/_docs/
H A Dtroubleshooting.markdown140 ### I've changed my limits, how can I clear the error?
/dports/www/anyterm/anyterm-1.1.29/libpbe/include/
H A Dmissing_syscalls.hh69 inline int inotify_add_watch(int fd, const char* pathname, uint32_t mask) in inotify_add_watch() function
/dports/devel/py-watchdog/watchdog-2.1.6/tests/
H A Dtest_inotify_c.py106 def inotify_add_watch(fd, path, mask): function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/inotify-sys-0.1.5/src/
H A Dlib.rs693 pub fn inotify_add_watch(fd: c_int, pathname: *const c_char, mask: u32) -> c_int; in inotify_add_watch() function
/dports/sysutils/vector/vector-0.10.0/cargo-crates/inotify-sys-0.1.3/src/
H A Dlib.rs694 pub fn inotify_add_watch(fd: c_int, pathname: *const c_char, mask: uint32_t) -> c_int; in inotify_add_watch() function
/dports/devel/desed/desed-1.2.0/cargo-crates/inotify-sys-0.1.3/src/
H A Dlib.rs694 pub fn inotify_add_watch(fd: c_int, pathname: *const c_char, mask: uint32_t) -> c_int; in inotify_add_watch() function
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/inotify-sys-0.1.3/src/
H A Dlib.rs694 pub fn inotify_add_watch(fd: c_int, pathname: *const c_char, mask: uint32_t) -> c_int; in inotify_add_watch() function
/dports/devel/texlab/texlab-3.3.0/cargo-crates/inotify-sys-0.1.5/src/
H A Dlib.rs693 pub fn inotify_add_watch(fd: c_int, pathname: *const c_char, mask: u32) -> c_int; in inotify_add_watch() function
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/inotify-sys-0.1.5/src/
H A Dlib.rs693 pub fn inotify_add_watch(fd: c_int, pathname: *const c_char, mask: u32) -> c_int; in inotify_add_watch() function
/dports/www/zola/zola-0.15.2/cargo-crates/inotify-sys-0.1.5/src/
H A Dlib.rs693 pub fn inotify_add_watch(fd: c_int, pathname: *const c_char, mask: u32) -> c_int; in inotify_add_watch() function
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/inotify-sys-0.1.5/src/
H A Dlib.rs693 pub fn inotify_add_watch(fd: c_int, pathname: *const c_char, mask: u32) -> c_int; in inotify_add_watch() function
/dports/lang/rust/rustc-1.58.1-src/vendor/inotify-sys/src/
H A Dlib.rs693 pub fn inotify_add_watch(fd: c_int, pathname: *const c_char, mask: u32) -> c_int; in inotify_add_watch() function
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/inotify-sys-0.1.3/src/
H A Dlib.rs694 pub fn inotify_add_watch(fd: c_int, pathname: *const c_char, mask: uint32_t) -> c_int; in inotify_add_watch() function
/dports/net/minidlna/minidlna-4f6a473/linux/
H A Dinotify-syscalls.h67 static inline int inotify_add_watch (int fd, const char *name, __u32 mask) in inotify_add_watch() function
/dports/devel/libinotify/libinotify-20180201/
H A Dcontroller.c163 inotify_add_watch (int fd, function
/dports/devel/py-pyinotify/pyinotify-0.9.6/common/
H A Dinotify_syscalls.c131 static PyObject* inotify_add_watch(PyObject* self, PyObject* args) { in inotify_add_watch() function

12345678910>>...15