Searched refs:ofl_depaudit (Results 1 – 5 of 5) sorted by relevance
554 if (ofl->ofl_depaudit) in check_flags()1195 if ((ofl->ofl_depaudit = in parseopt_pass1()1196 add_string(ofl->ofl_depaudit, in parseopt_pass1()
1136 if (ofl->ofl_depaudit) { in make_dynamic()1138 if (st_insert(strtbl, ofl->ofl_depaudit) == -1) in make_dynamic()
2221 if ((ofl->ofl_depaudit = add_string(ofl->ofl_depaudit, in process_dynamic()
2210 if (ofl->ofl_depaudit) { in update_odynamic()2212 (void) st_setstring(strtbl, ofl->ofl_depaudit, &stoff); in update_odynamic()
395 char *ofl_depaudit; /* dependency auditing required (-P) */ member