Back to Evolution Project page
Compounds | |||
![]() | ![]() | struct | block_list |
Defines | |||
![]() | ![]() | #define | __set_errno (val) |
![]() | ![]() | #define | strchr |
![]() | ![]() | #define | getcwd (buf, max) |
![]() | ![]() | #define | PATH_INCR |
![]() | ![]() | #define | _POSIX_PATH_MAX |
![]() | ![]() | #define | PATH_MAX |
![]() | ![]() | #define | ADD_BLOCK (list, addr) |
![]() | ![]() | #define | FREE_BLOCKS (list) |
![]() | ![]() | #define | alloca (size) |
![]() | ![]() | #define | DCGETTEXT |
![]() | ![]() | #define | ENABLE_SECURE |
![]() | ![]() | #define | DETERMINE_SECURE |
Functions | |||
![]() | ![]() | char* | alloca () |
![]() | ![]() | char* | getenv () |
![]() | ![]() | void | free () |
![]() | ![]() | char* | getwd () |
![]() | ![]() | char* stpcpy | PARAMS ((char *dest, const char *src)) |
![]() | ![]() | char* find_msg | PARAMS ((struct loaded_l10nfile *domain_file, const char *msgid)) internal_function |
![]() | ![]() | const char* category_to_name | PARAMS ((int category)) internal_function |
![]() | ![]() | const char* guess_category_value | PARAMS ((int category, const char *categoryname)) internal_function |
![]() | ![]() | char* | DCGETTEXT (domainname, msgid, category) const char *domainname |
Variables | |||
![]() | ![]() | int | errno |
![]() | ![]() | const char | _nl_default_default_domain [] |
![]() | ![]() | const char* | _nl_current_default_domain |
![]() | ![]() | const char | _nl_default_dirname [] |
![]() | ![]() | struct binding* | _nl_domain_bindings |
![]() | ![]() | int | enable_secure |
![]() | ![]() | const char* | msgid |
![]() | ![]() | int | category |
![]() | ![]() | const char* | msgid |
![]() | ![]() | const char* | categoryname |
![]() | ![]() | const char* | src |
#define __set_errno (val) |
Definition at line 46 of file dcgettext.c.
#define strchr () |
Definition at line 70 of file dcgettext.c.
#define getcwd (buf, max) |
Definition at line 100 of file dcgettext.c.
#define PATH_INCR () |
Definition at line 110 of file dcgettext.c.
#define _POSIX_PATH_MAX () |
Definition at line 121 of file dcgettext.c.
#define PATH_MAX () |
Definition at line 138 of file dcgettext.c.
#define ADD_BLOCK (list, addr) |
Definition at line 186 of file dcgettext.c.
#define FREE_BLOCKS (list) |
Definition at line 197 of file dcgettext.c.
#define alloca (size) |
Definition at line 206 of file dcgettext.c.
#define DCGETTEXT () |
Definition at line 217 of file dcgettext.c.
#define ENABLE_SECURE () |
Definition at line 227 of file dcgettext.c.
#define DETERMINE_SECURE () |
Definition at line 228 of file dcgettext.c.
char* alloca () |
char* getenv () |
void free () |
char* getwd () |
char* stpcpy PARAMS ((char *dest,const char *src)) [static]
|
char* find_msg PARAMS ((struct loaded_l10nfile *domain_file,const char *msgid)) [static]
|
const char* category_to_name PARAMS ((int category)) [static]
|
const char* guess_category_value PARAMS ((int category,const char *categoryname)) [static]
|
char* DCGETTEXT (domainname, msgid, category) const |
int errno |
Definition at line 43 of file dcgettext.c.
const char _nl_default_default_domain[] |
Definition at line 153 of file dcgettext.c.
const char* _nl_current_default_domain |
Definition at line 156 of file dcgettext.c.
const char _nl_default_dirname[] |
Definition at line 159 of file dcgettext.c.
struct binding* _nl_domain_bindings |
Definition at line 163 of file dcgettext.c.
int enable_secure [static]
|
Definition at line 226 of file dcgettext.c.
const char* msgid |
Definition at line 243 of file dcgettext.c.
int category |
Definition at line 244 of file dcgettext.c.
const char* msgid |
Definition at line 427 of file dcgettext.c.
const char* categoryname |
Definition at line 577 of file dcgettext.c.
const char* src |
Definition at line 624 of file dcgettext.c.