Lines Matching refs:instr
191 char *instr = be->buf; in _exec_files_XY_all() local
193 linelen = _readbufline(f_buf, f_size, instr, be->minbuf, in _exec_files_XY_all()
207 if (strstr(instr, _priv_exec->name) == NULL) in _exec_files_XY_all()
211 if (strstr(instr, _priv_exec->id) == NULL) in _exec_files_XY_all()
215 if ((strstr(instr, _priv_exec->name) == NULL) || in _exec_files_XY_all()
216 (strstr(instr, _priv_exec->id) == NULL)) in _exec_files_XY_all()
223 (strstr(instr, _priv_exec->policy) == NULL)) || in _exec_files_XY_all()
225 (strstr(instr, _priv_exec->type) == NULL))) in _exec_files_XY_all()
231 if ((last = strchr(instr, '#')) == NULL) in _exec_files_XY_all()
232 last = instr + linelen; in _exec_files_XY_all()
238 for (first = instr; isspace(*first); first++) in _exec_files_XY_all()
251 if (first != instr) in _exec_files_XY_all()
252 instr = first; in _exec_files_XY_all()
257 if (check_match(argp, instr, linelen) == 0) in _exec_files_XY_all()
261 parse_stat = (*argp->str2ent)(instr, linelen, argp->buf.result, in _exec_files_XY_all()