OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_strlcpy
(Results
1 - 8
of
8
) sorted by null
/prebuilts/misc/windows/sdl2/test/
loopwave.c
94
SDL_strlcpy
(filename, argv[1], sizeof(filename));
96
SDL_strlcpy
(filename, "sample.wav", sizeof(filename));
testautomation_stdlib.c
14
* @brief Call to
SDL_strlcpy
16
#undef
SDL_strlcpy
24
result =
SDL_strlcpy
(text, "foo", sizeof(text));
26
SDLTest_AssertPass("Call to
SDL_strlcpy
(\"foo\")");
30
result =
SDL_strlcpy
(text, "foo", 2);
32
SDLTest_AssertPass("Call to
SDL_strlcpy
(\"foo\") with buffer size 2");
126
{ (SDLTest_TestCaseFp)stdlib_strlcpy, "stdlib_strlcpy", "Call to
SDL_strlcpy
", TEST_ENABLED };
controllermap.c
189
SDL_strlcpy
(step->mapping, mapping, SDL_arraysize(step->mapping));
296
SDL_strlcpy
(mapping, step->mapping, SDL_arraysize(step->mapping));
testautomation_audio.c
480
SDL_strlcpy
(message, "Invalid: ", 256);
681
SDL_strlcpy
(message, "Changing:", 128);
[
all
...]
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h
312
extern DECLSPEC size_t SDLCALL
SDL_strlcpy
(char *dst, const char *src, size_t maxlen);
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h
312
extern DECLSPEC size_t SDLCALL
SDL_strlcpy
(char *dst, const char *src, size_t maxlen);
/prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h
302
extern DECLSPEC size_t SDLCALL
SDL_strlcpy
(char *dst, const char *src, size_t maxlen);
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h
312
extern DECLSPEC size_t SDLCALL
SDL_strlcpy
(char *dst, const char *src, size_t maxlen);
Completed in 835 milliseconds