Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfileobject.h17 int f_binary; /* Flag which indicates whether the file is member
/external/python/cpython2/Objects/
Dfileobject.c166 f->f_binary = strchr(mode,'b') != NULL; in fill_file_fields()
1832 if (f->f_binary) { in file_write()
1878 if (f->f_binary) in file_write()
1964 if (f->f_binary) { in file_writelines()