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

/external/icu4c/tools/tzcode/
H A Dzic.c586 static const char * yitcommand; variable
655 if (yitcommand == NULL)
656 yitcommand = optarg;
685 if (yitcommand == NULL)
686 yitcommand = "yearistype";
2628 buf = erealloc(buf, (int) (132 + strlen(yitcommand) + strlen(type)));
2629 (void) sprintf(buf, "%s %d %s", yitcommand, year, type);

Completed in 18 milliseconds