Home
last modified time | relevance | path

Searched refs:f_skipnextlf (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dfileobject.h37 int f_skipnextlf; /* Skip next \n */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfileobject.h37 int f_skipnextlf; /* Skip next \n */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dfileobject.h36 int f_skipnextlf; /* Skip next \n */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfileobject.h25 int f_skipnextlf; /* Skip next \n */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c165 f->f_skipnextlf = 0; in fill_file_fields()
804 f->f_skipnextlf = 0; in file_seek()
940 if (f->f_skipnextlf) { in file_tell()
946 f->f_skipnextlf = 0; in file_tell()
1417 int skipnextlf = f->f_skipnextlf; in get_line()
1464 f->f_skipnextlf = skipnextlf; in get_line()
1486 f->f_skipnextlf = skipnextlf; in get_line()
2745 skipnextlf = ((PyFileObject *)fobj)->f_skipnextlf; in Py_UniversalNewlineFgets()
2787 ((PyFileObject *)fobj)->f_skipnextlf = skipnextlf; in Py_UniversalNewlineFgets()
2833 skipnextlf = f->f_skipnextlf; in Py_UniversalNewlineFread()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c165 f->f_skipnextlf = 0; in fill_file_fields()
790 f->f_skipnextlf = 0; in file_seek()
926 if (f->f_skipnextlf) { in file_tell()
932 f->f_skipnextlf = 0; in file_tell()
1392 int skipnextlf = f->f_skipnextlf; in get_line()
1444 f->f_skipnextlf = skipnextlf; in get_line()
2678 skipnextlf = ((PyFileObject *)fobj)->f_skipnextlf; in Py_UniversalNewlineFgets()
2720 ((PyFileObject *)fobj)->f_skipnextlf = skipnextlf; in Py_UniversalNewlineFgets()
2766 skipnextlf = f->f_skipnextlf; in Py_UniversalNewlineFread()
2816 f->f_skipnextlf = skipnextlf; in Py_UniversalNewlineFread()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbz2module.c114 int f_skipnextlf; /* Skip next \n */ member
261 int skipnextlf = f->f_skipnextlf; in Util_GetLine()
307 f->f_skipnextlf = skipnextlf; in Util_GetLine()
359 skipnextlf = f->f_skipnextlf; in Util_UnivNewlineRead()
407 f->f_skipnextlf = skipnextlf; in Util_UnivNewlineRead()