Home
last modified time | relevance | path

Searched refs:ARCHIVE (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/bmake/unit-tests/
H A Darchive.mk10 ARCHIVE= libprog.a
38 create-archive: ${ARCHIVE} pre post
44 ${ARCHIVE}: $${:Ulibprog.a}(archive.mk modmisc.mk $${:Uvarmisc.mk}) pre post
48 list-archive: ${ARCHIVE} pre post
55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
61 list-archive-undef-archive: ${ARCHIVE}$${UNDEF}(archive.mk) pre post
68 list-archive-undef-member: ${ARCHIVE}(archive$${UNDEF}.mk) pre post
72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
79 rm -f ${ARCHIVE}
H A Dvarfind.mk20 @echo $@: long ${.ARCHIVE:Q}
H A Dsuff.mk34 edge-case.to: ${.PREFIX}${.ARCHIVE}.additional
H A Dvarmisc.mk162 GL_ARCHIVE:= ${.ARCHIVE}
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_ar.c133 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_gethdr()
235 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_open_member()
246 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_open_member()
257 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_open_member()
270 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_open_member()
405 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_process_bsd_symtab()
495 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_process_svr4_symtab()
H A Dlibelf_ar_util.c110 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_get_translated_name()
115 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_get_translated_name()
141 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_get_translated_name()
358 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_open()
H A Delf_cntl.c43 LIBELF_SET_ERROR(ARCHIVE, 0); in elf_cntl()
H A Delf_rand.c59 LIBELF_SET_ERROR(ARCHIVE, 0); in elf_rand()
H A Delf_getarsym.c51 LIBELF_SET_ERROR(ARCHIVE, 0); in elf_getarsym()
H A Delf_errmsg.c42 DEFINE_ERROR(ARCHIVE, "Malformed ar(1) archive"),
/freebsd/bin/pax/
H A Doptions.c521 act = ARCHIVE; in pax_options()
541 if (!(flg & XF) && (act == ARCHIVE)) in pax_options()
562 case ARCHIVE: in pax_options()
621 act = ARCHIVE; in tar_options()
809 if (fstdin == 1 && act == ARCHIVE) in tar_options()
815 if ((act == ARCHIVE || act == APPND) && argc == 0 && nincfiles == 0) in tar_options()
822 if (act == ARCHIVE || act == APPND) in tar_options()
899 case ARCHIVE: in tar_options()
1085 act = ARCHIVE; in cpio_options()
1247 case ARCHIVE: in cpio_options()
H A Dar_io.c119 case ARCHIVE: in ar_open()
191 if (act == ARCHIVE) { in ar_open()
718 if ((act == APPND) || (act == ARCHIVE)) { in ar_rdsync()
1131 if ((act == ARCHIVE) || (act == APPND)) in ar_next()
H A Dpax.h56 #define ARCHIVE 2 /* write a new archive */ macro
H A Dpax.c264 case ARCHIVE: in main()
H A Dbuf_subs.c281 act = ARCHIVE; in appnd_start()
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DAddEventLibrary.cmake44 ARCHIVE DESTINATION "lib" COMPONENT lib
71 ARCHIVE DESTINATION "lib" COMPONENT lib
/freebsd/contrib/libfido2/src/
H A DCMakeLists.txt135 install(TARGETS fido2 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
146 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
/freebsd/contrib/libevent/cmake/
H A DAddEventLibrary.cmake44 ARCHIVE DESTINATION "lib" COMPONENT lib
71 ARCHIVE DESTINATION "lib" COMPONENT lib
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
/freebsd/contrib/libcbor/src/
H A DCMakeLists.txt40 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
/freebsd/contrib/bmake/mk/
H A Down.mk82 ARCHIVE \
/freebsd/contrib/bmake/
H A Dmake.h595 #define ARCHIVE "!" /* Archive in "archive(member)" syntax */ macro
1172 GNode_VarArchive(GNode *gn) { return GNode_ValueDirect(gn, ARCHIVE); }
H A Dmake.c1290 Var_Set(gn, ARCHIVE, gn->name); in Make_ExpandUse()
/freebsd/contrib/processor-trace/libipt/
H A DCMakeLists.txt109 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
/freebsd/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake309 ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"

12