Searched refs:SDL_strdup (Results 1 – 17 of 17) sorted by relevance
173 SDL_cdlist[i] = SDL_strdup(drive); in AddDrive()222 mnt_type = SDL_strdup(tmp + SDL_strlen("fs=")); in CheckMounts()233 mnt_dev = SDL_strdup(tmp + SDL_strlen("dev=")); in CheckMounts()
197 SDL_strdup
116 new_variable = SDL_strdup(variable); in SDL_putenv()
354 char *SDL_strdup(const char *string) in SDL_strdup() function
413 #define SDL_strdup strdup macro415 extern DECLSPEC char * SDLCALL SDL_strdup(const char *string);
423 envcopy = SDL_strdup(SDL_getenv("SDL_JOYSTICK_DEVICE")); in SDL_SYS_JoystickInit()434 SDL_joylist[numjoysticks].fname = SDL_strdup(envpath); in SDL_SYS_JoystickInit()485 SDL_joylist[numjoysticks].fname = SDL_strdup(path); in SDL_SYS_JoystickInit()
121 SDL_cdlist[i] = SDL_strdup(drive); in AddDrive()
116 SDL_cdlist[i] = SDL_strdup(drive); in AddDrive()
70 SDL_cdlist[i] = SDL_strdup(drive); in AddDrive()
130 SDL_cdlist[i] = SDL_strdup(drive); in AddDrive()
124 SDL_cdlist[i] = SDL_strdup(drive); in AddDrive()
100 SDL_cdlist[i] = SDL_strdup(SysInfoRet); in SDL_SYS_CDInit()
394 this->hidden->caption = SDL_strdup(str); in PULSE_SetCaption()
230 SDL_cdlist[i] = SDL_strdup(drive); in AddDrive()
1709 video->wm_title = SDL_strdup(title); in SDL_WM_SetCaption()1715 video->wm_icon = SDL_strdup(icon); in SDL_WM_SetCaption()
638 retStr = SDL_strdup(dylderrstr); in dyld_error_str()