| /src/external/gpl2/mkhybrid/dist/libhfs_iso/ |
| hfs.h | 37 typedef struct _hfsfile_ hfsfile; typedef in typeref:struct:_hfsfile_ 123 hfsfile *hfs_open(hfsvol *, char *); 124 int hfs_setfork(hfsfile *, int); 125 int hfs_getfork(hfsfile *); 126 long hfs_read(hfsfile *, void *, unsigned long); 127 long hfs_write(hfsfile *, void *, unsigned long); 128 int hfs_truncate(hfsfile *, unsigned long); 129 long hfs_lseek(hfsfile *, long, int); 131 int hfs_close(hfsfile *, long, long); 133 int hfs_close(hfsfile *); [all...] |
| hfs.h | 37 typedef struct _hfsfile_ hfsfile; typedef in typeref:struct:_hfsfile_ 123 hfsfile *hfs_open(hfsvol *, char *); 124 int hfs_setfork(hfsfile *, int); 125 int hfs_getfork(hfsfile *); 126 long hfs_read(hfsfile *, void *, unsigned long); 127 long hfs_write(hfsfile *, void *, unsigned long); 128 int hfs_truncate(hfsfile *, unsigned long); 129 long hfs_lseek(hfsfile *, long, int); 131 int hfs_close(hfsfile *, long, long); 133 int hfs_close(hfsfile *); [all...] |