Home
last modified time | relevance | path

Searched refs:dwoptarg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwgetopt.c61 char *dwoptarg; /* argument associated with option */ variable
80 dwoptarg = 0;
128 dwoptarg = (char *)eq; in dwoptnamematches()
132 dwoptarg = 0; in dwoptnamematches()
144 dwoptarg = 0; in dwoptnamematches()
217 dwoptarg = 0; in dwgetopt_long()
220 dwoptarg = (char *)argloc; in dwgetopt_long()
336 dwoptarg = NULL; in dwgetopt()
350 dwoptarg = STRIP_OFF_CONSTNESS(place); in dwgetopt()
354 dwoptarg = nargv[dwoptind]; in dwgetopt()
[all …]
H A Ddwgetopt.h45 extern char *dwoptarg;
H A Dgennames.c183 input_name = dwoptarg; in process_args()
186 output_name = dwoptarg; in process_args()