Home
last modified time | relevance | path

Searched refs:listentry (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dzdump.c240 typedef struct listentry { struct
242 struct listentry * next; argument
243 } listentry; typedef
248 static int getall(struct listentry ** namelist);
249 static void getzones(char * basedir, char * subdir, struct listentry ** last, int * count);
358 listentry * namelist = NULL; in main()
674 struct listentry * entry = namelist; in main()
675 struct listentry * next; in main()
1029 static int getall(struct listentry ** namelist) { in getall()
1031 struct listentry dummyentry; in getall()
[all …]