OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:archive
(Results
1 - 25
of
45
) sorted by relevancy
1
2
/src/usr.bin/make/unit-tests/
archive.exp
1
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
-wildcard: archive-suffix.m
[
all
...]
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
...]
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
...]
opt-debug-archive.mk
1
# $NetBSD: opt-debug-
archive
.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $
4
#
archive
handling.
archive-suffix.mk
1
# $NetBSD:
archive
-suffix.mk,v 1.3 2020/11/15 14:07:53 rillig Exp $
5
# .IMPSRC of an
archive
node to its .TARGET.
varname.exp
8
make: varname.mk:31: Missing ")" in
archive
specification
9
make: varname.mk:31: Error in
archive
specification: "VAR"
posix1.mk
62
# $@ = target or
archive
name $< = implied source
64
# $% =
archive
member name
/src/distrib/x68k/stand/
Makefile
17
.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/
Makefile
14
-Wl,--whole-
archive
\
16
-Wl,--no-whole-
archive
/src/tests/dev/scsipi/
Makefile
16
LDADD+= -Wl,--whole-
archive
-lrumpdev_scsitest -Wl,--no-whole-
archive
/src/tests/dev/usb/t_hid/
Makefile
19
LDADD+= -Wl,--whole-
archive
-lrumpdev_hid -Wl,--no-whole-
archive
/src/distrib/utils/libhack/
Makefile
24
${LD} -r -o $@ --whole-
archive
libhack.a
/src/sys/arch/epoc32/stand/e32boot/exe/
Makefile
45
-o $@ --whole-
archive
$(IN) --no-whole-
archive
$(LIBS)
51
--whole-
archive
$(IN) --no-whole-
archive
$(LIBS)
/src/tests/rump/modautoload/
Makefile
21
-Wl,--whole-
archive
-Wl,-Bstatic \
23
-Wl,-Bdynamic -Wl,--no-whole-
archive
/src/sys/arch/epoc32/stand/e32boot/ldd/
Makefile
66
-o $@ --whole-
archive
$(IN) --no-whole-
archive
$(LIBS)
72
--whole-
archive
$(IN) --no-whole-
archive
$(LIBS)
/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/tests/fs/nfs/nfsservice/
Makefile
15
LDADD+= -L${VFSTESTDIR} -Wl,--whole-
archive
-lvfstest -Wl,--no-whole-
archive
/src/sys/external/bsd/acpica/dist/generate/release/
release.sh
9
# Copies any existing packages to the
archive
directory.
29
ARCHIVE_DIR=
archive
101
# Create
archive
directory if necessary
/src/distrib/amiga/stand/
update
21
ftp -o $srctar $githubdir/
archive
/refs/tags/$version.tar.gz
/src/usr.bin/unzip/
unzip.c
60
#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
*a
[
all
...]
/src/usr.bin/make/
arch.c
74
* 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
for th
[
all
...]
/src/tools/compat/buildaux/
ax_check_compile_flag.m4
2
# https://www.gnu.org/software/autoconf-
archive
/ax_check_compile_flag.html
/src/bin/pax/
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
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
CMakeLists.txt
164
-Wl,-whole-
archive
166
-Wl,-no-whole-
archive
/src/lib/libpam/libpam/
Makefile
212
${CC} ${LDFLAGS} -nostdlib -o ${.TARGET} -r -Wl,--whole-
archive
\
Completed in 27 milliseconds
1
2
Indexes created Mon Oct 13 16:09:52 GMT 2025