Home
last modified time | relevance | path

Searched refs:file_fileno (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c957 file_fileno(PyFileObject *f) in file_fileno() function
2122 {"fileno", (PyCFunction)file_fileno, METH_NOARGS, fileno_doc},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c943 file_fileno(PyFileObject *f) in file_fileno() function
2054 {"fileno", (PyCFunction)file_fileno, METH_NOARGS, fileno_doc},