Searched refs:poptReadFile (Results 1 – 4 of 4) sorted by relevance
/third_party/popt/src/ |
D | libpopt.vers | 39 poptReadFile;
|
D | poptconfig.c | 126 int poptReadFile(const char * fn, char ** bp, size_t * nbp, int flags) in poptReadFile() function 268 if ((rc = poptReadFile(fn, &b, &nb, POPT_READFILE_TRIMNEWLINES)) != 0) in poptConfigLine() 346 if ((rc = poptReadFile(fn, &b, &nb, POPT_READFILE_TRIMNEWLINES)) != 0) in poptReadConfigFile()
|
D | popt.h | 351 int poptReadFile(const char * fn, char ** bp,
|
/third_party/popt/ |
D | CHANGES | 24 - jbj: poptReadFile: permit NULL if return values are not desired. 25 - jbj: poptReadFile: add routine.
|