Home
last modified time | relevance | path

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

/third_party/popt/
DCHANGES94 - jbj: display POPT_ARG_ARGV options in --help just like other options.
95 - jbj: add test for POPT_ARG_ARGV handling.
98 - jbj: popt.3: add POPT_ARG_ARGV description.
105 - jbj: finish POPT_ARG_ARGV implementation.
110 - jbj: add POPT_ARG_ARGV, starting with the poptSaveString() method.
/third_party/popt/src/
Dpopthelp.c163 if (poptArgType(opt) == POPT_ARG_ARGV) in getArgDescrip()
193 case POPT_ARG_ARGV: return NULL; in getArgDescrip()
247 case POPT_ARG_ARGV: in singleOptionDefaultValue()
419 (poptArgType(opt) == POPT_ARG_ARGV) ? ' ' : '='); in singleOptionHelp()
Dpopt.h39 #define POPT_ARG_ARGV 12U /*!< dupe'd arg appended to realloc'd argv array. */ macro
Dpopt.c1120 case POPT_ARG_ARGV: in poptSaveArg()
/third_party/popt/tests/
Dtest1.c126 { "argv", '\0', POPT_ARG_ARGV, &aArgv, 0,