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

/freebsd-current/usr.bin/calendar/
H A Dio.c618 FILE *fpout; local
628 if ((fpout = opencalout()) == NULL) {
633 if (cal_parse(fpin, fpout))
636 event_print_all(fpout);
637 closecal(fpout);

Completed in 54 milliseconds