HomeSort by relevance Sort by last modified time
    Searched refs:couldbetty (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 54 int couldbetty; local
61 flags = __swhatbuf(fp, &size, &couldbetty);
71 if (couldbetty && isatty(fp->_file))
80 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty)
85 *couldbetty = 0;
91 *couldbetty = S_ISCHR(st.st_mode);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
makebuf.c 73 int couldbetty; local
83 flags = __swhatbuf(fp, &size, &couldbetty);
95 if (couldbetty || isatty(fp->_file))
105 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty)
111 _DIAGASSERT(couldbetty != NULL);
117 *couldbetty = 0;
123 *couldbetty = S_ISCHR(st.st_mode);

Completed in 93 milliseconds