HomeSort by relevance Sort by last modified time
    Searched refs:POPT_ARG_CALLBACK (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libpopt/
popt.h 25 #define POPT_ARG_CALLBACK 5 /*!< table-wide callback... must be
popthelp.c 63 { NULL, '\0', POPT_ARG_CALLBACK, (void *)&displayArgs, '\0', NULL, NULL },
74 { NULL, '\0', POPT_ARG_CALLBACK, (void *)&displayArgs, '\0', NULL, NULL },
popt.c 79 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
107 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
140 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
507 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK) {
    [all...]
  /external/oprofile/
popt.h 25 #define POPT_ARG_CALLBACK 5 /*!< table-wide callback... must be

Completed in 170 milliseconds