Searched refs:jobspec (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/usr.sbin/lpr/common_source/
H A Dmatchjobs.h44 struct jobspec { struct
45 STAILQ_ENTRY(jobspec) nextjs;
55 STAILQ_HEAD(jobspec_hdr, jobspec);
82 * each jobspec that was given.
93 struct jobspec *_jspec);
95 void format_jobspec(struct jobspec *_jspec, int _fmt_wanted);
H A Dmatchjobs.c62 static int match_jobspec(struct jobqueue *_jq, struct jobspec *_jspec);
71 * Format a single jobspec into a string fit for printing.
74 format_jobspec(struct jobspec *jspec, int fmt_wanted)
164 * Free all the jobspec-related information.
169 struct jobspec *jsinf;
210 struct jobspec *jsinfo;
221 jsinfo = malloc(sizeof(struct jobspec));
222 memset(jsinfo, 0, sizeof(struct jobspec));
352 * into the individual parts. Add this jobspec to the list
396 * all of the specifications in a given jobspec
[all...]
/freebsd-10.3-release/usr.sbin/lpr/lpc/
H A Dmovejobs.c111 touch_jqe(void *myinfo, struct jobqueue *jq, struct jobspec *jspec)
118 * If the entire queue has been scanned for the current jobspec,
173 printf("usage: bottomq printer [jobspec ...]\n");
190 printf("usage: topq printer [jobspec ...]\n");

Completed in 122 milliseconds