Home
last modified time | relevance | path

Searched refs:otherHelp (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libpopt/
Dpopthelp.c569 if (con->otherHelp) in poptPrintHelp()
570 fprintf(fp, " %s\n", con->otherHelp); in poptPrintHelp()
806 if (con->otherHelp) { in poptPrintUsage()
807 cursor += strlen(con->otherHelp) + 1; in poptPrintUsage()
809 fprintf(fp, " %s", con->otherHelp); in poptPrintUsage()
817 con->otherHelp = _free(con->otherHelp); in poptSetOtherOptionHelp()
818 con->otherHelp = xstrdup(text); in poptSetOtherOptionHelp()
Dpoptint.h91 const char * otherHelp; member
Dpopt.c1098 con->otherHelp = _free(con->otherHelp); in poptFreeContext()