Searched refs:lineout (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/cal/ |
H A D | cal.c | 302 char *p, lineout[30]; in monthly() local 305 (void)snprintf(lineout, sizeof(lineout), "%s %d", in monthly() 307 len = strlen(lineout); in monthly() 333 char *p, lineout[80]; in j_yearly() local 335 (void)snprintf(lineout, sizeof(lineout), "%d", year); in j_yearly() 340 (void)memset(lineout, ' ', sizeof(lineout) - 1); in j_yearly() 341 lineout[sizeof(lineout) - 1] = '\0'; in j_yearly() 368 char *p, lineout[81]; in yearly() local 373 (void)snprintf(lineout, sizeof(lineout), "%d", year); in yearly() 378 (void)memset(lineout, ' ', sizeof(lineout) - 1); in yearly() [all …]
|