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

  /external/zlib/examples/
zpipe.c 23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
25 # define SET_BINARY_MODE(file)
181 SET_BINARY_MODE(stdin);
182 SET_BINARY_MODE(stdout);
  /external/zlib/contrib/iostream2/
zstream.h 35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
37 # define SET_BINARY_MODE(file)
71 SET_BINARY_MODE(fp);
187 SET_BINARY_MODE(fp);
  /external/zlib/
minigzip.c 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
40 # define SET_BINARY_MODE(file)
394 SET_BINARY_MODE(stdin);
395 SET_BINARY_MODE(stdout);
407 SET_BINARY_MODE(stdout);
  /external/bzip2/
bzip2.c 89 # define SET_BINARY_MODE(fd) /**/
104 # undef SET_BINARY_MODE
105 # define SET_BINARY_MODE(fd) \
116 # undef SET_BINARY_MODE
117 # define SET_BINARY_MODE(fd) \
146 # define SET_BINARY_MODE(fd) \
338 SET_BINARY_MODE(stream);
339 SET_BINARY_MODE(zStream);
446 SET_BINARY_MODE(stream);
447 SET_BINARY_MODE(zStream)
    [all...]
bzlib.c     [all...]
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/main/perf/
bz2.c     [all...]

Completed in 76 milliseconds