Home
last modified time | relevance | path

Searched refs:SDL_strlcpy (Results 1 – 25 of 54) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/loadso/windows/
A DSDL_sysloadso.c50 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 DSDL_locale.c57 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 Dloopwavequeue.c89 SDL_strlcpy(filename, argv[1], sizeof(filename)); in main()
91 SDL_strlcpy(filename, "sample.wav", sizeof(filename)); in main()
A Dloopwave.c129 SDL_strlcpy(filename, argv[1], sizeof(filename)); in main()
131 SDL_strlcpy(filename, "sample.wav", sizeof(filename)); in main()
A Dtestaudiohotplug.c155 SDL_strlcpy(filename, argv[1], sizeof(filename)); in main()
157 SDL_strlcpy(filename, "sample.wav", sizeof(filename)); in main()
A Dtestautomation_stdlib.c16 #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 DSDL_sysloadso.c68 SDL_strlcpy(&_name[1], name, len); in SDL_LoadFunction()
/AliOS-Things-master/components/SDL2/src/locale/haiku/
A DSDL_syslocale.cc60 SDL_strlcpy(buf, str, buflen); in SDL_SYS_GetPreferredLocales()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bclipboard.cc73 SDL_strlcpy(result, text, length + 1); in HAIKU_GetClipboardText()
A DSDL_bopengl.cc59 SDL_strlcpy(_this->gl_config.driver_path, "libGL.so", in HAIKU_GL_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_memory.c244 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 DSDL_error.c111 SDL_strlcpy(errstr, error->str, maxlen); in SDL_GetErrorMsg()
/AliOS-Things-master/components/SDL2/src/locale/unix/
A DSDL_syslocale.c88 SDL_strlcpy(tmp, envr, buflen); in SDL_SYS_GetPreferredLocales()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_events.c127 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 DSDL_emscriptenopengles.c77 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 DIMG_svg.c59 #define strncpy SDL_strlcpy
/AliOS-Things-master/components/SDL2/src/audio/paudio/
A DSDL_paudio.c87 SDL_strlcpy(path, audiodev, maxlen); in OpenUserDefinedDevice()
116 SDL_strlcpy(path, audiopath, maxlen); in OpenAudioPath()
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivantevulkan.c68 SDL_strlcpy(_this->vulkan_config.loader_path, path, in VIVANTE_Vulkan_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidvulkan.c57 SDL_strlcpy(_this->vulkan_config.loader_path, path, in Android_Vulkan_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvulkan.c58 SDL_strlcpy(_this->vulkan_config.loader_path, path, in WIN_Vulkan_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandvulkan.c57 SDL_strlcpy(_this->vulkan_config.loader_path, path, in Wayland_Vulkan_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11vulkan.c59SDL_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 DSDL_egl.c245 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 DSDL_DirectFB_opengl.c137 SDL_strlcpy(_this->gl_config.driver_path, path, in DirectFB_GL_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclevents.c398 SDL_strlcpy(text, str, str_len ); in NACL_PumpEvents()

Completed in 23 milliseconds

123