Searched refs:ARCHIVE (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Delf_cntl.c46 LIBELF_SET_ERROR(ARCHIVE, 0);
H A Delf_getarsym.c52 LIBELF_SET_ERROR(ARCHIVE, 0);
H A Delf_rand.c53 LIBELF_SET_ERROR(ARCHIVE, 0);
H A Dlibelf_ar.c188 LIBELF_SET_ERROR(ARCHIVE, 0);
193 LIBELF_SET_ERROR(ARCHIVE, 0);
312 LIBELF_SET_ERROR(ARCHIVE, 0);
360 LIBELF_SET_ERROR(ARCHIVE, 0);
367 LIBELF_SET_ERROR(ARCHIVE, 0);
375 LIBELF_SET_ERROR(ARCHIVE, 0);
437 LIBELF_SET_ERROR(ARCHIVE, 0);
448 LIBELF_SET_ERROR(ARCHIVE, 0);
475 LIBELF_SET_ERROR(ARCHIVE, 0);
H A Delf_errmsg.c44 DEFINE_ERROR(ARCHIVE, "Malformed ar(1) archive"),
/netbsd-6-1-5-RELEASE/distrib/acorn32/stand/
H A DMakefile11 ARCHIVE=BtNetBSD.spk macro
18 all: ${ARCHIVE}
20 release: check_RELEASEDIR .WAIT ${ARCHIVE}
24 ${RELEASE_INSTALL} ${ARCHIVE} \
27 ${ARCHIVE}: tmp/BtNetBSD
32 ${HOST_SH} ${.CURDIR}/../mksparkive.sh * > ${.OBJDIR}/${ARCHIVE}
122 rm -f ${ARCHIVE}
/netbsd-6-1-5-RELEASE/bin/pax/
H A Doptions.c677 act = ARCHIVE;
693 * if we are writing (ARCHIVE) we use the default format if the user
697 if (!(flg & XF) && (act == ARCHIVE))
720 case ARCHIVE:
891 tar_set_action(ARCHIVE);
949 if (act == ARCHIVE) {
1154 if (fstdin == 1 && act == ARCHIVE)
1160 if ((act == ARCHIVE || act == APPND) && argc == 0 && nincfiles == 0)
1163 * if we are writing (ARCHIVE) specify tar, otherwise run like pax
1166 if (act == ARCHIVE || ac
[all...]
H A Dpax.c302 case ARCHIVE:
311 * turned into ARCHIVE mode.
313 if (act == -ARCHIVE) {
314 act = ARCHIVE;
H A Dpax.h63 #define ARCHIVE 2 /* write a new archive */ macro
H A Dar_io.c175 case ARCHIVE:
250 act = -ARCHIVE;
252 case ARCHIVE:
267 if (act == ARCHIVE) {
961 if ((act == APPND) || (act == ARCHIVE)) {
1464 if ((act == ARCHIVE) || (act == APPND))
H A Dbuf_subs.c291 * ARCHIVE mode (write) conditions
295 act = ARCHIVE;
H A Dtar.c432 if ((act != APPND) && (act != ARCHIVE)) {
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dwt.c90 ARCHIVE, /* Archive Viper SC499, SC402 etc */ enumerator in enum:wttype
290 sc->type = ARCHIVE;
529 sc->type == ARCHIVE ? MT_ISVIPER1 : 0x11;
924 if (sc->type == ARCHIVE) {
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dmake.h337 #define ARCHIVE "!" /* Archive in "archive(member)" syntax */ macro
H A Darch.c997 arch = ArchFindMember(Var_Value(ARCHIVE, gn, &p1),
1079 arhPtr = ArchStatMember(Var_Value(ARCHIVE, gn, &p1),
H A Dmake.c1343 Var_Set(ARCHIVE, gn->name, gn, 0);
H A Dsuff.c1945 Var_Set(ARCHIVE, gn->name, gn, 0);
H A Dvar.c361 if (!strcmp(name, ".ARCHIVE"))
362 name = ARCHIVE;
3642 return UNCONST("$(.ARCHIVE)");
3787 (strncmp(str, ".ARCHIVE", len) == 0) ||

Completed in 242 milliseconds