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

/freebsd-current/sys/contrib/zstd/programs/
H A Dplatform.h162 # define SET_BINARY_MODE(file) { int const unused=_setmode(_fileno(file), _O_BINARY); (void)unused; } macro
165 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
169 # define SET_BINARY_MODE(file) macro
H A Ddatagen.c17 #include "platform.h" /* SET_BINARY_MODE */
169 SET_BINARY_MODE(stdout);
H A Dfileio.c26 #include "platform.h" /* Large Files support, SET_BINARY_MODE */
618 SET_BINARY_MODE(stdin);
657 SET_BINARY_MODE(stdout);
/freebsd-current/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c43 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
45 # define SET_BINARY_MODE(file) macro
594 SET_BINARY_MODE(stdin);
595 SET_BINARY_MODE(stdout);
607 SET_BINARY_MODE(stdout);
/freebsd-current/sys/contrib/zlib/test/
H A Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
40 # define SET_BINARY_MODE(file) macro
533 SET_BINARY_MODE(stdin);
534 SET_BINARY_MODE(stdout);
546 SET_BINARY_MODE(stdout);
/freebsd-current/contrib/bzip2/
H A Dbzip2.c89 # define SET_BINARY_MODE(fd) /**/ macro
104 # undef SET_BINARY_MODE macro
105 # define SET_BINARY_MODE(fd) \ macro
116 # undef SET_BINARY_MODE macro
117 # define SET_BINARY_MODE(fd) \ macro
146 # define SET_BINARY_MODE(fd) \ macro
338 SET_BINARY_MODE(stream);
339 SET_BINARY_MODE(zStream);
446 SET_BINARY_MODE(stream);
447 SET_BINARY_MODE(zStrea
[all...]
H A Dbzlib.c1383 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
1385 # define SET_BINARY_MODE(file) macro
1428 SET_BINARY_MODE(fp);

Completed in 286 milliseconds