Searched refs:opt_fmt (Results 1 – 3 of 3) sorted by relevance
77 return s->options[i].opt_fmt + in NAME()155 while (options[s->optc].opt_fmt in scanopt_init()172 if (opt->opt_fmt[0] == '-' && opt->opt_fmt[1] == '-') { in scanopt_init()174 pname = (const unsigned char *)(opt->opt_fmt + 2); in scanopt_init()178 pname = (const unsigned char *)(opt->opt_fmt + 1); in scanopt_init()181 aux->printlen = (int) strlen (opt->opt_fmt); in scanopt_init()414 nchars+=fprintf(fp,"%s",s->options[i].opt_fmt);\ in scanopt_usage()611 optname = s->options[i].opt_fmt + (lookup_long ? 2 : 1); in find_opt()
65 const char *opt_fmt; /* e.g., "--foo=FILE", "-f FILE", "-n [NUM]" */ member
475 enum opt_fmt { __NONE = 0, enum