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

/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c464 static const char * yitcommand; variable
546 if (yitcommand == NULL)
547 yitcommand = optarg;
570 if (yitcommand == NULL)
571 yitcommand = "yearistype";
2367 buf = erealloc(buf, (int) (132 + strlen(yitcommand) + strlen(type)));
2368 (void) sprintf(buf, "%s %d %s", yitcommand, year, type);

Completed in 49 milliseconds