Home
last modified time | relevance | path

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

12

/netbsd/src/usr.bin/make/unit-tests/
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}
Dvarfind.mk20 @echo $@: long ${.ARCHIVE:Q}
Dsuff.mk34 edge-case.to: ${.PREFIX}${.ARCHIVE}.additional
Dvarmisc.mk162 GL_ARCHIVE:= ${.ARCHIVE}
/netbsd/src/distrib/acorn32/stand/
DMakefile10 ARCHIVE=BtNetBSD.spk macro
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}
/netbsd/src/external/bsd/nvi/dist/dist/
Dscript23 what vi | gzip > ../ARCHIVE/history/$VERSION.gz
24 chmod 444 ../ARCHIVE/history/$VERSION.gz
30 cd $S && mv -i {ARCHIVE,TODO,build.local} SCCS/
41 cd $S && mv -i SCCS/{ARCHIVE,TODO,build.local} .
/netbsd/src/bin/pax/
Doptions.c695 act = ARCHIVE; in pax_options()
715 if (!(flg & XF) && (act == ARCHIVE)) in pax_options()
738 case ARCHIVE: in pax_options()
910 tar_set_action(ARCHIVE); in tar_options()
968 if (act == ARCHIVE) { in tar_options()
1178 if (fstdin == 1 && act == ARCHIVE) in tar_options()
1184 if ((act == ARCHIVE || act == APPND) && argc == 0 && nincfiles == 0) in tar_options()
1190 if (act == ARCHIVE || act == APPND) in tar_options()
1308 case ARCHIVE: in tar_options()
1494 if ((act == APPND && op == ARCHIVE) || (act == ARCHIVE && op == APPND)) in cpio_set_action()
[all …]
Dpax.c311 case ARCHIVE: in main()
322 if (act == -ARCHIVE) { in main()
323 act = ARCHIVE; in main()
Dar_io.c175 case ARCHIVE: in ar_open()
250 act = -ARCHIVE; in ar_open()
252 case ARCHIVE: in ar_open()
267 if (act == ARCHIVE) { in ar_open()
961 if ((act == APPND) || (act == ARCHIVE)) { in ar_rdsync()
1464 if ((act == ARCHIVE) || (act == APPND)) in ar_next()
Dpax.h63 #define ARCHIVE 2 /* write a new archive */ macro
Dbuf_subs.c295 act = ARCHIVE; in appnd_start()
Dtar.c437 if ((act != APPND) && (act != ARCHIVE)) { in tar_opt()
/netbsd/src/external/bsd/openldap/dist/tests/data/
Dslapd-homedir.conf51 homedir-delete-style ARCHIVE
/netbsd/src/sys/dev/isa/
Dwt.c90 ARCHIVE, /* Archive Viper SC499, SC402 etc */ enumerator
309 sc->type = ARCHIVE; in wtattach()
547 sc->type == ARCHIVE ? MT_ISVIPER1 : 0x11; in wtioctl()
942 if (sc->type == ARCHIVE) { in wtdma()
/netbsd/src/external/lgpl3/mpc/dist/
Dar-lib105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
/netbsd/src/external/gpl3/gdb/dist/
Dar-lib105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
/netbsd/src/external/gpl3/gcc/dist/
Dar-lib105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
/netbsd/src/external/gpl3/binutils/dist/
Dar-lib105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/build-aux/
Dar-lib105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
/netbsd/src/external/lgpl3/mpfr/dist/
Dar-lib105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
/netbsd/src/external/mit/expat/dist/conftools/
Dar-lib105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
/netbsd/src/usr.bin/make/
Dmake.h573 #define ARCHIVE "!" /* Archive in "archive(member)" syntax */ macro
1146 GNode_VarArchive(GNode *gn) { return GNode_ValueDirect(gn, ARCHIVE); } in GNode_VarArchive()
Dmake.c1293 Var_Set(gn, ARCHIVE, gn->name); in Make_ExpandUse()
Dsuff.c1587 Var_Set(gn, ARCHIVE, gn->name); in FindDepsArchive()
/netbsd/src/common/dist/zlib/
DCMakeLists.txt184 ARCHIVE DESTINATION "${INSTALL_LIB_DIR}"

12