![]() |
GnuCOBOL
2.0
A free COBOL compiler
|
#include <libintl.h>#include <string.h>#include <stdlib.h>

Go to the source code of this file.
Macros | |
| #define | gettext_noop(String) String |
| #define | GETTEXT_CONTEXT_GLUE "\004" |
| #define | pgettext(Msgctxt, Msgid) pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define | dpgettext(Domainname, Msgctxt, Msgid) pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define | dcpgettext(Domainname, Msgctxt, Msgid, Category) pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) |
| #define | npgettext(Msgctxt, Msgid, MsgidPlural, N) npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N) npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) |
| #define | _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined(__STRICT_ANSI__))) |
| #define | pgettext_expr(Msgctxt, Msgid) dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) |
| #define | dpgettext_expr(Domainname, Msgctxt, Msgid) dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) |
| #define | npgettext_expr(Msgctxt, Msgid, MsgidPlural, N) dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dnpgettext_expr(Domainname, Msgctxt, Msgid, MsgidPlural, N) dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | gettext_noop(String) String |
| #define | GETTEXT_CONTEXT_GLUE "\004" |
| #define | pgettext(Msgctxt, Msgid) pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define | dpgettext(Domainname, Msgctxt, Msgid) pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define | dcpgettext(Domainname, Msgctxt, Msgid, Category) pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) |
| #define | npgettext(Msgctxt, Msgid, MsgidPlural, N) npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N) npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) |
| #define | _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined(__STRICT_ANSI__))) |
| #define | pgettext_expr(Msgctxt, Msgid) dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) |
| #define | dpgettext_expr(Domainname, Msgctxt, Msgid) dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) |
| #define | npgettext_expr(Msgctxt, Msgid, MsgidPlural, N) dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dnpgettext_expr(Domainname, Msgctxt, Msgid, MsgidPlural, N) dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | gettext_noop(String) String |
| #define | GETTEXT_CONTEXT_GLUE "\004" |
| #define | pgettext(Msgctxt, Msgid) pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define | dpgettext(Domainname, Msgctxt, Msgid) pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define | dcpgettext(Domainname, Msgctxt, Msgid, Category) pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) |
| #define | npgettext(Msgctxt, Msgid, MsgidPlural, N) npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N) npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) |
| #define | _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined(__STRICT_ANSI__))) |
| #define | pgettext_expr(Msgctxt, Msgid) dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) |
| #define | dpgettext_expr(Domainname, Msgctxt, Msgid) dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) |
| #define | npgettext_expr(Msgctxt, Msgid, MsgidPlural, N) dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dnpgettext_expr(Domainname, Msgctxt, Msgid, MsgidPlural, N) dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | gettext_noop(String) String |
| #define | GETTEXT_CONTEXT_GLUE "\004" |
| #define | pgettext(Msgctxt, Msgid) pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define | dpgettext(Domainname, Msgctxt, Msgid) pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define | dcpgettext(Domainname, Msgctxt, Msgid, Category) pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) |
| #define | npgettext(Msgctxt, Msgid, MsgidPlural, N) npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N) npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) |
| #define | _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined(__STRICT_ANSI__))) |
| #define | pgettext_expr(Msgctxt, Msgid) dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) |
| #define | dpgettext_expr(Domainname, Msgctxt, Msgid) dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) |
| #define | npgettext_expr(Msgctxt, Msgid, MsgidPlural, N) dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dnpgettext_expr(Domainname, Msgctxt, Msgid, MsgidPlural, N) dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | gettext(Msgid) ((const char *) (Msgid)) |
| #define | dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid)) |
| #define | dcgettext(Domainname, Msgid, Category) ((void) (Category), dgettext (Domainname, Msgid)) |
| #define | ngettext(Msgid1, Msgid2, N) |
| #define | dngettext(Domainname, Msgid1, Msgid2, N) ((void) (Domainname), ngettext (Msgid1, Msgid2, N)) |
| #define | dcngettext(Domainname, Msgid1, Msgid2, N, Category) ((void) (Category), dngettext(Domainname, Msgid1, Msgid2, N)) |
| #define | textdomain(Domainname) ((const char *) (Domainname)) |
| #define | bindtextdomain(Domainname, Dirname) ((void) (Domainname), (const char *) (Dirname)) |
| #define | bind_textdomain_codeset(Domainname, Codeset) ((void) (Domainname), (const char *) (Codeset)) |
| #define | gettext_noop(String) String |
| #define | GETTEXT_CONTEXT_GLUE "\004" |
| #define | pgettext(Msgctxt, Msgid) pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define | dpgettext(Domainname, Msgctxt, Msgid) pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define | dcpgettext(Domainname, Msgctxt, Msgid, Category) pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) |
| #define | npgettext(Msgctxt, Msgid, MsgidPlural, N) npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N) npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) |
| #define | _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined(__STRICT_ANSI__))) |
| #define | pgettext_expr(Msgctxt, Msgid) dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) |
| #define | dpgettext_expr(Domainname, Msgctxt, Msgid) dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) |
| #define | npgettext_expr(Msgctxt, Msgid, MsgidPlural, N) dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define | dnpgettext_expr(Domainname, Msgctxt, Msgid, MsgidPlural, N) dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
Functions | |
| static const char * | pgettext_aux (const char *domain, const char *msg_ctxt_id, const char *msgid, int category) |
| static const char * | npgettext_aux (const char *domain, const char *msg_ctxt_id, const char *msgid, const char *msgid_plural, unsigned long int n, int category) |
| static const char * | dcpgettext_expr (const char *domain, const char *msgctxt, const char *msgid, int category) |
| static const char * | dcnpgettext_expr (const char *domain, const char *msgctxt, const char *msgid, const char *msgid_plural, unsigned long int n, int category) |
| #define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined(__STRICT_ANSI__))) |
| #define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined(__STRICT_ANSI__))) |
| #define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined(__STRICT_ANSI__))) |
| #define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined(__STRICT_ANSI__))) |
| #define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined(__STRICT_ANSI__))) |
| #define bind_textdomain_codeset | ( | Domainname, | |
| Codeset | |||
| ) | ((void) (Domainname), (const char *) (Codeset)) |
| #define bindtextdomain | ( | Domainname, | |
| Dirname | |||
| ) | ((void) (Domainname), (const char *) (Dirname)) |
Referenced by main().
Referenced by dcpgettext_expr(), and pgettext_aux().
| #define dcngettext | ( | Domainname, | |
| Msgid1, | |||
| Msgid2, | |||
| N, | |||
| Category | |||
| ) | ((void) (Category), dngettext(Domainname, Msgid1, Msgid2, N)) |
Referenced by dcnpgettext_expr(), and npgettext_aux().
| #define dcnpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N, | |||
| Category | |||
| ) | npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) |
| #define dcnpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N, | |||
| Category | |||
| ) | npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) |
| #define dcnpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N, | |||
| Category | |||
| ) | npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) |
| #define dcnpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N, | |||
| Category | |||
| ) | npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) |
| #define dcnpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N, | |||
| Category | |||
| ) | npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) |
| #define dcpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| Category | |||
| ) | pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) |
| #define dcpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| Category | |||
| ) | pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) |
| #define dcpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| Category | |||
| ) | pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) |
| #define dcpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| Category | |||
| ) | pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) |
| #define dcpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| Category | |||
| ) | pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) |
| #define dngettext | ( | Domainname, | |
| Msgid1, | |||
| Msgid2, | |||
| N | |||
| ) | ((void) (Domainname), ngettext (Msgid1, Msgid2, N)) |
| #define dnpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define dnpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define dnpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define dnpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define dnpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define dnpgettext_expr | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define dnpgettext_expr | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define dnpgettext_expr | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define dnpgettext_expr | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define dnpgettext_expr | ( | Domainname, | |
| Msgctxt, | |||
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define dpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid | |||
| ) | pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define dpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid | |||
| ) | pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define dpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid | |||
| ) | pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define dpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid | |||
| ) | pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define dpgettext | ( | Domainname, | |
| Msgctxt, | |||
| Msgid | |||
| ) | pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define dpgettext_expr | ( | Domainname, | |
| Msgctxt, | |||
| Msgid | |||
| ) | dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) |
| #define dpgettext_expr | ( | Domainname, | |
| Msgctxt, | |||
| Msgid | |||
| ) | dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) |
| #define dpgettext_expr | ( | Domainname, | |
| Msgctxt, | |||
| Msgid | |||
| ) | dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) |
| #define dpgettext_expr | ( | Domainname, | |
| Msgctxt, | |||
| Msgid | |||
| ) | dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) |
| #define dpgettext_expr | ( | Domainname, | |
| Msgctxt, | |||
| Msgid | |||
| ) | dcpgettext_expr (Domainname, Msgctxt, Msgid, LC_MESSAGES) |
| #define gettext | ( | Msgid | ) | ((const char *) (Msgid)) |
| #define GETTEXT_CONTEXT_GLUE "\004" |
| #define GETTEXT_CONTEXT_GLUE "\004" |
| #define GETTEXT_CONTEXT_GLUE "\004" |
| #define GETTEXT_CONTEXT_GLUE "\004" |
| #define GETTEXT_CONTEXT_GLUE "\004" |
| #define gettext_noop | ( | String | ) | String |
| #define gettext_noop | ( | String | ) | String |
| #define gettext_noop | ( | String | ) | String |
| #define gettext_noop | ( | String | ) | String |
| #define gettext_noop | ( | String | ) | String |
| #define ngettext | ( | Msgid1, | |
| Msgid2, | |||
| N | |||
| ) |
| #define npgettext | ( | Msgctxt, | |
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define npgettext | ( | Msgctxt, | |
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define npgettext | ( | Msgctxt, | |
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define npgettext | ( | Msgctxt, | |
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define npgettext | ( | Msgctxt, | |
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define npgettext_expr | ( | Msgctxt, | |
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define npgettext_expr | ( | Msgctxt, | |
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define npgettext_expr | ( | Msgctxt, | |
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define npgettext_expr | ( | Msgctxt, | |
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define npgettext_expr | ( | Msgctxt, | |
| Msgid, | |||
| MsgidPlural, | |||
| N | |||
| ) | dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES) |
| #define pgettext | ( | Msgctxt, | |
| Msgid | |||
| ) | pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define pgettext | ( | Msgctxt, | |
| Msgid | |||
| ) | pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define pgettext | ( | Msgctxt, | |
| Msgid | |||
| ) | pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define pgettext | ( | Msgctxt, | |
| Msgid | |||
| ) | pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define pgettext | ( | Msgctxt, | |
| Msgid | |||
| ) | pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) |
| #define pgettext_expr | ( | Msgctxt, | |
| Msgid | |||
| ) | dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) |
| #define pgettext_expr | ( | Msgctxt, | |
| Msgid | |||
| ) | dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) |
| #define pgettext_expr | ( | Msgctxt, | |
| Msgid | |||
| ) | dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) |
| #define pgettext_expr | ( | Msgctxt, | |
| Msgid | |||
| ) | dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) |
| #define pgettext_expr | ( | Msgctxt, | |
| Msgid | |||
| ) | dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES) |
|
static |
References dcngettext, and NULL.
|
static |
|
static |
References dcngettext.
|
static |