Home
last modified time | relevance | path

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

/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_common.h953 #define RSB_FOPEN(X,Y) gzopen((X),(Y)) macro
956 #define RSB_FOPEN(X,Y) fopen((X),(Y)) macro
H A Drsb_mio.c123 if ((fd = RSB_FOPEN(fn, "r")) == NULL) in rsb__util_mm_info_matrix_f()