Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dmakebuf.c54 int couldbetty; in __smakebuf() local
61 flags = __swhatbuf(fp, &size, &couldbetty); in __smakebuf()
71 if (couldbetty && isatty(fp->_file)) in __smakebuf()
80 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty) in __swhatbuf() argument
85 *couldbetty = 0; in __swhatbuf()
91 *couldbetty = S_ISCHR(st.st_mode); in __swhatbuf()