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

  /external/srec/portable/src/
PFileWrap.c 171 int is_eof;
173 is_eof = feof ( (FILE *)self );
175 if ( is_eof != 0 )
  /system/core/adb/
sockets.c 318 int is_eof = 0; local
334 is_eof = 1;
337 D("LS(%d): fd=%d post avail loop. r=%d is_eof=%d forced_eof=%d\n",
338 s->id, s->fd, r, is_eof, s->fde.force_eof);
368 if((s->fde.force_eof && !r) || is_eof) {
369 D(" closing because is_eof=%d r=%d s->fde.force_eof=%d\n", is_eof, r, s->fde.force_eof);

Completed in 120 milliseconds