Searched refs:n_to_m_cache (Results 1 – 1 of 1) sorted by relevance
605 struct n_to_m_cache { in get_cached_n_to_m_file() struct609 struct n_to_m_cache *next; in get_cached_n_to_m_file() argument611 static struct n_to_m_cache *head = NULL; in get_cached_n_to_m_file()612 struct n_to_m_cache *ptr; in get_cached_n_to_m_file()662 ptr = (struct n_to_m_cache *)calloc(1, in get_cached_n_to_m_file()663 sizeof (struct n_to_m_cache)); in get_cached_n_to_m_file()740 char **n_to_m_cache = NULL; in get_max_major() local742 return (get_cached_n_to_m_file(file_name, &n_to_m_cache)); in get_max_major()759 char **n_to_m_cache = NULL; in get_name_to_major_entry() local768 size = get_cached_n_to_m_file(file_name, &n_to_m_cache); in get_name_to_major_entry()[all …]