Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwgetopt.c161 char *lplace = 0; in dwgetopt_long() local
173 lplace = nargv[dwoptind]; in dwgetopt_long()
174 if (dwoptind >= nargc || *lplace++ != '-') { in dwgetopt_long()
179 if (*lplace != '-') { in dwgetopt_long()
186 place = lplace+1; in dwgetopt_long()