|
dpkg 1.22.7-3-g89f48
|
Data Structures | |
| struct | dpkg_locale |
Macros | |
| #define | _(str) gettext(str) |
| #define | P_(str, str_plural, n) ngettext(str, str_plural, n) |
| #define | N_(str) gettext_noop(str) |
| #define | C_(ctxt, str) pgettext(ctxt, str) |
Functions | |
| void | dpkg_locales_init (const char *package) |
| void | dpkg_locales_done (void) |
| struct dpkg_locale | dpkg_locale_switch_C (void) |
| void | dpkg_locale_switch_back (struct dpkg_locale loc) |
| #define _ | ( | str | ) | gettext(str) |
| #define C_ | ( | ctxt, | |
| str | |||
| ) | pgettext(ctxt, str) |
| #define N_ | ( | str | ) | gettext_noop(str) |
| #define P_ | ( | str, | |
| str_plural, | |||
| n | |||
| ) | ngettext(str, str_plural, n) |
| void dpkg_locale_switch_back | ( | struct dpkg_locale | loc | ) |
References dpkg_locale::oldloc.
Referenced by versiondescribe_c().
| struct dpkg_locale dpkg_locale_switch_C | ( | void | ) |
References dpkg_locale::oldloc.
Referenced by versiondescribe_c().
| void dpkg_locales_done | ( | void | ) |
| void dpkg_locales_init | ( | const char * | package | ) |