|
SDL
2.0
|
Include dependency graph for SDL_syslocale.c:Go to the source code of this file.
Functions | |
| static void | normalize_locale_str (char *dst, char *str, size_t buflen) |
| static void | normalize_locales (char *dst, char *src, size_t buflen) |
| void | SDL_SYS_GetPreferredLocales (char *buf, size_t buflen) |
Definition at line 26 of file SDL_syslocale.c.
References NULL, ptr, SDL_strchr, and SDL_strlcat.
Referenced by normalize_locales().
Definition at line 54 of file SDL_syslocale.c.
References normalize_locale_str(), NULL, ptr, and SDL_strchr.
Referenced by SDL_SYS_GetPreferredLocales().
Definition at line 68 of file SDL_syslocale.c.
References normalize_locales(), SDL_assert, SDL_getenv, SDL_OutOfMemory, SDL_SetError, SDL_small_alloc, SDL_small_free, SDL_strlcat, and SDL_strlcpy.