Searched refs:POPT_ARG_CALLBACK (Results 1 – 4 of 4) sorted by relevance
/external/oprofile/libpopt/ |
D | popt.h | 25 #define POPT_ARG_CALLBACK 5 /*!< table-wide callback... must be macro
|
D | popt.c | 79 } 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()
|
D | popthelp.c | 63 { NULL, '\0', POPT_ARG_CALLBACK, (void *)&displayArgs, '\0', NULL, NULL }, 74 { NULL, '\0', POPT_ARG_CALLBACK, (void *)&displayArgs, '\0', NULL, NULL },
|
/external/oprofile/ |
D | popt.h | 25 #define POPT_ARG_CALLBACK 5 /*!< table-wide callback... must be macro
|