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

/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dctlinfo.c435 FILE *newcf; local
464 newcf = NULL; /* in case of early jump to error_ret */
494 newcf = fdopen(newfd, "w");
495 if (newcf == NULL) {
532 fprintf(newcf, "H%s\n", from_host);
534 fprintf(newcf, "H%s\n", cjinf->cji_accthost);
584 fprintf(newcf, "P%s\n", ".na.");
586 fprintf(newcf, "P%s\n", cjinf->cji_acctuser);
590 fprintf(newcf, "C%s\n", cjinf->cji_class);
592 fprintf(newcf, "
[all...]

Completed in 95 milliseconds