Home
last modified time | relevance | path

Searched refs:poptPrintHelp (Results 1 – 4 of 4) sorted by relevance

/third_party/popt/src/
Dlibpopt.vers37 poptPrintHelp;
Dpopt.h480 void poptPrintHelp(poptContext con, FILE * fp, int flags);
Dpopthelp.c40 poptPrintHelp(con, stdout, 0); in displayArgs()
630 void poptPrintHelp(poptContext con, FILE * fp, UNUSED(int flags)) in poptPrintHelp() function
/third_party/popt/tests/
Dtest1.c228 poptPrintHelp(optCon, stdout, 0); in main()