Searched refs:hfsdir (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dhfs.h38 typedef struct _hfsdir_ hfsdir; typedef in typeref:struct:_hfsdir_
119 hfsdir *hfs_opendir(hfsvol *, char *);
120 int hfs_readdir(hfsdir *, hfsdirent *);
121 int hfs_closedir(hfsdir *);
H A Dinternal.h342 hfsdir *dirs; /* list of open directories */
H A Dhfs.c996 hfsdir *hfs_opendir(hfsvol *vol, char *path)
998 hfsdir *dir;
1006 dir = ALLOC(hfsdir, 1);
1065 int hfs_readdir(hfsdir *dir, hfsdirent *ent)
1166 int hfs_closedir(hfsdir *dir)

Completed in 174 milliseconds