HomeSort by: relevance | last modified time | path
    Searched refs:SET_BINARY_MODE (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/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);
  /src/common/dist/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);
gznorm.c 27 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
29 # define SET_BINARY_MODE(file)
460 SET_BINARY_MODE(stdin);
461 SET_BINARY_MODE(stdout);
  /src/common/dist/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);
  /src/common/dist/zlib/test/
minigzip.c 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
40 # define SET_BINARY_MODE(file)
533 SET_BINARY_MODE(stdin);
534 SET_BINARY_MODE(stdout);
546 SET_BINARY_MODE(stdout);

Completed in 13 milliseconds