HomeSort by: relevance | last modified time | path
    Searched refs:get_fd (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/libfido2/dist/fuzz/
preload-snoop.c 42 get_fd(const char *hid_path, const char *suffix) function
114 if ((fd_tuple->snoop_in = get_fd(path, "in")) < 0 ||
115 (fd_tuple->snoop_out = get_fd(path, "out")) < 0 ||
117 warn("%s: get_fd/open", __func__);
  /src/external/gpl2/xcvs/dist/src/
buffer.h 85 type_buf_get_fd get_fd; member in struct:buffer
buffer.c 45 type_buf_get_fd get_fd,
60 buf->get_fd = get_fd;
1250 if (buf->get_fd)
1251 return (*buf->get_fd) (buf->closure);
  /src/lib/libperfuse/
perfuse.c 54 static int get_fd(const char *);
118 get_fd(const char *data) function
310 if ((s = get_fd(data)) == -1)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 467 int get_fd() const { return FD; } function in class:llvm::raw_fd_ostream
  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp 922 assert(get_fd() >= 0 && "File already closed.");
923 ssize_t Ret = ::read(get_fd(), (void *)Ptr, Size);
  /src/external/bsd/unbound/dist/libunbound/python/
libunbound.i 554 def get_fd(self):

Completed in 34 milliseconds