Home
last modified time | relevance | path

Searched refs:get_fd (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dpreload-snoop.c42 get_fd(const char *hid_path, const char *suffix) in get_fd() function
114 if ((fd_tuple->snoop_in = get_fd(path, "in")) < 0 || in open()
115 (fd_tuple->snoop_out = get_fd(path, "out")) < 0 || in open()
/netbsd-src/lib/libperfuse/
H A Dperfuse.c54 static int get_fd(const char *);
118 get_fd(const char *data) in get_fd() function
310 if ((s = get_fd(data)) == -1) in perfuse_mount()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dbuffer.h85 type_buf_get_fd get_fd; member
H A Dbuffer.c45 type_buf_get_fd get_fd, in buf_initialize() argument
60 buf->get_fd = get_fd; in buf_initialize()
1250 if (buf->get_fd) in buf_get_fd()
1251 return (*buf->get_fd) (buf->closure); in buf_get_fd()
H A DChangeLog3515 (buf_initialize): Handle get_fd() argument.
3517 get_fd() argument.
3523 * buffer.h (struct buffer, buf_initialize): Add get_fd().
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp922 assert(get_fd() >= 0 && "File already closed."); in read()
923 ssize_t Ret = ::read(get_fd(), (void *)Ptr, Size); in read()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h467 int get_fd() const { return FD; } in get_fd() function
/netbsd-src/external/bsd/unbound/dist/libunbound/python/
H A Dlibunbound.i554 def get_fd(self):