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

  /src/usr.bin/make/unit-tests/
suff.mk 32 # When making this target, ${.ARCHIVE} is undefined, but there's no warning.
33 # expect: Var_Parse: ${.ARCHIVE}.additional (eval)
34 edge-case.to: ${.PREFIX}${.ARCHIVE}.additional
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...]
varfind.mk 20 @echo $@: long ${.ARCHIVE:Q}
suff.exp 7 Var_Parse: ${.PREFIX}${.ARCHIVE}.additional (eval)
8 Var_Parse: ${.ARCHIVE}.additional (eval)
9 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional
10 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from
11 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional
12 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk
38 Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk .END
54 Expanding "${.PREFIX}${.ARCHIVE}.additional"...Var_Parse: ${.PREFIX}${.ARCHIVE}.additional (eval)
55 Var_Parse: ${.ARCHIVE}.additional (eval
    [all...]
varmisc.mk 162 GL_ARCHIVE:= ${.ARCHIVE}
  /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/bin/pax/
options.c 203 * ford is the archive search order used by get_arc() to determine what kind
204 * of archive we are dealing with. This helps to properly id archive formats
330 * filename where the archive is stored
437 * read the archive
472 * write an archive
478 * specify an archive format on write
506 * single archive volume.
546 * archive by group (gid or name)
608 * archive by modification time range (lower,upper
    [all...]
pax.c 77 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 */
121 * PAX - Portable Archive Interchange
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 block
    [all...]
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...]
ar_io.c 75 * Routines which deal directly with the archive I/O device/file.
80 #define AR_MODE (O_WRONLY | O_CREAT | O_TRUNC) /* mode for archive */
85 static int arfd = -1; /* archive file descriptor */
86 static int artyp = ISREG; /* archive type: file/FIFO/tape */
87 static int arvol = 1; /* archive volume number */
92 static struct stat arsb; /* stat of archive device at open */
96 const char *arcname; /* printable name of archive */
122 * Opens the next archive volume. Determines the type of the device and
123 * sets up block sizes as required by the archive device and the format.
175 case ARCHIVE
    [all...]
buf_subs.c 63 * routines which implement archive and file buffering
82 off_t wrlimit; /* # of bytes written per archive vol */
101 * archive that might be hard to read elsewhere. If all ok, we then
102 * open the first archive volume
118 * we only allow wrblksz to be used with all archive operations
131 * set up buffering system to read an archive
161 * open the archive
185 * Set up the buffering system to append new members to an archive that
186 * was just read. The last block(s) of an archive may contain a format
188 * removed from the archive. The first byte of the trailer is replaced b
    [all...]
tar.c 391 * cookie. We should use TMAGLEN, but some USTAR archive programs are
403 "Busted tar archive: has both ustar and old tar "
437 if ((act != APPND) && (act != ARCHIVE)) {
579 * write a tar header for the file specified in the ARCHD to the archive.
586 * data to write after the header, -1 if archive write failed
603 * user asked that dirs not be written to the archive
609 tty_warn(1, "Tar cannot archive a character device %s",
614 "Tar cannot archive a block device %s", arcn->org_name);
617 tty_warn(1, "Tar cannot archive a socket %s", arcn->org_name);
620 tty_warn(1, "Tar cannot archive a fifo %s", arcn->org_name)
    [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); }
make.c 297 * Libraries are only considered out-of-date if the archive module
1274 Var_Set(gn, ARCHIVE, gn->name);
suff.c 1354 * Node was an 'archive(member)' target, so
1498 * it to a possible suffix of the archive.
1534 char *eoarch; /* End of archive portion */
1541 * The node is an 'archive(member)' pair, so we must find a
1563 * suffix to use for the archive without having to do a quadratic
1587 Var_Set(gn, ARCHIVE, gn->name);
1610 * archive.
1616 * Flag the member as such so we remember to look in the archive for
var.c 448 if (Substring_Equals(name, ".ARCHIVE"))
449 return Substring_InitStr(ARCHIVE);
4157 Substring_Equals(varname, ".ARCHIVE") ||
4186 return "$(.ARCHIVE)";
  /src/common/dist/zlib/
CMakeLists.txt 184 ARCHIVE DESTINATION "${INSTALL_LIB_DIR}"

Completed in 54 milliseconds