Searched refs:onames (Results 1 – 3 of 3) sorted by relevance
60 struct optname *onames; /* Long (GNU-style) option name */59 struct optname *onames; /* Long (GNU-style) option name */ global() member
41 SNPRINTF1(buf, sizeof(buf), "--%s", o->onames->oname); in opt_desc() 43 SNPRINTF2(buf, sizeof(buf), "-%c (--%s)", o->oletter, o->onames->oname); in opt_desc()
824 for (oname = o->onames; oname != NULL; oname = oname->onext) in findopt_name()