/freebsd/contrib/bmake/unit-tests/ |
H A D | archive.mk | 10 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 D | varfind.mk | 20 @echo $@: long ${.ARCHIVE:Q}
|
H A D | suff.mk | 34 edge-case.to: ${.PREFIX}${.ARCHIVE}.additional
|
H A D | varmisc.mk | 162 GL_ARCHIVE:= ${.ARCHIVE}
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_ar.c | 133 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 D | libelf_ar_util.c | 110 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 D | elf_cntl.c | 43 LIBELF_SET_ERROR(ARCHIVE, 0); in elf_cntl()
|
H A D | elf_rand.c | 59 LIBELF_SET_ERROR(ARCHIVE, 0); in elf_rand()
|
H A D | elf_getarsym.c | 51 LIBELF_SET_ERROR(ARCHIVE, 0); in elf_getarsym()
|
H A D | elf_errmsg.c | 42 DEFINE_ERROR(ARCHIVE, "Malformed ar(1) archive"),
|
/freebsd/bin/pax/ |
H A D | options.c | 521 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 D | ar_io.c | 119 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 D | pax.h | 56 #define ARCHIVE 2 /* write a new archive */ macro
|
H A D | pax.c | 264 case ARCHIVE: in main()
|
H A D | buf_subs.c | 281 act = ARCHIVE; in appnd_start()
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | AddEventLibrary.cmake | 44 ARCHIVE DESTINATION "lib" COMPONENT lib 71 ARCHIVE DESTINATION "lib" COMPONENT lib
|
/freebsd/contrib/libfido2/src/ |
H A D | CMakeLists.txt | 135 install(TARGETS fido2 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} 146 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
/freebsd/contrib/libevent/cmake/ |
H A D | AddEventLibrary.cmake | 44 ARCHIVE DESTINATION "lib" COMPONENT lib 71 ARCHIVE DESTINATION "lib" COMPONENT lib
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | ar-lib | 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
|
/freebsd/contrib/libcbor/src/ |
H A D | CMakeLists.txt | 40 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
/freebsd/contrib/bmake/mk/ |
H A D | own.mk | 82 ARCHIVE \
|
/freebsd/contrib/bmake/ |
H A D | make.h | 595 #define ARCHIVE "!" /* Archive in "archive(member)" syntax */ macro 1172 GNode_VarArchive(GNode *gn) { return GNode_ValueDirect(gn, ARCHIVE); }
|
H A D | make.c | 1290 Var_Set(gn, ARCHIVE, gn->name); in Make_ExpandUse()
|
/freebsd/contrib/processor-trace/libipt/ |
H A D | CMakeLists.txt | 109 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
/freebsd/contrib/googletest/googletest/cmake/ |
H A D | internal_utils.cmake | 309 ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|