Home
last modified time | relevance | path

Searched refs:POPT_ARG_CALLBACK (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/libpopt/
Dpopt.h25 #define POPT_ARG_CALLBACK 5 /*!< table-wide callback... must be macro
Dpopt.c79 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK && in invokeCallbacksPRE()
107 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK && in invokeCallbacksPOST()
140 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK && in invokeCallbacksOPTION()
507 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK) { in findOption()
Dpopthelp.c63 { NULL, '\0', POPT_ARG_CALLBACK, (void *)&displayArgs, '\0', NULL, NULL },
74 { NULL, '\0', POPT_ARG_CALLBACK, (void *)&displayArgs, '\0', NULL, NULL },
/external/oprofile/
Dpopt.h25 #define POPT_ARG_CALLBACK 5 /*!< table-wide callback... must be macro