#include "system.h"#include "poptint.h"Go to the source code of this file.
Functions | |
| static void | configLine (poptContext con, char *line) |
| int | poptReadConfigFile (poptContext con, const char *fn) |
| Read configuration file. | |
| int | poptReadDefaultConfig (poptContext con, int useEnv) |
| Read default configuration from /etc/popt and $HOME/.popt. | |
Definition in file poptconfig.c.
| static void configLine | ( | poptContext | con, | |
| char * | line | |||
| ) | [static] |
Definition at line 14 of file poptconfig.c.
References alloca(), poptContext_s::appName, POPT_ARG_STRING, POPT_ARGFLAG_DOC_HIDDEN, and poptParseArgvString().
Referenced by poptReadConfigFile().
1.4.7