Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/File/
H A Dfile.h143 constexpr bool read_allowed() const { in read_allowed() function
288 if (read_allowed() && (buf == nullptr || bufsize == 0)) { in adjust_buf()
H A Dfile.cpp187 if (!read_allowed()) { in read_unlocked()
295 if (c == EOF || !read_allowed() || (prev_op == FileOp::WRITE)) in ungetc_unlocked()
/freebsd/contrib/mandoc/
H A Dmandocdb.c171 static int read_allowed(const char *);
624 && !read_allowed(buf) in treescan()
837 else if (read_allowed(usefile)) in filescan()
2411 read_allowed(const char *candidate) in read_allowed() function