#include "system.h"
#include "poptint.h"
Go to the source code of this file.
Functions | |
void | configLine (poptContext con, char *line) |
int | poptReadConfigFile (poptContext con, const char *fn) |
int | poptReadDefaultConfig (poptContext con, int useEnv) |
Definition in file poptconfig.c.
|
Definition at line 14 of file poptconfig.c. References alloca(), poptContext_s::appName, POPT_ARG_STRING, POPT_ARGFLAG_DOC_HIDDEN, poptAddItem(), poptContext, poptItem, and poptParseArgvString(). Referenced by poptReadConfigFile(). |