/AliOS-Things-master/components/SDL2/src/locale/unix/ |
A D | SDL_syslocale.c | 48 SDL_strlcat(dst, ",", buflen); /* SDL has these split by commas */ in normalize_locale_str() 50 SDL_strlcat(dst, str, buflen); in normalize_locale_str() 95 SDL_strlcat(tmp, ":", buflen); in SDL_SYS_GetPreferredLocales() 97 SDL_strlcat(tmp, envr, buflen); in SDL_SYS_GetPreferredLocales()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | controllermap.c | 589 SDL_strlcat(mapping, ",", SDL_arraysize(mapping)); in WatchJoystick() 590 SDL_strlcat(mapping, trimmed_name, SDL_arraysize(mapping)); in WatchJoystick() 591 SDL_strlcat(mapping, ",", SDL_arraysize(mapping)); in WatchJoystick() 592 SDL_strlcat(mapping, "platform:", SDL_arraysize(mapping)); in WatchJoystick() 594 SDL_strlcat(mapping, ",", SDL_arraysize(mapping)); in WatchJoystick() 615 SDL_strlcat(mapping, "+", SDL_arraysize(mapping)); in WatchJoystick() 625 SDL_strlcat(mapping, "+", SDL_arraysize(mapping)); in WatchJoystick() 635 SDL_strlcat(mapping, "+", SDL_arraysize(mapping)); in WatchJoystick() 657 SDL_strlcat(mapping, ":", SDL_arraysize(mapping)); in WatchJoystick() 686 SDL_strlcat(mapping, pszElement, SDL_arraysize(mapping)); in WatchJoystick() [all …]
|
A D | testautomation_audio.c | 630 SDL_strlcat(message, " spec1.format", 256); in audio_buildAudioCVTNegative() 634 SDL_strlcat(message, " spec1.channels", 256); in audio_buildAudioCVTNegative() 638 SDL_strlcat(message, " spec1.freq", 256); in audio_buildAudioCVTNegative() 642 SDL_strlcat(message, " spec2.format", 256); in audio_buildAudioCVTNegative() 646 SDL_strlcat(message, " spec2.channels", 256); in audio_buildAudioCVTNegative() 650 SDL_strlcat(message, " spec2.freq", 256); in audio_buildAudioCVTNegative() 831 SDL_strlcat(message, " Format", 128); in audio_convertAudio() 834 SDL_strlcat(message, " Channels", 128); in audio_convertAudio() 837 SDL_strlcat(message, " Frequencies", 128); in audio_convertAudio()
|
A D | testime.c | 771 SDL_strlcat(text, event.text.text, sizeof(text)); in main()
|
/AliOS-Things-master/components/SDL2/src/loadso/windows/ |
A D | SDL_sysloadso.c | 51 SDL_strlcat(errbuf, sofile, SDL_arraysize(errbuf)); in SDL_LoadObject() 64 SDL_strlcat(errbuf, name, SDL_arraysize(errbuf)); in SDL_LoadFunction()
|
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_gamecontroller.c | 963 SDL_strlcat(mapping_string, "a:b0,", sizeof(mapping_string)); in SDL_CreateMappingForAndroidController() 966 SDL_strlcat(mapping_string, "b:b1,", sizeof(mapping_string)); in SDL_CreateMappingForAndroidController() 969 SDL_strlcat(mapping_string, "b:b4,", sizeof(mapping_string)); in SDL_CreateMappingForAndroidController() 973 SDL_strlcat(mapping_string, "x:b2,", sizeof(mapping_string)); in SDL_CreateMappingForAndroidController() 976 SDL_strlcat(mapping_string, "y:b3,", sizeof(mapping_string)); in SDL_CreateMappingForAndroidController() 979 SDL_strlcat(mapping_string, "back:b4,", sizeof(mapping_string)); in SDL_CreateMappingForAndroidController() 983 SDL_strlcat(mapping_string, "guide:b5,", sizeof(mapping_string)); in SDL_CreateMappingForAndroidController() 1102 SDL_strlcat(mapping_string, input_name, mapping_string_len); in SDL_PrivateAppendToMappingString() 1103 SDL_strlcat(mapping_string, ":", mapping_string_len); in SDL_PrivateAppendToMappingString() 1118 SDL_strlcat(mapping_string, buffer, mapping_string_len); in SDL_PrivateAppendToMappingString() [all …]
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 543 SDL_strlcat(str, "[--trackmem] ", len); in BuildCommonUsageString() 545 SDL_strlcat(str, strlist[i], len); in BuildCommonUsageString() 546 SDL_strlcat(str, " ", len); in BuildCommonUsageString() 548 SDL_strlcat(str, strlist[i], len); in BuildCommonUsageString() 550 SDL_strlcat(str, " ", len); in BuildCommonUsageString() 552 SDL_strlcat(str, strlist2[i], len); in BuildCommonUsageString() 553 SDL_strlcat(str, " ", len); in BuildCommonUsageString() 555 SDL_strlcat(str, strlist2[i], len); in BuildCommonUsageString()
|
A D | SDL_test_memory.c | 242 SDL_strlcat(message, line, message_size) in SDLTest_LogAllocations()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandmouse.c | 72 SDL_strlcat(tmp_path, template, PATH_MAX); in wayland_create_tmp_file()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_stdinc.h | 471 extern DECLSPEC size_t SDLCALL SDL_strlcat(SDL_INOUT_Z_CAP(maxlen) char *dst, const char *src, size… 601 #define SDL_strlcat strlcat macro
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapi_xboxone.c | 147 SDL_strlcat(buffer, "\n", length); in DumpPacket()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 396 #define SDL_strlcat SDL_strlcat_REAL macro
|
A D | SDL_dynapi_procs.h | 427 SDL_DYNAPI_PROC(size_t,SDL_strlcat,(SDL_INOUT_Z_CAP(c) char *a, const char *b, size_t c),(a,b,c),re…
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_string.c | 596 SDL_strlcat(SDL_INOUT_Z_CAP(maxlen) char *dst, const char *src, size_t maxlen) in SDL_strlcat() function
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_wave.c | 143 SDL_strlcat(channelstr, channelstr[0] ? "-" STR : STR, sizeof(channelstr));} in WaveDebugLogFormat()
|