OF_open
if ((dp->d_handle = OF_open(dp->d_path)) == -1)
if ((dp->d_handle = OF_open(dp->d_path)) == -1) {
if ((netinstance = OF_open(path)) == -1) {
memory = OF_open("/memory");
memory = OF_open("/memory@0");
ihandle_t OF_open(char *);
inst = OF_open("/");
rtas = OF_open(path);
ifd = OF_open(path);
ihandle_t OF_open(const char *path);
ih = OF_open(name);
sc->sc_handle = OF_open(buf);
sc->sc_handle = OF_open("screen");
ih = OF_open(name);
rtasi = OF_open(path);