HomeSort by relevance Sort by last modified time
    Searched defs:argDescrip (Results 1 - 3 of 3) sorted by null

  /external/oprofile/libpopt/
popthelp.c 119 if (opt->argDescrip) return POPT_(opt->argDescrip);
121 if (opt->argDescrip) return D_(translation_domain, opt->argDescrip);
227 const char * argDescrip = getArgDescrip(opt, translation_domain);
236 if (argDescrip) nb += strlen(argDescrip);
256 if (argDescrip) {
284 if (opt->argDescrip == NULL) {
326 strcpy(le, argDescrip); le += strlen(le)
    [all...]
popt.h 125 const char * argDescrip; /*!< argument description for autohelp */
  /external/oprofile/
popt.h 125 const char * argDescrip; /*!< argument description for autohelp */

Completed in 66 milliseconds