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.c161 f->f_binary = strchr(mode,'b') != NULL; in fill_file_fields()
1811 if (f->f_binary) { in file_write()
1857 if (f->f_binary) in file_write()
1943 if (f->f_binary) { in file_writelines()