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

  /external/bison/lib/
binary-io.h 33 /* set_binary_mode (fd, mode)
39 # define set_binary_mode setmode macro
41 # define set_binary_mode _setmode
50 set_binary_mode (int fd, int mode)
65 # define SET_BINARY(fd) ((void) (!isatty (fd) ? (set_binary_mode (fd, O_BINARY), 0) : 0))
67 # define SET_BINARY(fd) ((void) set_binary_mode (fd, O_BINARY))
  /external/libvpx/libvpx/
tools_common.h 14 FILE* set_binary_mode(FILE *stream);
tools_common.c 23 FILE* set_binary_mode(FILE *stream) function
vpxdec.c 338 : set_binary_mode(stdout);
882 infile = strcmp(fn, "-") ? fopen(fn, "rb") : set_binary_mode(stdin);
    [all...]
vpxenc.c     [all...]
  /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);
zlib_how.html 58 <tt>SET_BINARY_MODE()</tt> will be used later on <tt>stdin</tt> and <tt>stdout</tt>, at the beginning of <tt>main()</tt>.
63 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
65 # define SET_BINARY_MODE(file)
516 SET_BINARY_MODE(stdin);
517 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)
585 SET_BINARY_MODE(stdin);
586 SET_BINARY_MODE(stdout);
598 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/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 612 milliseconds