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

  /external/oprofile/libpopt/
popt.h 47 #define POPT_ARGFLAG_OPTIONAL 0x10000000 /*!< arg may be missing */
popthelp.c 259 if (opt->argInfo & POPT_ARGFLAG_OPTIONAL)
352 if (opt->argInfo & POPT_ARGFLAG_OPTIONAL)
455 if (opt->argInfo & POPT_ARGFLAG_OPTIONAL) len += sizeof("[]")-1;
popt.c 876 if (!(opt->argInfo & POPT_ARGFLAG_OPTIONAL))
    [all...]
  /external/oprofile/
popt.h 47 #define POPT_ARGFLAG_OPTIONAL 0x10000000 /*!< arg may be missing */

Completed in 2605 milliseconds