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

/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzdump.c1000 char * pzonename; local
1003 if ((pzonename = malloc(strlen(relpath) + 1)) == NULL) {
1006 strcpy(pzonename, relpath);
1012 pentry->name = pzonename;

Completed in 136 milliseconds