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

/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dctlinfo.h62 char *cji_jobname; /* job-name (for banner) */ member in struct:cjobinfo
H A Dctlinfo.c251 FREESTR(cpriv->pub.cji_jobname);
345 cpriv->pub.cji_jobname = strdup(lbuff);
589 if (cjinf->cji_jobname != NULL)
590 fprintf(newcf, "J%s\n", cjinf->cji_jobname);
835 PRINTSTR("jobname.J", cpriv->pub.cji_jobname);

Completed in 169 milliseconds