OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_univ_newline
(Results
1 - 10
of
10
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
fileobject.h
35
int
f_univ_newline
; /* Handle any newline convention */
member in struct:__anon5202
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h
23
int
f_univ_newline
; /* Handle any newline convention */
member in struct:__anon5309
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
fileobject.h
34
int
f_univ_newline
; /* Handle any newline convention */
member in struct:__anon5514
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
fileobject.h
35
int
f_univ_newline
; /* Handle any newline convention */
member in struct:__anon5616
/external/python/cpython2/Include/
fileobject.h
23
int
f_univ_newline
; /* Handle any newline convention */
member in struct:__anon36501
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c
112
int
f_univ_newline
; /* Handle any newline convention */
member in struct:__anon5710
262
int univ_newline = f->
f_univ_newline
;
355
if (!f->
f_univ_newline
)
[
all
...]
/external/python/cpython2/Modules/
bz2module.c
97
int
f_univ_newline
; /* Handle any newline convention */
member in struct:__anon36695
250
int univ_newline = f->
f_univ_newline
;
343
if (!f->
f_univ_newline
)
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c
163
f->
f_univ_newline
= (strchr(mode, 'U') != NULL);
171
if (strchr(mode, 'r') != NULL || f->
f_univ_newline
)
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c
163
f->
f_univ_newline
= (strchr(mode, 'U') != NULL);
171
if (strchr(mode, 'r') != NULL || f->
f_univ_newline
)
[
all
...]
/external/python/cpython2/Objects/
fileobject.c
168
f->
f_univ_newline
= (strchr(mode, 'U') != NULL);
176
if (strchr(mode, 'r') != NULL || f->
f_univ_newline
)
[
all
...]
Completed in 102 milliseconds