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

/freebsd-current/usr.bin/calendar/
H A Dio.c617 FILE *fpin; local
625 if ((fpin = opencalin()) == NULL)
629 fclose(fpin);
633 if (cal_parse(fpin, fpout))
644 FILE *fpin; local
648 if ((fpin = fopen(calendarFile, "r")) == NULL) {
654 if ((fpin = fopen(calendarFile, "r")) == NULL)
657 fpin = cal_fopen(calendarFile);
660 return (fpin);
/freebsd-current/usr.bin/at/
H A Dat.c215 FILE *fp, *fpin; local
332 fpin = freopen(atinput, "r", stdin);
333 if (fpin == NULL)

Completed in 166 milliseconds