Searched refs:cfinf (Results 1 – 1 of 1) sorted by relevance
403 struct cjobinfo *cfinf; in match_jobspec() local422 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()