Home
last modified time | relevance | path

Searched refs:BIN_R (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFile.c2360 #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/
DLYUtils.h541 #define BIN_R "rb" macro
DUCAuto.c750 file = fopen(fnamebuf, BIN_R); in _Switch_Display_Charset()
DLYUtils.c7073 if ((fin = fopen(src, BIN_R)) != 0) { in LYCopyFile()
DGridText.c10637 if ((fd = fopen(val_used, BIN_R)) == 0) { in load_a_file()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES3357 TXT_A, add/use corresponding BIN_R, BIN_W, BIN_A definitions. Correction to