Home
last modified time | relevance | path

Searched refs:f_fp (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c79 return ((PyFileObject *)f)->f_fp; in PyFile_AsFile()
110 result = PyObject_Print(op, f->f_fp, flags); in file_PyObject_Print()
124 if (f->f_fp == NULL) in dircheck()
126 if (fstat(fileno(f->f_fp), &buf) == 0 && in dircheck()
147 assert(f->f_fp == NULL); in fill_file_fields()
180 f->f_fp = fp; in fill_file_fields()
331 assert(f->f_fp == NULL); in open_the_file()
365 f->f_fp = _wfopen(PyUnicode_AS_UNICODE(f->f_name), in open_the_file()
372 if (NULL == f->f_fp && NULL != name) { in open_the_file()
374 f->f_fp = fopen(name, newmode); in open_the_file()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c79 return ((PyFileObject *)f)->f_fp; in PyFile_AsFile()
110 result = PyObject_Print(op, f->f_fp, flags); in file_PyObject_Print()
124 if (f->f_fp == NULL) in dircheck()
126 if (fstat(fileno(f->f_fp), &buf) == 0 && in dircheck()
147 assert(f->f_fp == NULL); in fill_file_fields()
180 f->f_fp = fp; in fill_file_fields()
331 assert(f->f_fp == NULL); in open_the_file()
365 f->f_fp = _wfopen(PyUnicode_AS_UNICODE(f->f_name), in open_the_file()
372 if (NULL == f->f_fp && NULL != name) { in open_the_file()
374 f->f_fp = fopen(name, newmode); in open_the_file()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dfileobject.h24 FILE *f_fp; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfileobject.h24 FILE *f_fp; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dfileobject.h23 FILE *f_fp; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfileobject.h12 FILE *f_fp; member