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

1 2

  /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/nanopb-c/tests/basic_buffer/
encode_buffer.c 29 SET_BINARY_MODE(stdout);
decode_buffer.c 68 SET_BINARY_MODE(stdin);
  /external/lz4/programs/
platform.h 126 # define SET_BINARY_MODE(file) { int unused=_setmode(_fileno(file), _O_BINARY); (void)unused; }
129 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
133 # define SET_BINARY_MODE(file)
datagen.c 29 #include "platform.h" /* Compiler options, SET_BINARY_MODE */
174 SET_BINARY_MODE(stdout);
  /external/nanopb-c/tests/basic_stream/
encode_stream.c 28 SET_BINARY_MODE(stdout);
decode_stream.c 75 SET_BINARY_MODE(stdin);
  /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);
  /toolchain/binutils/binutils-2.27/zlib/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/nanopb-c/tests/extensions/
encode_extensions.c 40 SET_BINARY_MODE(stdout);
decode_extensions.c 29 SET_BINARY_MODE(stdin);
  /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);
  /toolchain/binutils/binutils-2.27/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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
minigzip.c 35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
37 # define SET_BINARY_MODE(file)
301 SET_BINARY_MODE(stdin);
302 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);
  /toolchain/binutils/binutils-2.27/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);
  /toolchain/binutils/binutils-2.27/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/nanopb-c/tests/callbacks/
encode_callbacks.c 87 SET_BINARY_MODE(stdout);
decode_callbacks.c 69 SET_BINARY_MODE(stdin);
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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/python/cpython2/Modules/zlib/
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/python/cpython3/Modules/zlib/
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/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);
  /toolchain/binutils/binutils-2.27/zlib/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);

Completed in 362 milliseconds

1 2