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

  /external/nanopb-c/tests/common/
test_helpers.h 9 #define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
12 #define SET_BINARY_MODE(file)
  /external/zlib/src/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/src/contrib/puff/
pufftest.c 26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
28 # define SET_BINARY_MODE(file)
157 SET_BINARY_MODE(stdout);
  /external/zlib/src/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/src/test/
minigzip.c 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
40 # define SET_BINARY_MODE(file)
605 SET_BINARY_MODE(stdin);
606 SET_BINARY_MODE(stdout);
618 SET_BINARY_MODE(stdout);
  /external/bzip2/
bzlib.c     [all...]
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...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/main/exp-sgcheck/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 827 milliseconds