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

/illumos-gate/usr/src/boot/lib/libz/test/
H A Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
40 # define SET_BINARY_MODE(file) macro
605 SET_BINARY_MODE(stdin);
606 SET_BINARY_MODE(stdout);
618 SET_BINARY_MODE(stdout);
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c1553 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
1555 # define SET_BINARY_MODE(file) macro
1598 SET_BINARY_MODE(fp);

Completed in 63 milliseconds