Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dmakebuf.c63 int couldbetty; in __smakebuf() local
70 flags = __swhatbuf(fp, &size, &couldbetty); in __smakebuf()
81 if (couldbetty && isatty(fp->_file)) in __smakebuf()
90 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty) in __swhatbuf() argument
95 *couldbetty = 0; in __swhatbuf()
101 *couldbetty = (st.st_mode & S_IFMT) == S_IFCHR; in __swhatbuf()