Home
last modified time | relevance | path

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

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