OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SET_BINARY
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
binary-io.h
53
# define
SET_BINARY
(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
55
# define
SET_BINARY
(fd) setmode (fd, O_BINARY)
61
# define
SET_BINARY
(fd) /* nothing */
/src/external/gpl3/binutils/dist/include/
binary-io.h
51
# define
SET_BINARY
(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
53
# define
SET_BINARY
(fd) setmode (fd, O_BINARY)
59
# define
SET_BINARY
(fd) /* nothing */
/src/external/gpl3/binutils.old/dist/include/
binary-io.h
51
# define
SET_BINARY
(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
53
# define
SET_BINARY
(fd) setmode (fd, O_BINARY)
59
# define
SET_BINARY
(fd) /* nothing */
/src/external/gpl3/gdb/dist/include/
binary-io.h
51
# define
SET_BINARY
(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
53
# define
SET_BINARY
(fd) setmode (fd, O_BINARY)
59
# define
SET_BINARY
(fd) /* nothing */
/src/external/gpl3/gdb.old/dist/include/
binary-io.h
51
# define
SET_BINARY
(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
53
# define
SET_BINARY
(fd) setmode (fd, O_BINARY)
59
# define
SET_BINARY
(fd) /* nothing */
/src/external/gpl2/grep/dist/src/
system.h
64
# define
SET_BINARY
(fd) setmode (fd, O_BINARY)
66
# define
SET_BINARY
(fd) _setmode (fd, O_BINARY)
/src/external/gpl2/groff/dist/src/include/
nonposix.h
72
# define
SET_BINARY
(f) do {if (!isatty(f)) setmode(f,O_BINARY);} while(0)
176
#ifndef
SET_BINARY
177
# define
SET_BINARY
(f) do {} while(0)
/src/external/gpl2/texinfo/dist/lib/
system.h
245
# define
SET_BINARY
(f) do {if (!isatty(f)) setmode(f,O_BINARY);} while(0)
249
# define
SET_BINARY
(f) (void)0
/src/external/bsd/less/dist/
less.h
291
#define
SET_BINARY
(f) _setmode(f, _O_BINARY);
294
#define
SET_BINARY
(f) setmode(f, O_BINARY)
296
#define
SET_BINARY
(f)
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026