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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmsdos.c145 # define zdirent dirent macro
191 typedef struct zdirent { struct
197 struct zdirent *Readdir OF((zDIR *));
250 struct zdirent *Readdir(d)
259 return (struct zdirent *)NULL;
260 return (struct zdirent *)d;
285 struct zdirent *file;
333 while ((file = Readdir(wild_dir)) != (struct zdirent *)NULL) {
386 while ((file = Readdir(wild_dir)) != (struct zdirent *)NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c88 # define zdirent dirent macro
94 typedef struct zdirent { struct
106 static struct zdirent *Readdir (zDIR *d);
265 static struct zdirent *Readdir(d)
281 return (struct zdirent *)d;
1500 struct zdirent *file;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmszip.c156 typedef struct zdirent { struct

Completed in 123 milliseconds