Home | History | Annotate | Download | only in Efi

Lines Matching refs:_O_TEXT

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

3395 f = _PyPopen(cmdstring, tm | _O_TEXT, POPEN_1);
3419 tm = _O_TEXT;
3456 tm = _O_TEXT;
3493 tm = _O_TEXT;
3732 switch (mode & (_O_RDONLY | _O_TEXT | _O_BINARY | _O_WRONLY)) {
3733 case _O_WRONLY | _O_TEXT:
3744 case _O_RDONLY | _O_TEXT:
3786 if (mode & _O_TEXT) {
3818 if (mode & _O_TEXT) {