HomeSort by relevance Sort by last modified time
    Searched refs:_Py_open (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Include/
fileutils.h 56 PyAPI_FUNC(int) _Py_open(
  /external/python/cpython3/Python/
random.c 319 fd = _Py_open("/dev/urandom", O_RDONLY);
326 /* otherwise, keep the OSError exception raised by _Py_open() */
fileutils.c 34 The flag is used by _Py_open(), _Py_open_noraise(), io.FileIO
989 _Py_open(const char *pathname, int flags)
992 /* _Py_open() must be called with the GIL held. */
    [all...]
  /external/python/cpython3/Modules/
ossaudiodev.c 123 fd = _Py_open(devicename, imode|O_NONBLOCK);
184 fd = _Py_open(devicename, O_RDWR);
    [all...]
mmapmodule.c     [all...]
selectmodule.c 1085 fd_devpoll = _Py_open("/dev/poll", O_RDWR);
    [all...]
posixmodule.c     [all...]

Completed in 463 milliseconds