Searched refs:ofl_filtees (Results 1 – 4 of 4) sorted by relevance
408 if (ofl->ofl_filtees && (otype != OT_SHARED)) in check_flags()712 if ((ofl->ofl_filtees == NULL) && (ofl->ofl_dtsfltrs == NULL)) in check_flags()1122 if (ofl->ofl_filtees && in parseopt_pass1()1129 if ((ofl->ofl_filtees = in parseopt_pass1()1130 add_string(ofl->ofl_filtees, optarg)) == in parseopt_pass1()1139 if (ofl->ofl_filtees && in parseopt_pass1()1146 if ((ofl->ofl_filtees = in parseopt_pass1()1147 add_string(ofl->ofl_filtees, optarg)) == in parseopt_pass1()
1089 if (ofl->ofl_filtees) { in make_dynamic()1091 if (st_insert(strtbl, ofl->ofl_filtees) == -1) in make_dynamic()1098 if (strstr(ofl->ofl_filtees, in make_dynamic()
2244 if (ofl->ofl_filtees) { in update_odynamic()2250 (void) st_setstring(strtbl, ofl->ofl_filtees, &stoff); in update_odynamic()
310 char *ofl_filtees; /* shared objects we are a filter for */ member