Lines Matching refs:fullkey
197 char *fullkey = NULL;
204 fullkey = (char *)MemAlloc(sizeof(RES_BUNDLE_NAME) + strlen(lc) + strlen(key) + 3);
207 strcpy(fullkey, RES_BUNDLE_NAME);
210 strcat(fullkey, "_");
211 strcat(fullkey, lc);
213 strcat(fullkey, "_");
214 strcat(fullkey, key);
215 if ((sym = (message_t)dlsym(dlopen(NULL, RTLD_NOW + RTLD_GLOBAL), fullkey)) == NULL)
237 free(fullkey);
238 fullkey = NULL;
289 if (fullkey)
290 free(fullkey);
291 fullkey = NULL;