Lines Matching defs:res
260 const char *res, *id;
316 res = getenv(ptr);
317 if (res != NULL && *res != '\0')
323 res = def;
327 err = snd_config_imake_string(dst, id, res);
412 char *res = NULL, *tmp;
449 tmp = realloc(res, len + len1 + 1);
459 res = tmp;
464 if (res == NULL) {
471 err = snd_config_imake_string(dst, id, res);
473 free(res);
490 char *res = NULL;
537 free(res);
638 char *res;
640 res = strdup(str);
641 if (res == NULL)
643 *dst = res;
756 char *res = NULL;
770 res = strdup(snd_ctl_card_info_get_driver(&info));
771 if (res == NULL)
774 *driver = res;