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

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

Completed in 104 milliseconds