HomeSort by relevance Sort by last modified time
    Searched defs:shortopts (Results 1 - 3 of 3) sorted by null

  /external/libkmsxx/kms++util/src/
opts.cpp 53 string shortopts = ":"; local
60 shortopts.push_back(o.m_short);
62 shortopts.push_back(':');
64 shortopts.append("::");
81 int c = getopt_long(argc, argv, shortopts.c_str(),
  /external/epid-sdk/ext/argtable3/
argtable3.h 77 const char *shortopts; /* String defining the short options */ member in struct:arg_hdr
162 struct arg_lit* arg_lit0(const char* shortopts,
165 struct arg_lit* arg_lit1(const char* shortopts,
168 struct arg_lit* arg_litn(const char* shortopts,
186 struct arg_int* arg_int0(const char* shortopts,
190 struct arg_int* arg_int1(const char* shortopts,
194 struct arg_int* arg_intn(const char* shortopts,
201 struct arg_dbl* arg_dbl0(const char* shortopts,
205 struct arg_dbl* arg_dbl1(const char* shortopts,
209 struct arg_dbl* arg_dbln(const char* shortopts,
    [all...]
argtable3.c 943 const char *shortopts = parent->hdr.shortopts; local
955 arg_print_option(fp, shortopts, longopts, datatype, "\n");
960 arg_print_option(fp, shortopts, longopts, argval, "\n");
980 const char * shortopts,
986 return arg_daten(shortopts, longopts, format, datatype, 0, 1, glossary);
991 const char * shortopts,
997 return arg_daten(shortopts, longopts, format, datatype, 1, 1, glossary);
1002 const char * shortopts,
1030 result->hdr.shortopts = shortopts
1577 const char *shortopts = parent->hdr.shortopts; local
1967 const char *shortopts = parent->hdr.shortopts; local
2332 const char *shortopts = parent->hdr.shortopts; local
2503 const char *shortopts = parent->hdr.shortopts; local
2836 const char *shortopts = parent->hdr.shortopts; local
3761 const char *shortopts = parent->hdr.shortopts; local
4073 const char *shortopts = hdr->shortopts; local
4714 const char *shortopts, *longopts, *datatype; local
4771 const char *shortopts, *longopts, *datatype; local
4821 const char *shortopts = table[tabindex]->shortopts; local
4951 const char *shortopts = table[tabindex]->shortopts; local
    [all...]

Completed in 220 milliseconds