Searched refs:archive (Results 1 - 25 of 44) sorted by relevance

12

/src/usr.bin/make/unit-tests/
H A Darchive.exp1 Making remove-archive
4 Making libprog.a out-of-date archive.mk modmisc.mk varmisc.mk
5 ar cru libprog.a archive.mk modmisc.mk varmisc.mk
8 Making create-archive out-of-date libprog.a
10 Making list-archive out-of-date libprog.a
12 archive.mk
16 Making list-archive-wildcard out-of-date archive-suffix.mk archive.mk ternary.mk
17 list-archive
[all...]
H A Dopt-debug-archive.mk1 # $NetBSD: opt-debug-archive.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $
4 # archive handling.
H A Darchive.mk1 # $NetBSD: archive.mk,v 1.14 2025/01/10 23:00:38 rillig Exp $
7 # archive handling. That's why it deviates from the tutorial style of
11 FILES= archive.mk archive-suffix.mk modmisc.mk ternary.mk varmisc.mk
20 @${MAKE} -f ${MAKEFILE} remove-archive
21 @${MAKE} -f ${MAKEFILE} create-archive
22 @${MAKE} -f ${MAKEFILE} list-archive
23 @${MAKE} -f ${MAKEFILE} list-archive-wildcard
24 @${MAKE} -f ${MAKEFILE} list-archive-undef-archive || ech
[all...]
H A Dsuff.exp65 archive-suffix.mk...Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk .END archive-suffix.mk
66 archive.mk...Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk .END archive-suffix.mk archive.mk
85 Wildcard expanding "archive-suffix.mk"...
86 archive-suffix.mk: @ = archive-suffix.mk
87 archive-suffix.mk: @ = archive
[all...]
H A Darchive-suffix.mk1 # $NetBSD: archive-suffix.mk,v 1.3 2020/11/15 14:07:53 rillig Exp $
5 # .IMPSRC of an archive node to its .TARGET.
H A Dvarname.exp8 make: varname.mk:31: Missing ")" in archive specification
9 make: varname.mk:31: Error in archive specification: "VAR"
H A Dposix1.mk62 # $@ = target or archive name $< = implied source
64 # $% = archive member name
/src/distrib/x68k/stand/
H A DMakefile17 .for archive in ${ARCHIVES}
18 CLEANFILES+= ${MEMBER_${archive}}
22 .for archive in ${UUDECODE_FILES}
23 ${TOOL_PAX} ${PAX_TIMESTAMP} -O -zrvpp -f ${archive}
27 .for archive in ${ARCHIVES}
28 ${RELEASE_INSTALL} ${MEMBER_${archive}} \
/src/usr.bin/rump_server/
H A DMakefile14 -Wl,--whole-archive \
16 -Wl,--no-whole-archive
/src/tests/dev/scsipi/
H A DMakefile16 LDADD+= -Wl,--whole-archive -lrumpdev_scsitest -Wl,--no-whole-archive
/src/tests/dev/usb/t_hid/
H A DMakefile19 LDADD+= -Wl,--whole-archive -lrumpdev_hid -Wl,--no-whole-archive
/src/sys/arch/epoc32/stand/e32boot/exe/
H A DMakefile45 -o $@ --whole-archive $(IN) --no-whole-archive $(LIBS)
51 --whole-archive $(IN) --no-whole-archive $(LIBS)
/src/distrib/utils/libhack/
H A DMakefile24 ${LD} -r -o $@ --whole-archive libhack.a
/src/tests/rump/modautoload/
H A DMakefile21 -Wl,--whole-archive -Wl,-Bstatic \
23 -Wl,-Bdynamic -Wl,--no-whole-archive
/src/sys/arch/epoc32/stand/e32boot/ldd/
H A DMakefile66 -o $@ --whole-archive $(IN) --no-whole-archive $(LIBS)
72 --whole-archive $(IN) --no-whole-archive $(LIBS)
/src/sys/external/bsd/gnu-efi/dist/
H A DMakefile108 test-archive:
111 @git archive --format=tar $(shell git branch | awk '/^*/ { print $$2 }') | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; tar x )
116 @echo "The archive is in gnu-efi-$(VERSION).tar.bz2"
121 archive: tag target
124 @git archive --format=tar $(VERSION) | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; tar x )
128 @echo "The archive is in gnu-efi-$(VERSION).tar.bz2"
/src/tests/fs/nfs/nfsservice/
H A DMakefile15 LDADD+= -L${VFSTESTDIR} -Wl,--whole-archive -lvfstest -Wl,--no-whole-archive
/src/distrib/amiga/stand/
H A Dupdate21 ftp -o $srctar $githubdir/archive/refs/tags/$version.tar.gz
/src/sys/external/bsd/acpica/dist/generate/release/
H A Drelease.sh9 # Copies any existing packages to the archive directory.
29 ARCHIVE_DIR=archive
101 # Create archive directory if necessary
/src/usr.bin/make/
H A Darch.c74 * The first time an archive is referenced, all of its members' headers are
75 * read and cached and the archive closed again. All cached archives are kept
76 * on a list which is searched each time an archive member is referenced.
85 * Parse an archive specification such as
86 * "archive.a(member1 member2)".
88 * Arch_Touch Alter the modification time of the archive
99 * an archive *in the archive* and place it in the
104 * an archive. Called when the member doesn't
105 * already exist. Looks in the archive fo
171 FullName(const char * archive,const char * member) argument
368 ArchStatMember(const char * archive,const char * member,bool addToCache) argument
643 ArchFindMember(const char * archive,const char * member,struct ar_hdr * out_arh,const char * mode) argument
[all...]
/src/usr.bin/unzip/
H A Dunzip.c60 #include <archive.h>
398 extract_dir(struct archive *a, struct archive_entry *e, const char *path)
511 extract2fd(struct archive *a, char *pathname, int fd)
597 extract_file(struct archive *a, struct archive_entry *e, char **path)
700 extract(struct archive *a, struct archive_entry *e)
764 extract_stdout(struct archive *a, struct archive_entry *e)
806 list(struct archive *a, struct archive_entry *e)
838 test(struct archive *a, struct archive_entry *e)
868 passphrase_callback(struct archive *a, void *client_data)
898 struct archive *
[all...]
/src/bin/pax/
H A Dpax.c77 FSUB *frmt = NULL; /* archive format type */
81 int iflag; /* interactive file/archive rename */
84 int nflag; /* select first archive member match */
94 int Xflag; /* archive files with same device id only */
123 * A utility to read, write, and write lists of the members of archive
124 * files and copy directory hierarchies. A variety of archive formats
142 * archive read operations even with badly damaged media.
143 * 1.2 Blocksize requirements are not strictly enforced on archive read.
148 * 1.4 Sparse files (lseek holes) stored on the archive (but stored with blocks
151 * 1.5 The user is notified whenever something is found during archive
[all...]
/src/tools/compat/buildaux/
H A Dax_check_compile_flag.m42 # https://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html
/src/lib/libpam/libpam/
H A DMakefile212 ${CC} ${LDFLAGS} -nostdlib -o ${.TARGET} -r -Wl,--whole-archive \
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A DCMakeLists.txt164 -Wl,-whole-archive
166 -Wl,-no-whole-archive

Completed in 9 milliseconds

12