Home
last modified time | relevance | path

Searched refs:SDL_strrchr (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_ibus.c259 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()
DSDL_fcitx.c109 spot = SDL_strrchr(linkfile, '/'); in GetAppName()
DSDL_udev.c303 while ((word = SDL_strrchr(text, ' ')) != NULL) { in get_caps()
/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/unix/
DSDL_sysfilesystem.c148 char *ptr = SDL_strrchr(retval, '/'); in SDL_GetBasePath()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_stdinc.h410 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/
DSDL_esdaudio.c196 progname = SDL_strrchr(temp, '/'); in get_progname()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandvideo.c97 spot = SDL_strrchr(linkfile, '/'); in get_classname()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c80 spot = SDL_strrchr(linkfile, '/'); in get_classname()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h408 #define SDL_strrchr SDL_strrchr_REAL macro
DSDL_dynapi_procs.h437 SDL_DYNAPI_PROC(char*,SDL_strrchr,(const char *a, int b),(a,b),return)
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_string.c614 SDL_strrchr(const char *string, int c) in SDL_strrchr() function