Searched refs:O_TEXT (Results 1 - 11 of 11) sorted by relevance

/external/bison/lib/
H A Dpipe2.c70 if ((flags & ~(O_CLOEXEC | O_NONBLOCK | O_BINARY | O_TEXT)) != 0)
144 else if (flags & O_TEXT)
146 setmode (fd[1], O_TEXT);
147 setmode (fd[0], O_TEXT);
H A Dfcntl.in.h294 # define O_TEXT _O_TEXT
298 /* BeOS 5 and Haiku have O_BINARY and O_TEXT, but they have no effect. */
300 # undef O_TEXT
305 # define O_TEXT 0
/external/stlport/src/details/
H A Dfstream_stdio.cpp76 # define O_TEXT _O_TEXT macro
90 # if !defined( O_TEXT )
91 # define O_TEXT _O_TEXT macro
H A Dfstream_win32io.cpp106 # define FTEXT 0x80 // O_TEXT flag
142 mode |= O_TEXT;
/external/bison/darwin-lib/
H A Dfcntl.h606 # define O_TEXT _O_TEXT macro
610 /* BeOS 5 and Haiku have O_BINARY and O_TEXT, but they have no effect. */
612 # undef O_TEXT macro
617 # define O_TEXT 0 macro
/external/bison/linux-lib/
H A Dfcntl.h606 # define O_TEXT _O_TEXT macro
610 /* BeOS 5 and Haiku have O_BINARY and O_TEXT, but they have no effect. */
612 # undef O_TEXT macro
617 # define O_TEXT 0 macro
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbss_file.c334 setmode(fd,O_TEXT);
356 setmode(fd, O_TEXT);
/external/openssl/crypto/bio/
H A Dbss_file.c334 setmode(fd,O_TEXT);
356 setmode(fd, O_TEXT);
/external/chromium_org/third_party/openssl/openssl/
H A De_os.h236 # define _O_TEXT O_TEXT
344 # define _O_TEXT O_TEXT
430 # define _O_TEXT O_TEXT
/external/openssl/
H A De_os.h236 # define _O_TEXT O_TEXT
344 # define _O_TEXT O_TEXT
430 # define _O_TEXT O_TEXT
/external/e2fsprogs/intl/
H A Dloadmsgcat.c481 # define O_TEXT _O_TEXT macro
484 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
486 # undef O_TEXT macro

Completed in 1390 milliseconds