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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dlp.c106 char *lp_created_for; /* Holds the content of the Postscript %%For Comment if available */ member in struct:lp
195 if (lp.lp_created_for) {
197 LOG(log_debug9, logtype_papd, "for: %s", lp.lp_created_for );
199 translate(from, dest, &lp.lp_created_for);
272 q = lp.lp_created_for;
371 if ( lp.lp_created_for != NULL ) {
372 free( lp.lp_created_for );
375 lp.lp_created_for = strdup(lpfor);
871 } else if (lp.lp_created_for != NULL) {
872 cups_print_job ( printer->p_printer, lp.lp_spoolfile, lp.lp_job, lp.lp_created_for, printe
[all...]

Completed in 96 milliseconds