Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dmakebuf.c44 int couldbetty; in _smakebuf() local
52 flags = _swhatbuf ( fp, &size, &couldbetty); in _smakebuf()
67 if (couldbetty && isatty (fp->_file)) in _smakebuf()
80 int *couldbetty) in _swhatbuf() argument
98 *couldbetty = 0; in _swhatbuf()
108 *couldbetty = S_ISCHR(st.st_mode); in _swhatbuf()