Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
Draw_ostream.cpp922 assert(get_fd() >= 0 && "File already closed."); in read()
923 ssize_t Ret = ::read(get_fd(), (void *)Ptr, Size); in read()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
Draw_ostream.h476 int get_fd() const { return FD; } in get_fd() function
/freebsd-12-stable/contrib/ee/
Dee.c164 int get_fd; /* file descriptor for reading a file */ variable
2185 if ((get_fd = open(tmp_file, O_RDONLY)) == -1) in check_fp()
2271 while (((length = read(get_fd, in_string, 512)) != 0) && (length != -1))
3154 get_fd = pipe_in[0];