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

  /src/distrib/acorn32/stand/
Makefile 10 ARCHIVE=BtNetBSD.spk
17 all: ${ARCHIVE}
19 release: check_RELEASEDIR .WAIT ${ARCHIVE}
23 ${RELEASE_INSTALL} ${ARCHIVE} \
26 ${ARCHIVE}: tmp/BtNetBSD
31 ${HOST_SH} ${.CURDIR}/../mksparkive.sh * > ${.OBJDIR}/${ARCHIVE}
121 rm -f ${ARCHIVE}
  /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/bin/pax/
pax.h 61 #define LIST 0 /* List the file in an archive */
62 #define EXTRACT 1 /* extract the files in an archive */
63 #define ARCHIVE 2 /* write a new archive */
64 #define APPND 3 /* append to the end of an archive */
68 * Device type of the current archive volume
97 * General Archive Structure (used internal to pax)
99 * This structure is used to pass information about archive members between
101 * new archive formats are added, they must accept requests and supply info
142 * The format specific routine table allows new archive formats to be quickl
    [all...]
  /src/sys/dev/isa/
wt.c 5 * Supports Archive and Wangtek compatible QIC-02/QIC-36 boards.
90 ARCHIVE, /* Archive Viper SC499, SC402 etc */
252 /* Try Archive. */
307 /* Try Archive. */
309 sc->type = ARCHIVE;
311 aprint_normal(": type <Archive>\n");
547 sc->type == ARCHIVE ? MT_ISVIPER1 : 0x11;
942 if (sc->type == ARCHIVE) {
  /src/usr.bin/make/
make.h 350 /* Target is a member of an archive */
358 * The node is an archive member, its name has the form
359 * "archive(member)".
573 #define ARCHIVE "!" /* Archive in "archive(member)" syntax */
574 #define MEMBER "%" /* Member in "archive(member)" syntax */
1153 GNode_VarArchive(GNode *gn) { return GNode_ValueDirect(gn, ARCHIVE); }

Completed in 14 milliseconds