Searched refs:stemp (Results 1 – 2 of 2) sorted by relevance
75 const char *stemp = DirectFBCheckVersion(DIRECTFB_MAJOR_VERSION, in SDL_DirectFB_LoadLibrary() local79 if (stemp != NULL) { in SDL_DirectFB_LoadLibrary()
201 char *stemp; in readBoolEnv() local203 stemp = SDL_getenv(env_name); in readBoolEnv()204 if (stemp) in readBoolEnv()205 return atoi(stemp); in readBoolEnv()
Completed in 4 milliseconds