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

/freebsd-current/lib/libc/stdio/
H A Dsetvbuf.c52 int ttyflag; local
89 flags |= __swhatbuf(fp, &iosize, &ttyflag);
/freebsd-current/contrib/sendmail/libsm/
H A Dsetvbuf.c57 int ttyflag; local
106 flags |= sm_whatbuf(fp, &iosize, &ttyflag);
/freebsd-current/usr.sbin/pstat/
H A Dpstat.c107 int fileflag, ttyflag; local
112 fileflag = swapflag = ttyflag = 0;
162 ttyflag = 1;
192 if (!(fileflag | ttyflag | swapflag | totalflag))
196 if (ttyflag)

Completed in 190 milliseconds