Home
last modified time | relevance | path

Searched defs:Hopen (Results 1 – 2 of 2) sorted by relevance

/dports/science/hdf/hdf-4.2.15/java/src/hdf/hdflib/
H A DHDFLibrary.java253 public static long Hopen(String filename) throws HDFException { in Hopen() method in HDFLibrary
257 public static long Hopen(String filename, int access) throws HDFException { in Hopen() method in HDFLibrary
261 public static native long Hopen(String filename, int access, int ndds) throws HDFException; in Hopen() method in HDFLibrary
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dhfile.c262 Hopen(const char *path, intn acc_mode, int16 ndds) in Hopen() function