Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/common_source/
H A Dmatchjobs.c403 struct cjobinfo *cfinf; in match_jobspec() local
422 cfinf = NULL; in match_jobspec()
453 cfinf = ctl_readcf("fakeq", jq->job_cfname); in match_jobspec()
454 if (cfinf == NULL) in match_jobspec()
456 if (fnmatch(jspec->wanteduser, cfinf->cji_acctuser, 0) != 0) in match_jobspec()
470 jspec->matcheduser = strdup(cfinf->cji_acctuser); in match_jobspec()
477 if (cfinf != NULL) in match_jobspec()
478 ctl_freeinf(cfinf); in match_jobspec()