OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_strlcpy
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h
379
#define
SDL_strlcpy
strlcpy
381
extern DECLSPEC size_t SDLCALL
SDL_strlcpy
(char *dst, const char *src, size_t maxlen);
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c
329
size_t
SDL_strlcpy
(char *dst, const char *src, size_t maxlen)
347
SDL_strlcpy
(dst+dstlen, src, maxlen-dstlen);
359
SDL_strlcpy
(newstr, string, len);
1023
SDL_strlcpy
(text, num, size+1);
1037
SDL_strlcpy
(text, num, size+1);
1052
SDL_strlcpy
(text, num, size+1);
1066
SDL_strlcpy
(text, num, size+1);
[
all
...]
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
379
#define
SDL_strlcpy
strlcpy
381
extern DECLSPEC size_t SDLCALL
SDL_strlcpy
(char *dst, const char *src, size_t maxlen);
/prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h
379
#define
SDL_strlcpy
strlcpy
381
extern DECLSPEC size_t SDLCALL
SDL_strlcpy
(char *dst, const char *src, size_t maxlen);
/prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h
379
#define
SDL_strlcpy
strlcpy
381
extern DECLSPEC size_t SDLCALL
SDL_strlcpy
(char *dst, const char *src, size_t maxlen);
Completed in 37 milliseconds