Searched refs:BIN_R (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTFile.c | 2360 #define FOPEN_MODE(bin) (bin ? BIN_R : "r") 2450 gzfp = gzopen(localname, BIN_R); in decompressAndParse() 2472 bzfp = BZ2_bzopen(localname, BIN_R); in decompressAndParse() 2529 gzfp = gzopen(localname, BIN_R); in decompressAndParse() 2547 bzfp = BZ2_bzopen(localname, BIN_R); in decompressAndParse()
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYUtils.h | 541 #define BIN_R "rb" macro
|
| D | UCAuto.c | 750 file = fopen(fnamebuf, BIN_R); in _Switch_Display_Charset()
|
| D | LYUtils.c | 7073 if ((fin = fopen(src, BIN_R)) != 0) { in LYCopyFile()
|
| D | GridText.c | 10637 if ((fd = fopen(val_used, BIN_R)) == 0) { in load_a_file()
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | CHANGES | 3357 TXT_A, add/use corresponding BIN_R, BIN_W, BIN_A definitions. Correction to
|