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

/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/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 572 milliseconds