Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/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()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_socket_stream.cpp333 auto getActiveFD = [this]() -> int { return this->get_fd(); }; in read()
H A Draw_ostream.cpp941 assert(get_fd() >= 0 && "File already closed."); in read()
942 ssize_t Ret = ::read(get_fd(), (void *)Ptr, Size); in read()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h500 int get_fd() const { return FD; } in get_fd() function
/freebsd/contrib/ee/
H A Dee.c161 int get_fd; /* file descriptor for reading a file */ variable
2177 if ((get_fd = open(tmp_file, O_RDONLY)) == -1) in check_fp()
2263 while (((length = read(get_fd, in_string, 512)) != 0) && (length != -1)) in get_file()
3152 get_fd = pipe_in[0]; in sh_command()