Searched refs:O_TEXT (Results 1 – 14 of 14) sorted by relevance
/external/bison/lib/ |
D | pipe2.c | 70 if ((flags & ~(O_CLOEXEC | O_NONBLOCK | O_BINARY | O_TEXT)) != 0) in pipe2() 144 else if (flags & O_TEXT) in pipe2() 146 setmode (fd[1], O_TEXT); in pipe2() 147 setmode (fd[0], O_TEXT); in pipe2()
|
D | fcntl.in.h | 294 # define O_TEXT _O_TEXT 300 # undef O_TEXT 305 # define O_TEXT 0
|
/external/bison/linux-lib/ |
D | fcntl.h | 606 # define O_TEXT _O_TEXT macro 612 # undef O_TEXT 617 # define O_TEXT 0 macro
|
/external/bison/darwin-lib/ |
D | fcntl.h | 606 # define O_TEXT _O_TEXT macro 612 # undef O_TEXT 617 # define O_TEXT 0 macro
|
/external/python/cpython2/Doc/library/ |
D | msvcrt.rst | 63 text mode, *flags* should be :const:`os.O_TEXT`; for binary, it should be 71 and :const:`os.O_TEXT`. The returned file descriptor may be used as a parameter
|
D | os.rst | 905 O_TEXT
|
/external/python/cpython2/RISCOS/Modules/ |
D | riscosmodule.c | 485 #ifdef O_TEXT in all_ins() 486 if (ins(d, "O_TEXT", (long)O_TEXT)) return -1; in all_ins()
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 481 # define O_TEXT _O_TEXT macro 486 # undef O_TEXT
|
/external/syslinux/lzo/src/ |
D | lzo_supp.h | 3366 LZO_COMPILE_TIME_ASSERT(O_TEXT > 0) in LZOLIB_PUBLIC() 3368 r = setmode(fd, binary ? O_BINARY : O_TEXT); in LZOLIB_PUBLIC() 3372 return (r & O_TEXT) ? 0 : 1; in LZOLIB_PUBLIC() 3397 LZO_COMPILE_TIME_ASSERT(O_TEXT > 0) in LZOLIB_PUBLIC() 3399 r = setmode(fd, binary ? O_BINARY : O_TEXT); in LZOLIB_PUBLIC() 3401 return (r & O_TEXT) ? 0 : 1; in LZOLIB_PUBLIC()
|
D | miniacc.h | 6246 ACC_COMPILE_TIME_ASSERT(O_TEXT > 0) in ACCLIB_PUBLIC() 6248 r = setmode(fd, binary ? O_BINARY : O_TEXT); in ACCLIB_PUBLIC() 6252 return (r & O_TEXT) ? 0 : 1; in ACCLIB_PUBLIC() 6277 ACC_COMPILE_TIME_ASSERT(O_TEXT > 0) in ACCLIB_PUBLIC() 6279 r = setmode(fd, binary ? O_BINARY : O_TEXT); in ACCLIB_PUBLIC() 6281 return (r & O_TEXT) ? 0 : 1; in ACCLIB_PUBLIC()
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 4662 tm = O_TEXT; in os2emx_popen2() 4694 tm = O_TEXT; in os2emx_popen3() 4726 tm = O_TEXT; in os2emx_popen4() 4767 if (mode == O_TEXT) in _PyPopen() 9283 #ifdef O_TEXT in all_ins() 9284 if (ins(d, "O_TEXT", (long)O_TEXT)) return -1; in all_ins()
|
/external/mksh/src/ |
D | exec.c | 892 setmode(fd, O_TEXT); in scriptexec()
|
D | funcs.c | 1749 saved_mode = setmode(fd, O_TEXT); in c_read()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 5932 O_EXCL, O_RDONLY, O_RDWR, O_TEXT, O_TRUNC and O_WRONLY. Contrary 13580 Windows, also O_TEXT and O_BINARY. The 'error' variable (the
|