Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dmakebuf.c73 int couldbetty; in __smakebuf() local
83 flags = __swhatbuf(fp, &size, &couldbetty); in __smakebuf()
95 if (couldbetty || isatty(fp->_file)) in __smakebuf()
105 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty) in __swhatbuf() argument
111 _DIAGASSERT(couldbetty != NULL); in __swhatbuf()
117 *couldbetty = 0; in __swhatbuf()
123 *couldbetty = S_ISCHR(st.st_mode); in __swhatbuf()