Searched defs:couldbetty (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/stdio/
H A Dmakebuf.c54 int couldbetty; local
61 flags = __swhatbuf(fp, &size, &couldbetty);
72 if (couldbetty && isatty(fp->_file))
81 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty) argument
86 *couldbetty = 0;
92 *couldbetty = S_ISCHR(st.st_mode);

Completed in 45 milliseconds