#include "config.h"#include <ctype.h>#include <errno.h>#include <fcntl.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include <sys/stat.h>#include <string>#include <YCP.h>#include <ycp/y2log.h>#include <ycp/YCPMap.h>#include "ResolverAgent.h"Classes | |
| struct | info_entry |
Functions | |
| static const char * | findKey (const char *tag) |
| bool | allowedInfoKey (const char *key) |
| static char * | nextWhitespace (const char *lptr) |
| static char * | eatWhitespaces (const char *lptr) |
| static int | fillCache (const char *filename) |
| static int | flushCache (const char *filename) |
| static int | allowedKey (const char *key) |
Variables | |
| static YCPMap | localCache |
| static bool | cacheDirty = false |
| static bool | cacheValid = false |
| static bool | writeHeader = false |
| static const char * | resolver_keys [] |
| static const info_entry | headers [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: {
{"modified", "# Modified_by:"},
{"backup", "# Backup:"},
{"process", "# Process: "},
{"process_id", "# Process_id: "},
{"script", "# Script:"},
{"saveto", "# Saveto:"},
{"info", "# Info:"},
{0, 0}
}
|
|
|
|
|
|
Initial value: {
"search",
"nameserver",
"domain",
"sortlist",
"options",
0
}
|
|
|
|
1.4.6