OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hfsdir
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/mkhybrid/dist/libhfs_iso/
hfs.h
38
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
*);
internal.h
342
hfsdir
*dirs; /* list of open directories */
hfs.c
996
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 22 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026