Home | History | Annotate | Download | only in Modules

Lines Matching refs:_O_TEXT

4981         f = _PyPopen(cmdstring, tm | _O_TEXT, POPEN_1);

4985 f = _PyPopen(cmdstring, tm | _O_TEXT, POPEN_1);
5009 tm = _O_TEXT;
5046 tm = _O_TEXT;
5083 tm = _O_TEXT;
5322 switch (mode & (_O_RDONLY | _O_TEXT | _O_BINARY | _O_WRONLY)) {
5323 case _O_WRONLY | _O_TEXT:
5334 case _O_RDONLY | _O_TEXT:
5376 if (mode & _O_TEXT) {
5408 if (mode & _O_TEXT) {