Searched refs:SDL_strrchr (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_ibus.c | 259 disp_num = SDL_strrchr(display, ':'); in IBus_GetDBusAddressFilename() 260 screen_num = SDL_strrchr(display, '.'); in IBus_GetDBusAddressFilename() 425 char *addr_file_no_path = SDL_strrchr(ibus_addr_file, '/'); in IBus_CheckConnection() 480 addr_file_dir = SDL_strrchr(addr_file, '/'); in SDL_IBus_Init()
|
D | SDL_fcitx.c | 109 spot = SDL_strrchr(linkfile, '/'); in GetAppName()
|
D | SDL_udev.c | 303 while ((word = SDL_strrchr(text, ' ')) != NULL) { in get_caps()
|
/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/unix/ |
D | SDL_sysfilesystem.c | 148 char *ptr = SDL_strrchr(retval, '/'); in SDL_GetBasePath()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_stdinc.h | 410 extern DECLSPEC char *SDLCALL SDL_strrchr(const char *str, int c); 506 #define SDL_strrchr strrchr macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/esd/ |
D | SDL_esdaudio.c | 196 progname = SDL_strrchr(temp, '/'); in get_progname()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandvideo.c | 97 spot = SDL_strrchr(linkfile, '/'); in get_classname()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11video.c | 80 spot = SDL_strrchr(linkfile, '/'); in get_classname()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 408 #define SDL_strrchr SDL_strrchr_REAL macro
|
D | SDL_dynapi_procs.h | 437 SDL_DYNAPI_PROC(char*,SDL_strrchr,(const char *a, int b),(a,b),return)
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_string.c | 614 SDL_strrchr(const char *string, int c) in SDL_strrchr() function
|