Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/lpr/common_source/
H A Dmatchjobs.c402 struct cjobinfo *cfinf; in match_jobspec() local
436 cfinf = NULL; in match_jobspec()
467 cfinf = ctl_readcf("fakeq", jq->job_cfname); in match_jobspec()
468 if (cfinf == NULL) in match_jobspec()
470 if (fnmatch(jspec->wanteduser, cfinf->cji_username, 0) != 0) in match_jobspec()
484 jspec->matcheduser = strdup(cfinf->cji_username); in match_jobspec()
491 if (cfinf != NULL) in match_jobspec()
492 ctl_freeinf(cfinf); in match_jobspec()