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

  /external/mksh/src/
shf.c 127 shf->rnleft = 0;
175 shf->rnleft = 0;
214 shf->rnleft = bsize;
254 shf->rnleft = 0;
301 if (shf->rnleft > 0) {
302 lseek(shf->fd, (off_t)-shf->rnleft, SEEK_CUR);
303 shf->rnleft = 0;
417 shf->rnleft = blocking_read(shf->fd, (char *) shf->buf,
419 if (shf->rnleft < 0 && errno == EINTR &&
424 if (shf->rnleft <= 0)
    [all...]
sh.h 836 #define shf_getc(shf) ((shf)->rnleft > 0 ? \
837 (shf)->rnleft--, *(shf)->rp++ : \
866 #define SHF_READING 0x2000 /* currently reading: rnleft,rp valid */
877 int rnleft; /* read: how much data left in buffer */ member in struct:shf
    [all...]
  /external/netcat/
netcat.c 1134 unsigned int rnleft; local
    [all...]

Completed in 577 milliseconds