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

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dmakebuf.c48 int couldbetty; local
56 flags = sm_whatbuf(fp, &size, &couldbetty);
69 if (couldbetty && isatty(fp->f_file))
84 ** couldbetty -- could be a tty (returns)
94 sm_whatbuf(fp, bufsize, couldbetty)
97 int *couldbetty;
103 *couldbetty = 0;
109 *couldbetty = S_ISCHR(st.st_mode);

Completed in 17 milliseconds