Searched refs:np_cfAfile (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/lp/model/netpr/ |
H A D | bsd_misc.c | 178 syslog(LOG_DEBUG, "data file info: %s", job->np_cfAfile); in create_bsd_job() 264 if (job->np_cfAfile == NULL) { in job_primitive() 266 job->np_cfAfile = calloc(1, job->np_cfAfilesize + 1); in job_primitive() 267 ASSERT(job->np_cfAfile, MALLOC_ERR); in job_primitive() 269 job->np_cfAfile = realloc(job->np_cfAfile, in job_primitive() 271 ASSERT(job->np_cfAfile, REALLOC_ERR); in job_primitive() 274 (void) strcat(job->np_cfAfile, buf); in job_primitive()
|
H A D | net.c | 74 if ((xfer_cfAfile(sockfd, bsdjob->np_cfAfile, in bsd_print() 116 if ((xfer_cfAfile(sockfd, bsdjob->np_cfAfile, in bsd_print()
|
H A D | netpr.h | 143 char *np_cfAfile; member
|