|
ELinks 0.19.1
|
#include <ctype.h>#include <errno.h>#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>#include <stdlib.h>#include <string.h>#include "elinks.h"#include "intl/gettext/gettext.h"#include "intl/gettext/gettextP.h"#include "main/main.h"#include "util/memory.h"#include "util/string.h"
Macros | |
| #define | _GNU_SOURCE 1 |
| #define | O_BINARY 0 |
| #define | INIT_GERMANIC_PLURAL() |
Functions | |
| static void | init_germanic_plural (void) |
| const char * | _nl_init_domain_conv (struct loaded_l10nfile *domain_file, struct loaded_domain *domain, struct binding *domainbinding) |
| void | _nl_free_domain_conv (struct loaded_domain *domain) |
| static struct string * | add_filename_to_string (struct string *str, struct loaded_l10nfile *domain_file) |
| void | _nl_load_domain (struct loaded_l10nfile *domain_file, struct binding *domainbinding) |
Variables | |
| int | _nl_msg_cat_cntr |
| static struct expression | plvar |
| static struct expression | plone |
| static struct expression | germanic_plural |
| #define _GNU_SOURCE 1 |
| #define INIT_GERMANIC_PLURAL | ( | ) |
| #define O_BINARY 0 |
| void _nl_free_domain_conv | ( | struct loaded_domain * | domain | ) |
| const char * _nl_init_domain_conv | ( | struct loaded_l10nfile * | domain_file, |
| struct loaded_domain * | domain, | ||
| struct binding * | domainbinding ) |
| void _nl_load_domain | ( | struct loaded_l10nfile * | domain_file, |
| struct binding * | domainbinding ) |
|
static |
|
static |
| int _nl_msg_cat_cntr |
|
static |
|
static |
|
static |