/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/ |
D | harness_argparser.c | 54 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()
|
D | action_configparser.c | 352 SDL_strlcpy(path, token_ptr, len + 1); in SDLVisualTest_ParseActionConfig() 367 SDL_strlcpy(args, token_ptr, len + 1); in SDLVisualTest_ParseActionConfig()
|
D | sut_configparser.c | 91 SDL_strlcpy(config->options[i].name, token_ptr, token_len); in SDLVisualTest_ParseSUTConfig()
|
/third_party/flutter/skia/third_party/externals/sdl/src/loadso/windows/ |
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()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | loopwavequeue.c | 90 SDL_strlcpy(filename, argv[1], sizeof(filename)); in main() 92 SDL_strlcpy(filename, "sample.wav", sizeof(filename)); in main()
|
D | loopwave.c | 106 SDL_strlcpy(filename, argv[1], sizeof(filename)); in main() 108 SDL_strlcpy(filename, "sample.wav", sizeof(filename)); in main()
|
D | testaudiohotplug.c | 155 SDL_strlcpy(filename, argv[1], sizeof(filename)); in main() 157 SDL_strlcpy(filename, "sample.wav", sizeof(filename)); in main()
|
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()
|
D | controllermap.c | 186 SDL_strlcpy(step->mapping, mapping, SDL_arraysize(step->mapping)); in WatchJoystick() 296 … SDL_strlcpy(mapping, prev_step->mapping, SDL_arraysize(prev_step->mapping)); in WatchJoystick()
|
D | testautomation_audio.c | 628 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/ |
D | SDL_error.c | 64 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/ |
D | SDL_sysloadso.c | 67 SDL_strlcpy(&_name[1], name, len); in SDL_LoadFunction()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_bclipboard.cc | 75 SDL_strlcpy(result, text, length); in BE_GetClipboardText()
|
D | SDL_bopengl.cc | 61 SDL_strlcpy(_this->gl_config.driver_path, "libGL.so", in BE_GL_LoadLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/paudio/ |
D | SDL_paudio.c | 86 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/ |
D | SDL_emscriptenopengles.c | 72 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/ |
D | SDL_string.c | 469 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/ |
D | SDL_egl.c | 131 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/ |
D | SDL_stdinc.h | 402 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/ |
D | SDL_cpuinfo.c | 482 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/ |
D | SDL_sysjoystick.c | 357 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/ |
D | SDL_naclevents.c | 398 SDL_strlcpy(text, str, str_len ); in NACL_PumpEvents()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_opengl.c | 138 SDL_strlcpy(_this->gl_config.driver_path, path, in DirectFB_GL_LoadLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandmouse.c | 75 SDL_strlcpy(tmp_path, xdg_path, PATH_MAX); in wayland_create_tmp_file()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/nas/ |
D | SDL_nasaudio.c | 117 SDL_strlcpy(err, origerr, len); in LoadNASLibrary()
|