Lines Matching refs:FILE
0 /** \file popt/popt.h
6 file accompanying popt source distributions, available from
12 #include <stdio.h> /* for FILE * */
352 * Read configuration file.
354 * @param fn file name to read
406 * Parses an input configuration file and returns an string that is a
409 * Given the file:
442 * @bug NULL is returned if file line is too long.
445 * @param fp file handle to read
452 int poptConfigFileToString(FILE *fp, /*@out@*/ char ** argstrp, int flags)
479 * @param fp ouput file handle
482 void poptPrintHelp(poptContext con, FILE * fp, /*@unused@*/ int flags)
489 * @param fp ouput file handle
492 void poptPrintUsage(poptContext con, FILE * fp, /*@unused@*/ int flags)