Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 78 of file setup.c.
Referenced by ccf_include(), ccf_nameserver(), ccf_options(), and ccf_sortlist().
{ va_list al; saveerr(ads,EINVAL); if (!ads->diagfile || (ads->iflags & adns_if_noerrprint)) return; if (lno==-1) fprintf(ads->diagfile,"adns: %s: ",fn); else fprintf(ads->diagfile,"adns: %s:%d: ",fn,lno); va_start(al,fmt); vfprintf(ads->diagfile,fmt,al); va_end(al); fputc('\n',ads->diagfile); }