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

  /src/usr.bin/make/unit-tests/
archive.mk 1 # $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
10 ARCHIVE= libprog.a
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 || echo "exit $$?
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/
Makefile 108 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/bin/pax/
ar_subs.c 80 static char hdbuf[BLKMULT]; /* space for archive header on read */
191 * list the contents of an archive which match user supplied pattern(s)
204 * figure out archive type; pass any format specific options to the
205 * archive option processing routine; call the format init routine. We
217 * step through the archive until the format says it is done
268 * skip to next archive format header using values calculated
289 * extract the member(s) of an archive as specified by user supplied
305 * figure out archive type; pass any format specific options to the
306 * archive option processing routine; call the format init routine;
321 * so we can fix up hard links files later in the archive
901 archive(void) function in typeref:typename:int
    [all...]

Completed in 64 milliseconds