HomeSort by: relevance | last modified time | path
    Searched refs:archives (Results 1 - 6 of 6) 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
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...]
  /src/usr.bin/make/unit-tests/
archive.mk 3 # Very basic demonstration of handling archives, based on the description
varmod-mtime.mk 20 # from the 'now' that is used when updating the timestamps in archives or for
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 5047 # character.) This should work for all archives with less than
6607 # See if our shared archives depend on static archives.
7625 func_warning "'-l' is ignored for archives/objects"
7735 func_warning "'-L' is ignored for archives/objects"
8686 func_warning "'-dlopen' is ignored for archives"
8691 func_warning "'-l' and '-L' are ignored for archives" ;;
8695 func_warning "'-rpath' is ignored for archives"
8698 func_warning "'-R' is ignored for archives"
8701 func_warning "'-version-info/-version-number' is ignored for archives"
    [all...]
  /src/usr.sbin/sysinst/
msg.mi.fr 567 {Les archives d'installation ne peuvent �tre trouv�es � l'emplacement sp�cifi�
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 3652 # character.) This should work for all archives with less than
5208 # See if our shared archives depend on static archives.
6184 func_warning "\`-l' is ignored for archives/objects"
6293 func_warning "\`-L' is ignored for archives/objects"
7215 func_warning "\`-dlopen' is ignored for archives"
7220 func_warning "\`-l' and \`-L' are ignored for archives" ;;
7224 func_warning "\`-rpath' is ignored for archives"
7227 func_warning "\`-R' is ignored for archives"
7230 func_warning "\`-version-info/-version-number' is ignored for archives"
    [all...]

Completed in 48 milliseconds