Lines Matching defs:lib
384 lib "/usr/lib/libasoundextend.so"
3965 const char *lib = NULL, *func_name = NULL;
3994 if (strcmp(id, "lib") == 0) {
3995 err = snd_config_get_string(n, &lib);
4024 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf));
4028 SNDERR("Cannot open shared library %s (%s)", lib, errbuf);
4031 SNDERR("symbol %s is not defined inside %s", func_name, lib);
5125 const char *lib = NULL, *func_name = NULL;
5153 if (strcmp(id, "lib") == 0) {
5154 err = snd_config_get_string(n, &lib);
5183 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf));
5188 SNDERR("Cannot open shared library %s (%s)", lib, errbuf);
5192 SNDERR("symbol %s is not defined inside %s", func_name, lib);