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

/haiku-fatelf/src/bin/zic/
H A Dzic.c487 static const char * yitcommand; variable
554 if (yitcommand == NULL)
555 yitcommand = optarg;
584 if (yitcommand == NULL)
585 yitcommand = "yearistype";
2348 buf = erealloc(buf, (int) (132 + strlen(yitcommand) + strlen(type)));
2349 (void) sprintf(buf, "%s %d %s", yitcommand, year, type);

Completed in 96 milliseconds