Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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.25/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.25/binutils/
Dconfig.in129 /* Define to 1 if you have the `setmode' function. */
Dconfigure.ac131 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.
Dconfigure12847 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale