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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dprinter.h46 #define p_operator p_un.pu_pr.pr_operator macro
H A Dlp.c616 if ((pwent = getpwnam(printer->p_operator)) == NULL) {
617 LOG(log_error, logtype_papd, "getpwnam %s: no such user", printer->p_operator);
801 fprintf( cfile, "P%s\n", printer->p_operator );
817 fprintf( cfile, "L%s\n", printer->p_operator );
874 cups_print_job ( printer->p_printer, lp.lp_spoolfile, lp.lp_job, printer->p_operator, printer->p_cupsoptions);
H A Dmain.c203 defprinter.p_operator = "operator";
736 pr->p_operator = defprinter.p_operator;
738 if (( pr->p_operator = (char *)malloc( strlen( p ) + 1 ))
743 strcpy( pr->p_operator, p );
H A Dprint_cups.c632 if ( pr->p_operator != NULL )
633 free (pr->p_operator);

Completed in 64 milliseconds