Home
last modified time | relevance | path

Searched refs:setmode (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Dbinary-io.h42 # define setmode _setmode macro
51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
53 # define SET_BINARY(fd) setmode (fd, O_BINARY)
/toolchain/binutils/binutils-2.27/zlib/contrib/puff/
Dpufftest.c26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
/toolchain/binutils/binutils-2.27/zlib/examples/
Dzpipe.c23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
/toolchain/binutils/binutils-2.27/gprof/
Dconfigure.ac43 AC_CHECK_FUNCS(setmode)
Dgconfig.in19 /* Define to 1 if you have the `setmode' function. */
DChangeLog-9203687 * configure.in: Check for setmode function.
/toolchain/binutils/binutils-2.27/zlib/contrib/iostream2/
Dzstream.h35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
/toolchain/binutils/binutils-2.27/zlib/
Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
DChangeLog311 - Include stdlib.h in minigzip.c for setmode() definition under WinCE
/toolchain/binutils/binutils-2.27/zlib/test/
Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
/toolchain/binutils/binutils-2.27/binutils/
Dconfig.in132 /* Define to 1 if you have the `setmode' function. */
Dconfigure.ac134 AC_CHECK_FUNCS(sbrk utimes setmode getc_unlocked strcoll setlocale)
DChangeLog-00011564 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
1579 * configure.in: Check for setmode.
Dconfigure13197 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale