Searched refs:dwlopt (Results 1 – 1 of 1) sorted by relevance
92 const struct dwoption *dwlopt, in dwoptnamematches() argument109 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()199 const struct dwoption *dwlopt = longopts +lo_num; in dwgetopt_long() local204 if (!dwlopt->name) { in dwgetopt_long()214 resmatch= dwoptnamematches(dwlopt,place, in dwgetopt_long()239 if (dwlopt->has_arg) { in dwgetopt_long()[all …]