HomeSort by: relevance | last modified time | path
    Searched defs:archives (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
arch.c 72 * Manipulate libraries, archives and their members.
75 * read and cached and the archive closed again. All cached archives are kept
134 static ArchList archives; /* The archives we've already examined */ variable in typeref:typename:ArchList
382 for (ln = archives.first; ln != NULL; ln = ln->next) {
517 Lst_Append(&archives, ar);
623 * In archives created by GNU binutils 2.27, the member names end
944 /* Initialize the archives module. */
948 Lst_Init(&archives);
952 /* Clean up the archives module. *
    [all...]
arch.c 72 * Manipulate libraries, archives and their members.
75 * read and cached and the archive closed again. All cached archives are kept
134 static ArchList archives; /* The archives we've already examined */ variable in typeref:typename:ArchList
382 for (ln = archives.first; ln != NULL; ln = ln->next) {
517 Lst_Append(&archives, ar);
623 * In archives created by GNU binutils 2.27, the member names end
944 /* Initialize the archives module. */
948 Lst_Init(&archives);
952 /* Clean up the archives module. *
    [all...]

Completed in 22 milliseconds