Lines Matching refs:topdir
600 static char *topdir;
602 if (!topdir) {
603 topdir = getenv("ALSA_CONFIG_DIR");
604 if (!topdir || *topdir != '/' || strlen(topdir) >= PATH_MAX)
605 topdir = ALSA_CONFIG_DIR;
607 return topdir;
4531 const char *topdir = snd_config_topdir();
4532 char *s = alloca(strlen(topdir) +
4534 sprintf(s, "%s/alsa.conf", topdir);