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

/external/mksh/src/
H A Dshf.c54 sflags & SHF_UNBUF ? (sflags & SHF_RD ? 1 : 0) : SHF_BSIZE;
131 sflags & SHF_UNBUF ? (sflags & SHF_RD ? 1 : 0) : SHF_BSIZE;
151 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
166 sflags & SHF_UNBUF ? (sflags & SHF_RD ? 1 : 0) : SHF_BSIZE;
178 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
586 if (shf->flags & SHF_UNBUF) {
H A Dmain.c1318 /* test if we can seek backwards fd (returns 0 or SHF_UNBUF) */
1325 SHF_UNBUF : 0);
H A Dsh.h1060 #define SHF_UNBUF 0x0008 /* unbuffered I/O */ macro
1082 ssize_t rbsize; /* size of buffer (1 if SHF_UNBUF) */
1084 ssize_t wbsize; /* size of buffer (0 if SHF_UNBUF) */

Completed in 78 milliseconds