Searched refs:DOS_DE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libstand/
H A Ddosfs.h77 } DOS_DE; typedef in typeref:struct:__anon5929
91 DOS_DE de; /* standard directory entry */
115 DOS_DE de; /* directory entry */
H A Ddosfs.c100 static DOS_DE dot[2] = {
137 static int namede(DOS_FS *, const char *, DOS_DE **);
138 static int lookup(DOS_FS *, u_int, const char *, DOS_DE **);
140 static void cp_sfn(u_char *, DOS_DE *);
141 static off_t fsize(DOS_FS *, DOS_DE *);
201 DOS_DE *de;
477 namede(DOS_FS *fs, const char *path, DOS_DE **dep)
480 DOS_DE *de;
512 lookup(DOS_FS *fs, u_int clus, const char *name, DOS_DE **dep)
624 cp_sfn(u_char *sfn, DOS_DE *d
[all...]

Completed in 123 milliseconds