Searched refs:argInfo (Results 1 - 5 of 5) sorted by relevance

/external/oprofile/libpopt/
H A Dpopthelp.c99 if (opt->argInfo == POPT_ARG_INTL_DOMAIN)
116 if (!(opt->argInfo & POPT_ARG_MASK)) return NULL;
123 switch (opt->argInfo & POPT_ARG_MASK) {
166 switch (opt->argInfo & POPT_ARG_MASK) {
246 ((opt->argInfo & POPT_ARGFLAG_ONEDASH) ? "-" : "--"),
252 ((opt->argInfo & POPT_ARGFLAG_ONEDASH) ? "-" : "--"),
259 if (opt->argInfo & POPT_ARGFLAG_OPTIONAL)
264 if (opt->argInfo & POPT_ARGFLAG_SHOW_DEFAULT) {
285 switch (opt->argInfo & POPT_ARG_MASK) {
291 int ops = (opt->argInfo
[all...]
H A Dpopt.c71 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
79 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
80 (opt->argInfo & POPT_CBFLAG_PRE))
99 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
107 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
108 (opt->argInfo & POPT_CBFLAG_POST))
131 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
140 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
141 !(opt->argInfo & POPT_CBFLAG_SKIPOPTION)) {
164 if (!(cbopt->argInfo
648 poptSaveLong(long * arg, int argInfo, long aLong) argument
676 poptSaveInt( int * arg, int argInfo, long aLong) argument
[all...]
H A Dpoptconfig.c59 item->option.argInfo = POPT_ARGFLAG_DOC_HIDDEN;
66 item->option.argInfo &= ~POPT_ARGFLAG_DOC_HIDDEN;
73 item->option.argInfo &= ~POPT_ARGFLAG_DOC_HIDDEN;
74 item->option.argInfo |= POPT_ARG_STRING;
H A Dpopt.h118 int argInfo; member in struct:poptOption
120 void * arg; /*!< depends on argInfo */
533 * @param argInfo logical operation (see POPT_ARGFLAG_*)
539 int poptSaveLong(/*@null@*/ long * arg, int argInfo, long aLong)
548 * @param argInfo logical operation (see POPT_ARGFLAG_*)
554 int poptSaveInt(/*@null@*/ int * arg, int argInfo, long aLong)
/external/oprofile/
H A Dpopt.h118 int argInfo; member in struct:poptOption
120 void * arg; /*!< depends on argInfo */
533 * @param argInfo logical operation (see POPT_ARGFLAG_*)
539 int poptSaveLong(/*@null@*/ long * arg, int argInfo, long aLong)
548 * @param argInfo logical operation (see POPT_ARGFLAG_*)
554 int poptSaveInt(/*@null@*/ int * arg, int argInfo, long aLong)

Completed in 647 milliseconds