Searched refs:ofl_filtees (Results 1 – 4 of 4) sorted by relevance
377 if (ofl->ofl_filtees && !Gflag) in check_flags()678 if ((ofl->ofl_filtees == NULL) && (ofl->ofl_dtsfltrs == NULL)) in check_flags()1088 if (ofl->ofl_filtees && in parseopt_pass1()1095 if ((ofl->ofl_filtees = in parseopt_pass1()1096 add_string(ofl->ofl_filtees, optarg)) == in parseopt_pass1()1105 if (ofl->ofl_filtees && in parseopt_pass1()1112 if ((ofl->ofl_filtees = in parseopt_pass1()1113 add_string(ofl->ofl_filtees, optarg)) == in parseopt_pass1()
1086 if (ofl->ofl_filtees) { in make_dynamic()1088 if (st_insert(strtbl, ofl->ofl_filtees) == -1) in make_dynamic()1095 if (strstr(ofl->ofl_filtees, in make_dynamic()
2178 if (ofl->ofl_filtees) { in update_odynamic()2184 (void) st_setstring(strtbl, ofl->ofl_filtees, &stoff); in update_odynamic()
308 char *ofl_filtees; /* shared objects we are a filter for */ member