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

/freebsd-9.3-release/lib/libc/gen/
H A Dsyslog.c140 FILE *fp, *fmt_fp; local
200 fmt_fp = fwopen(&fmt_cookie, writehook);
201 if (fmt_fp == NULL) {
216 fputs(errstr, fmt_fp);
219 fputc(ch, fmt_fp);
220 fputc(ch, fmt_fp);
222 fputc(ch, fmt_fp);
227 fputc(0, fmt_fp);
228 fclose(fmt_fp);

Completed in 86 milliseconds