Home | History | Annotate | Download | only in libpopt

Lines Matching refs:FILE

4  * \file popt/popthelp.c
8 file accompanying popt source distributions, available from
213 * @param fp output file handle
218 static void singleOptionHelp(FILE * fp, size_t maxLeftCol,
467 * @param fp output file handle
473 static void itemHelp(FILE * fp,
495 * @param fp output file handle
500 static void singleTableHelp(poptContext con, FILE * fp,
539 * @param fp output file handle
541 static int showHelpIntro(poptContext con, FILE * fp)
564 void poptPrintHelp(poptContext con, FILE * fp, /*@unused@*/ int flags)
580 * @param fp output file handle
585 static size_t singleOptionUsage(FILE * fp, size_t cursor,
655 * @param fp output file handle
661 static size_t itemUsage(FILE * fp, size_t cursor,
698 * @param fp output file handle
705 static size_t singleTableUsage(poptContext con, FILE * fp, size_t cursor,
752 * @param fp output file handle
756 static int showShortOptions(const struct poptOption * opt, FILE * fp,
785 void poptPrintUsage(poptContext con, FILE * fp, /*@unused@*/ int flags)