| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| gettextP.h | 221 const char *_nl_locale_name (int category, const char *categoryname);
|
| localename.c | 1490 _nl_locale_name (int category, const char *categoryname) function
|
| /src/external/gpl2/texinfo/dist/intl/ |
| gettextP.h | 155 const char *_nl_locale_name (int category, const char *categoryname);
|
| localename.c | 705 _nl_locale_name (int category, const char *categoryname) function
|
| dcigettext.c | 1146 retval = _nl_locale_name (category, categoryname);
|
| /src/external/gpl3/gcc.old/dist/intl/ |
| gettextP.h | 162 const char *_nl_locale_name PARAMS ((int category, const char *categoryname));
|
| localename.c | 384 _nl_locale_name (category, categoryname) function
|
| dcigettext.c | 1160 retval = _nl_locale_name (category, categoryname);
|
| /src/external/gpl2/grep/dist/intl/ |
| gettextP.h | 128 const char *_nl_locale_name PARAMS ((int category, const char *categoryname));
|
| localename.c | 367 _nl_locale_name (category, categoryname) function
|
| dcigettext.c | 1088 retval = _nl_locale_name (category, categoryname);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| msginit.c | 101 extern const char * _nl_locale_name (int category, const char *categoryname); 284 locale = _nl_locale_name (LC_MESSAGES, "LC_MESSAGES");
|