Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/
Dharness_argparser.c54 SDL_strlcpy(state->sutapp, argv[index], MAX_PATH_LEN); in ParseArg()
66 SDL_strlcpy(state->output_dir, argv[index], MAX_PATH_LEN); in ParseArg()
78 SDL_strlcpy(state->verify_dir, argv[index], MAX_PATH_LEN); in ParseArg()
90 SDL_strlcpy(state->sutargs, argv[index], MAX_SUT_ARGS_LEN); in ParseArg()
340 SDL_strlcpy(state->output_dir, "./output", MAX_PATH_LEN); in SDLVisualTest_ParseHarnessArgs()
344 SDL_strlcpy(state->verify_dir, "./verify", MAX_PATH_LEN); in SDLVisualTest_ParseHarnessArgs()
Daction_configparser.c352 SDL_strlcpy(path, token_ptr, len + 1); in SDLVisualTest_ParseActionConfig()
367 SDL_strlcpy(args, token_ptr, len + 1); in SDLVisualTest_ParseActionConfig()
Dsut_configparser.c91 SDL_strlcpy(config->options[i].name, token_ptr, token_len); in SDLVisualTest_ParseSUTConfig()
/third_party/flutter/skia/third_party/externals/sdl/src/loadso/windows/
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()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dloopwavequeue.c90 SDL_strlcpy(filename, argv[1], sizeof(filename)); in main()
92 SDL_strlcpy(filename, "sample.wav", sizeof(filename)); in main()
Dloopwave.c106 SDL_strlcpy(filename, argv[1], sizeof(filename)); in main()
108 SDL_strlcpy(filename, "sample.wav", sizeof(filename)); in main()
Dtestaudiohotplug.c155 SDL_strlcpy(filename, argv[1], sizeof(filename)); in main()
157 SDL_strlcpy(filename, "sample.wav", sizeof(filename)); in main()
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()
Dcontrollermap.c186 SDL_strlcpy(step->mapping, mapping, SDL_arraysize(step->mapping)); in WatchJoystick()
296SDL_strlcpy(mapping, prev_step->mapping, SDL_arraysize(prev_step->mapping)); in WatchJoystick()
Dtestautomation_audio.c628 SDL_strlcpy(message, "Invalid: ", 256); in audio_buildAudioCVTNegative()
829 SDL_strlcpy(message, "Changing:", 128); in audio_convertAudio()
/third_party/flutter/skia/third_party/externals/sdl/src/
DSDL_error.c64 SDL_strlcpy((char *) error->key, fmt, sizeof(error->key)); in SDL_SetError()
98 SDL_strlcpy((char *) error->args[i].buf, str, in SDL_SetError()
/third_party/flutter/skia/third_party/externals/sdl/src/loadso/dlopen/
DSDL_sysloadso.c67 SDL_strlcpy(&_name[1], name, len); in SDL_LoadFunction()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bclipboard.cc75 SDL_strlcpy(result, text, length); in BE_GetClipboardText()
DSDL_bopengl.cc61 SDL_strlcpy(_this->gl_config.driver_path, "libGL.so", in BE_GL_LoadLibrary()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/paudio/
DSDL_paudio.c86 SDL_strlcpy(path, audiodev, maxlen); in OpenUserDefinedDevice()
115 SDL_strlcpy(path, audiopath, maxlen); in OpenAudioPath()
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenopengles.c72 SDL_strlcpy(_this->gl_config.driver_path, path, sizeof(_this->gl_config.driver_path) - 1); in Emscripten_GLES_LoadLibrary()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_string.c469 SDL_strlcpy(SDL_OUT_Z_CAP(maxlen) char *dst, const char *src, size_t maxlen) in SDL_strlcpy() function
525 SDL_strlcpy(dst + dstlen, src, maxlen - dstlen); in SDL_strlcat()
540 SDL_strlcpy(newstr, string, len); in SDL_strdup()
1330 slen = SDL_strlcpy(text, string, maxlen); in SDL_PrintString()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl.c131 SDL_strlcpy(procname + 1, proc, 1022); in SDL_EGL_GetProcAddress()
283 SDL_strlcpy(_this->gl_config.driver_path, path, sizeof(_this->gl_config.driver_path) - 1); in SDL_EGL_LoadLibrary()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_stdinc.h402 extern DECLSPEC size_t SDLCALL SDL_strlcpy(SDL_OUT_Z_CAP(maxlen) char *dst, const char *src, size_t…
502 #define SDL_strlcpy strlcpy macro
/third_party/flutter/skia/third_party/externals/sdl/src/cpuinfo/
DSDL_cpuinfo.c482 SDL_strlcpy(SDL_CPUType, "Unknown", sizeof(SDL_CPUType)); in SDL_GetCPUType()
556 SDL_strlcpy(SDL_CPUName, "Unknown", sizeof(SDL_CPUName)); in SDL_GetCPUName()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/darwin/
DSDL_sysjoystick.c357 SDL_strlcpy(pDevice->product, "Unidentified joystick", sizeof (pDevice->product)); in GetDeviceInfo()
379 SDL_strlcpy((char*)guid16, pDevice->product, sizeof(pDevice->guid.data) - 4); in GetDeviceInfo()
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclevents.c398 SDL_strlcpy(text, str, str_len ); in NACL_PumpEvents()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_opengl.c138 SDL_strlcpy(_this->gl_config.driver_path, path, in DirectFB_GL_LoadLibrary()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandmouse.c75 SDL_strlcpy(tmp_path, xdg_path, PATH_MAX); in wayland_create_tmp_file()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/nas/
DSDL_nasaudio.c117 SDL_strlcpy(err, origerr, len); in LoadNASLibrary()

12