Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwgetopt.c92 const struct dwoption *dwlopt, in dwoptnamematches() argument
109 if (namelen != (unsigned)strlen(dwlopt->name)) { in dwoptnamematches()
117 d = strncmp(iplace,dwlopt->name,namelen); in dwoptnamematches()
121 if (dwlopt->has_arg == 0) { in dwoptnamematches()
136 d = strcmp(iplace,dwlopt->name); in dwoptnamematches()
140 if (dwlopt->has_arg == 1) { in dwoptnamematches()
204 if (!dwlopt->name) { in dwgetopt_long()
214 resmatch= dwoptnamematches(dwlopt,place, in dwgetopt_long()
239 if (dwlopt->has_arg) { in dwgetopt_long()
253 dwlopt->name); in dwgetopt_long()
[all …]