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

  /external/oprofile/libpopt/
popt.h 23 #define POPT_ARG_LONG 3 /*!< arg will be converted to long */
popthelp.c 131 case POPT_ARG_LONG: return POPT_("LONG");
172 case POPT_ARG_LONG:
321 case POPT_ARG_LONG:
popt.c 912 case POPT_ARG_LONG:
922 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_LONG) {
    [all...]
  /external/oprofile/
popt.h 23 #define POPT_ARG_LONG 3 /*!< arg will be converted to long */

Completed in 55 milliseconds