Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dsyslog.c143 FILE *fp, *fmt_fp; in vsyslog1() local
231 fmt_fp = fwopen(&fmt_cookie, writehook); in vsyslog1()
232 if (fmt_fp == NULL) { in vsyslog1()
246 fputs(errstr, fmt_fp); in vsyslog1()
249 fputc(ch, fmt_fp); in vsyslog1()
250 fputc(ch, fmt_fp); in vsyslog1()
252 fputc(ch, fmt_fp); in vsyslog1()
257 fputc(0, fmt_fp); in vsyslog1()
258 fclose(fmt_fp); in vsyslog1()