Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmakebuf.c46 int couldbetty; variable
54 flags = sm_whatbuf(fp, &size, &couldbetty);
67 if (couldbetty && isatty(fp->f_file))
92 sm_whatbuf(fp, bufsize, couldbetty) in sm_whatbuf() argument
95 int *couldbetty;
101 *couldbetty = 0;
107 *couldbetty = S_ISCHR(st.st_mode);