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

/freebsd-13-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);
347 cpriv->pub.cji_jobname = strdup(lbuff);
591 if (cjinf->cji_jobname != NULL)
592 fprintf(newcf, "J%s\n", cjinf->cji_jobname);
837 PRINTSTR("jobname.J", cpriv->pub.cji_jobname);

Completed in 72 milliseconds