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

/ast/src/lib/libz/
H A Dminigzip.c35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
37 # define SET_BINARY_MODE(file) macro
301 SET_BINARY_MODE(stdin);
302 SET_BINARY_MODE(stdout);
/ast/src/cmd/bzip/
H A Dbzip2.c152 # define SET_BINARY_MODE(fd) /**/ macro
194 # define SET_BINARY_MODE(fd) \ macro
299 SET_BINARY_MODE(stream);
300 SET_BINARY_MODE(zStream);
380 SET_BINARY_MODE(stream);
381 SET_BINARY_MODE(zStream);
473 SET_BINARY_MODE(zStream);
/ast/src/lib/libbz/
H A Dbzlib.c1323 # define SET_BINARY_MODE(file) _setmode(_fileno(file),O_BINARY) macro
1325 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
1328 # define SET_BINARY_MODE(file) macro
1382 SET_BINARY_MODE(fp);

Completed in 62 milliseconds