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

  /external/oprofile/libpopt/
popthelp.c 569 if (con->otherHelp)
570 fprintf(fp, " %s\n", con->otherHelp);
806 if (con->otherHelp) {
807 cursor += strlen(con->otherHelp) + 1;
809 fprintf(fp, " %s", con->otherHelp);
817 con->otherHelp = _free(con->otherHelp);
818 con->otherHelp = xstrdup(text);
poptint.h 91 const char * otherHelp;
popt.c 1098 con->otherHelp = _free(con->otherHelp);
    [all...]

Completed in 29 milliseconds