OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listentry
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c
174
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
dummyentry
[
all
...]
/external/icu4c/tools/tzcode/
zdump.c
174
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
dummyentry
[
all
...]
Completed in 25 milliseconds