Searched refs:name_len (Results 1 – 1 of 1) sorted by relevance
452 int name_len = strlen(cache_dir) + 32; in pci_init_dns() local453 char *cache_name = pci_malloc(NULL, name_len); in pci_init_dns()454 snprintf(cache_name, name_len, "%s/pci-ids", cache_dir); in pci_init_dns()