Searched refs:READ_MODE (Results 1 – 3 of 3) sorted by relevance
21 #define READ_MODE 0666 macro33 {TST_FILEREAD, READ_MODE},
13 READ_MODE = "U" # universal line endings variable16 READ_MODE = "r" variable131 with open(pathname, READ_MODE) as fp:138 with open(pathname, READ_MODE) as fp:
104 #define READ_MODE 0x1c0 macro