Home
last modified time | relevance | path

Searched refs:np_cfAfile (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dbsd_misc.c176 syslog(LOG_DEBUG, "data file info: %s", job->np_cfAfile); in create_bsd_job()
262 if (job->np_cfAfile == NULL) { in job_primitive()
264 job->np_cfAfile = calloc(1, job->np_cfAfilesize + 1); in job_primitive()
265 ASSERT(job->np_cfAfile, MALLOC_ERR); in job_primitive()
267 job->np_cfAfile = realloc(job->np_cfAfile, in job_primitive()
269 ASSERT(job->np_cfAfile, REALLOC_ERR); in job_primitive()
272 (void) strcat(job->np_cfAfile, buf); in job_primitive()
H A Dnet.c72 if ((xfer_cfAfile(sockfd, bsdjob->np_cfAfile, in bsd_print()
114 if ((xfer_cfAfile(sockfd, bsdjob->np_cfAfile, in bsd_print()
H A Dnetpr.h141 char *np_cfAfile; member