Searched refs:libraries (Results 1 – 3 of 3) sorted by relevance
71 struct library_info **libraries; variable90 if (!strcmp(libraries[i]->name, name)) in get_library()91 return libraries[i]; in get_library()95 libraries = realloc(libraries, 2 * libraries_size * sizeof(struct library_info *)); in get_library()96 if (!libraries) { in get_library()122 libraries[libraries_count++] = library; in get_library()317 libraries = malloc(INIT_LIBRARIES * sizeof(struct library_info *)); in main()388 qsort(libraries, libraries_count, sizeof(libraries[0]), &licmp); in main()391 li = libraries[i]; in main()
72 pure C99. The exceptions are when linking against libraries that are written73 in C++. At the time of writing these libraries are `gtest` and `tinyxml2`,
88 for NDK (Native) applications and libraries. Interfaces for either