Searched defs:SET_BINARY_MODE (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dminigzip.c37 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
39 # define SET_BINARY_MODE(file) macro
298 SET_BINARY_MODE(stdin);
299 SET_BINARY_MODE(stdout);

Completed in 11 milliseconds