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

/freebsd-11.0-release/lib/libc/stdio/
H A Dmakebuf.c63 int couldbetty; local
70 flags = __swhatbuf(fp, &size, &couldbetty);
81 if (couldbetty && isatty(fp->_file))
90 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty) argument
95 *couldbetty = 0;
101 *couldbetty = (st.st_mode & S_IFMT) == S_IFCHR;
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dmakebuf.c46 int couldbetty; local
54 flags = sm_whatbuf(fp, &size, &couldbetty);
67 if (couldbetty && isatty(fp->f_file))
82 ** couldbetty -- could be a tty (returns)
92 sm_whatbuf(fp, bufsize, couldbetty)
95 int *couldbetty;
101 *couldbetty = 0;
107 *couldbetty = S_ISCHR(st.st_mode);

Completed in 111 milliseconds