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

/external/mksh/src/
H A Dshf.c53 sflags & SHF_UNBUF ? (sflags & SHF_RD ? 1 : 0) : SHF_BSIZE;
126 sflags & SHF_UNBUF ? (sflags & SHF_RD ? 1 : 0) : SHF_BSIZE;
146 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
161 sflags & SHF_UNBUF ? (sflags & SHF_RD ? 1 : 0) : SHF_BSIZE;
173 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
581 if (shf->flags & SHF_UNBUF) {
H A Dmain.c1210 /* test if we can seek backwards fd (returns 0 or SHF_UNBUF) */
1217 SHF_UNBUF : 0);
H A Dsh.h916 #define SHF_UNBUF 0x0008 /* unbuffered I/O */ macro
938 ssize_t rbsize; /* size of buffer (1 if SHF_UNBUF) */
940 ssize_t wbsize; /* size of buffer (0 if SHF_UNBUF) */

Completed in 62 milliseconds