Searched defs:listentry (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/tools/tzcode/
H A Dzdump.c174 typedef struct listentry { struct
176 struct listentry * next;
177 } listentry; typedef in typeref:struct:listentry
182 static int getall(struct listentry ** namelist);
183 static void getzones(char * basedir, char * subdir, struct listentry ** last, int * count);
298 listentry * namelist = NULL;
580 struct listentry * entry = namelist;
581 struct listentry * next;
973 static int getall(struct listentry ** namelist) {
975 struct listentry dummyentr
[all...]

Completed in 28 milliseconds