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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c448 static const char *yitcommand; variable
514 if (yitcommand == NULL)
515 yitcommand = optarg;
546 if (yitcommand == NULL)
547 yitcommand = "yearistype";
1984 buf = erealloc(buf, (int)(132 + strlen(yitcommand) + strlen(type)));
1985 (void) sprintf(buf, "%s %d %s", yitcommand, year, type);

Completed in 45 milliseconds