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

/freebsd-12-stable/usr.sbin/lpr/common_source/
H A Dctlinfo.c266 static FILE *ctl_dbgfile = NULL; variable
314 ctl_dbgfile = NULL;
319 ctl_dbgfile = fopen(DEBUGREADCF_FNAME, "a");
320 if (ctl_dbgfile != NULL) {
321 fprintf(ctl_dbgfile, "%s: s=%p r=%ld e=%p %p->%s\n",
388 if (ctl_dbgfile != NULL) {
390 ctl_dumpcji(ctl_dbgfile, "end readcf", &(cpriv->pub));
391 fclose(ctl_dbgfile);
392 ctl_dbgfile = NULL;
910 if (tabcnt && (ctl_dbgfile !
[all...]

Completed in 42 milliseconds