Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/common_source/
H A Dctlinfo.h46 struct cjobinfo { struct
71 void ctl_freeinf(struct cjobinfo *_cjinf); argument
72 struct cjobinfo *ctl_readcf(const char *_ptrname, const char *_cfname);
H A Dctlinfo.c69 struct cjobinfo pub;
106 struct cjobinfo *_cjinf);
107 static char *ctl_getline(struct cjobinfo *_cjinf);
108 static void ctl_rewindcf(struct cjobinfo *_cjinf);
225 ctl_freeinf(struct cjobinfo *cjinf) in ctl_freeinf()
269 struct cjobinfo *
277 struct cjobinfo *cjinf; in ctl_readcf()
434 struct cjobinfo *cjinf; in ctl_renametf()
748 ctl_rewindcf(struct cjobinfo *cjinf) in ctl_rewindcf()
767 struct cjobinfo *cjinf; in ctl_rmjob()
[all …]
H A Dmatchjobs.c403 struct cjobinfo *cfinf; in match_jobspec()