/AliOS-Things-master/components/SDL2/src/loadso/windows/ |
A D | SDL_sysloadso.c | 50 SDL_strlcpy(errbuf, "Failed loading ", SDL_arraysize(errbuf)); in SDL_LoadObject() 63 SDL_strlcpy(errbuf, "Failed loading ", SDL_arraysize(errbuf)); in SDL_LoadFunction()
|
/AliOS-Things-master/components/SDL2/src/locale/ |
A D | SDL_locale.c | 57 SDL_strlcpy(ptr, csv, slen); in build_locales_from_csv_string() 94 SDL_strlcpy(locbuf, hint, sizeof (locbuf)); in SDL_GetPreferredLocales()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | loopwavequeue.c | 89 SDL_strlcpy(filename, argv[1], sizeof(filename)); in main() 91 SDL_strlcpy(filename, "sample.wav", sizeof(filename)); in main()
|
A D | loopwave.c | 129 SDL_strlcpy(filename, argv[1], sizeof(filename)); in main() 131 SDL_strlcpy(filename, "sample.wav", sizeof(filename)); in main()
|
A D | testaudiohotplug.c | 155 SDL_strlcpy(filename, argv[1], sizeof(filename)); in main() 157 SDL_strlcpy(filename, "sample.wav", sizeof(filename)); in main()
|
A D | testautomation_stdlib.c | 16 #undef SDL_strlcpy 24 result = SDL_strlcpy(text, "foo", sizeof(text)); in stdlib_strlcpy() 30 result = SDL_strlcpy(text, "foo", 2); in stdlib_strlcpy()
|
/AliOS-Things-master/components/SDL2/src/loadso/dlopen/ |
A D | SDL_sysloadso.c | 68 SDL_strlcpy(&_name[1], name, len); in SDL_LoadFunction()
|
/AliOS-Things-master/components/SDL2/src/locale/haiku/ |
A D | SDL_syslocale.cc | 60 SDL_strlcpy(buf, str, buflen); in SDL_SYS_GetPreferredLocales()
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bclipboard.cc | 73 SDL_strlcpy(result, text, length + 1); in HAIKU_GetClipboardText()
|
A D | SDL_bopengl.cc | 59 SDL_strlcpy(_this->gl_config.driver_path, "libGL.so", in HAIKU_GL_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_memory.c | 244 SDL_strlcpy(line, "Memory allocations:\n", sizeof(line)); in SDLTest_LogAllocations() 246 SDL_strlcpy(line, "Expect 2 allocations from within SDL_GetErrBuf()\n", sizeof(line)); in SDLTest_LogAllocations()
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_error.c | 111 SDL_strlcpy(errstr, error->str, maxlen); in SDL_GetErrorMsg()
|
/AliOS-Things-master/components/SDL2/src/locale/unix/ |
A D | SDL_syslocale.c | 88 SDL_strlcpy(tmp, envr, buflen); in SDL_SYS_GetPreferredLocales()
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_events.c | 127 SDL_strlcpy(name, "SDL_USEREVENT", sizeof (name)); in SDL_LogEvent() 139 #define SDL_EVENT_CASE(x) case x: SDL_strlcpy(name, #x, sizeof (name)); in SDL_LogEvent() 140 …SDL_EVENT_CASE(SDL_FIRSTEVENT) SDL_strlcpy(details, " (THIS IS PROBABLY A BUG!)", sizeof (details)… in SDL_LogEvent() 156 …case SDL_WINDOWEVENT_NONE: SDL_strlcpy(name2, "SDL_WINDOWEVENT_NONE (THIS IS PROBABLY A BUG!)", si… in SDL_LogEvent() 157 … #define SDL_WINDOWEVENT_CASE(x) case x: SDL_strlcpy(name2, #x, sizeof (name2)); break in SDL_LogEvent() 175 default: SDL_strlcpy(name2, "UNKNOWN (bug? fixme?)", sizeof (name2)); break; in SDL_LogEvent() 329 SDL_strlcpy(name, "UNKNOWN", sizeof (name)); in SDL_LogEvent()
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenopengles.c | 77 SDL_strlcpy(_this->gl_config.driver_path, path, sizeof(_this->gl_config.driver_path) - 1); in Emscripten_GLES_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_svg.c | 59 #define strncpy SDL_strlcpy
|
/AliOS-Things-master/components/SDL2/src/audio/paudio/ |
A D | SDL_paudio.c | 87 SDL_strlcpy(path, audiodev, maxlen); in OpenUserDefinedDevice() 116 SDL_strlcpy(path, audiopath, maxlen); in OpenAudioPath()
|
/AliOS-Things-master/components/SDL2/src/video/vivante/ |
A D | SDL_vivantevulkan.c | 68 SDL_strlcpy(_this->vulkan_config.loader_path, path, in VIVANTE_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidvulkan.c | 57 SDL_strlcpy(_this->vulkan_config.loader_path, path, in Android_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsvulkan.c | 58 SDL_strlcpy(_this->vulkan_config.loader_path, path, in WIN_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandvulkan.c | 57 SDL_strlcpy(_this->vulkan_config.loader_path, path, in Wayland_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11vulkan.c | 59 …SDL_strlcpy(_this->vulkan_config.loader_path, path, SDL_arraysize(_this->vulkan_config.loader_path… in X11_Vulkan_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_egl.c | 245 SDL_strlcpy(procname + 1, proc, sizeof (procname) - 1); in SDL_EGL_GetProcAddress() 444 SDL_strlcpy(_this->gl_config.driver_path, path, sizeof(_this->gl_config.driver_path) - 1); in SDL_EGL_LoadLibraryOnly() 953 SDL_strlcpy(errorText, SDL_GetError(), SDL_arraysize(errorText)); in SDL_EGL_CreateContext()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_opengl.c | 137 SDL_strlcpy(_this->gl_config.driver_path, path, in DirectFB_GL_LoadLibrary()
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 398 SDL_strlcpy(text, str, str_len ); in NACL_PumpEvents()
|