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

/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dmatchjobs.h46 struct jobspec { struct
47 STAILQ_ENTRY(jobspec) nextjs;
57 STAILQ_HEAD(jobspec_hdr, jobspec);
84 * each jobspec that was given.
95 struct jobspec *_jspec);
97 void format_jobspec(struct jobspec *_jspec, int _fmt_wanted);
H A Dmatchjobs.c64 static int match_jobspec(struct jobqueue *_jq, struct jobspec *_jspec);
73 * Format a single jobspec into a string fit for printing.
76 format_jobspec(struct jobspec *jspec, int fmt_wanted)
166 * Free all the jobspec-related information.
171 struct jobspec *jsinf;
212 struct jobspec *jsinfo;
223 jsinfo = malloc(sizeof(struct jobspec));
224 memset(jsinfo, 0, sizeof(struct jobspec));
354 * into the individual parts. Add this jobspec to the list
398 * all of the specifications in a given jobspec
[all...]
/freebsd-13-stable/usr.sbin/lpr/lpc/
H A Dmovejobs.c113 touch_jqe(void *myinfo, struct jobqueue *jq, struct jobspec *jspec)
120 * If the entire queue has been scanned for the current jobspec,
175 printf("usage: bottomq printer [jobspec ...]\n");
192 printf("usage: topq printer [jobspec ...]\n");

Completed in 52 milliseconds