Searched refs:n_to_m_cache (Results 1 – 1 of 1) sorted by relevance
593 struct n_to_m_cache { in get_cached_n_to_m_file() struct597 struct n_to_m_cache *next; in get_cached_n_to_m_file() argument599 static struct n_to_m_cache *head = NULL; in get_cached_n_to_m_file()600 struct n_to_m_cache *ptr; in get_cached_n_to_m_file()650 ptr = (struct n_to_m_cache *)calloc(1, in get_cached_n_to_m_file()651 sizeof (struct n_to_m_cache)); in get_cached_n_to_m_file()728 char **n_to_m_cache = NULL; in get_max_major() local730 return (get_cached_n_to_m_file(file_name, &n_to_m_cache)); in get_max_major()747 char **n_to_m_cache = NULL; in get_name_to_major_entry() local756 size = get_cached_n_to_m_file(file_name, &n_to_m_cache); in get_name_to_major_entry()[all …]