Searched refs:sym_len (Results 1 – 1 of 1) sorted by relevance
1016 int sym_len = SDL_strlen(symbol); in SDL_OSX_dlsym() local1020 malloc_sym = SDL_malloc(sym_len + 2); in SDL_OSX_dlsym()1023 SDL_snprintf(malloc_sym, sym_len+2, "_%s", symbol); in SDL_OSX_dlsym()1062 int sym_len = SDL_strlen(symbol); in dlsym_prepend_underscore_intern() local1065 malloc_sym = SDL_malloc(sym_len + 2); in dlsym_prepend_underscore_intern()1068 SDL_snprintf(malloc_sym, sym_len+2, "_%s", symbol); in dlsym_prepend_underscore_intern()1348 int sym_len = SDL_strlen(symbol);1351 malloc_sym = SDL_malloc(sym_len + 2);1354 SDL_snprintf(malloc_sym, sym_len+2, "_%s", symbol);