HomeSort by relevance Sort by last modified time
    Searched refs:SHF_UNBUF (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
shf.c 48 int bsize = sflags & SHF_UNBUF ? (sflags & SHF_RD ? 1 : 0) : SHF_BSIZE;
86 int bsize = sflags & SHF_UNBUF ? (sflags & SHF_RD ? 1 : 0) : SHF_BSIZE;
130 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
143 int bsize = sflags & SHF_UNBUF ? (sflags & SHF_RD ? 1 : 0) : SHF_BSIZE;
178 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
573 if (shf->flags & SHF_UNBUF) {
main.c 1039 /* test if we can seek backwards fd (returns 0 or SHF_UNBUF) */
1046 SHF_UNBUF : 0);
    [all...]
sh.h 854 #define SHF_UNBUF 0x0008 /* unbuffered I/O */
876 int rbsize; /* size of buffer (1 if SHF_UNBUF) */
878 int wbsize; /* size of buffer (0 if SHF_UNBUF) */
    [all...]

Completed in 648 milliseconds