Searched defs:optarr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddebug.c101 * Compare name to the options found in optarr. If one matches,
106 DBG_options *optarr)
110 for (opt = optarr; opt->o_name != NULL; opt++) {
105 process_options(const char *name, Boolean set, Dbg_desc *dbp, DBG_options *optarr) argument

Completed in 58 milliseconds