Searched refs:read_allowed (Results 1 – 3 of 3) sorted by relevance
143 constexpr bool read_allowed() const { in read_allowed() function288 if (read_allowed() && (buf == nullptr || bufsize == 0)) { in adjust_buf()
187 if (!read_allowed()) { in read_unlocked()295 if (c == EOF || !read_allowed() || (prev_op == FileOp::WRITE)) in ungetc_unlocked()
171 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