Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c449 static const char *yitcommand; variable
516 if (yitcommand == NULL)
517 yitcommand = optarg;
548 if (yitcommand == NULL)
549 yitcommand = "yearistype";
1986 buf = erealloc(buf, (int)(132 + strlen(yitcommand) + strlen(type)));
1987 (void) sprintf(buf, "%s %d %s", yitcommand, year, type);