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

/freebsd-9.3-release/lib/libelf/
H A Delf_cntl.c44 LIBELF_SET_ERROR(ARCHIVE, 0);
H A Delf_getarsym.c50 LIBELF_SET_ERROR(ARCHIVE, 0);
H A Delf_rand.c51 LIBELF_SET_ERROR(ARCHIVE, 0);
H A Dlibelf_ar_util.c145 LIBELF_SET_ERROR(ARCHIVE, 0);
150 LIBELF_SET_ERROR(ARCHIVE, 0);
209 LIBELF_SET_ERROR(ARCHIVE, 0);
216 LIBELF_SET_ERROR(ARCHIVE, 0);
225 LIBELF_SET_ERROR(ARCHIVE, 0);
H A Delf_errmsg.c42 DEFINE_ERROR(ARCHIVE, "Malformed ar(1) archive"),
H A Dlibelf_ar.c167 LIBELF_SET_ERROR(ARCHIVE, 0);
219 LIBELF_SET_ERROR(ARCHIVE, 0);
230 LIBELF_SET_ERROR(ARCHIVE, 0);
257 LIBELF_SET_ERROR(ARCHIVE, 0);
/freebsd-9.3-release/usr.bin/make/
H A Dparse.h67 #define ARCHIVE "!" /* Archive in "archive(member)" syntax */ macro
H A Darch.c994 ar = ArchFindMember(Var_Value(ARCHIVE, gn),
1055 mtime = ArchStatMember(Var_Value(ARCHIVE, gn),
H A Dsuff.c1567 Var_Set(ARCHIVE, gn->name, gn);
H A Dvar.c814 if (!strcmp(name, ".ARCHIVE"))
815 return (ARCHIVE);
1924 (strncmp(vname, ".ARCHIVE", vlen - 1) == 0) ||
2019 (strncmp(vname, ".ARCHIVE", vlen - 1) == 0) ||
2175 return (estrdup("$(.ARCHIVE)"));
/freebsd-9.3-release/bin/pax/
H A Dpax.h57 #define ARCHIVE 2 /* write a new archive */ macro
H A Doptions.c520 act = ARCHIVE;
536 * if we are writing (ARCHIVE) we use the default format if the user
540 if (!(flg & XF) && (act == ARCHIVE))
561 case ARCHIVE:
620 act = ARCHIVE;
808 if (fstdin == 1 && act == ARCHIVE)
814 if ((act == ARCHIVE || act == APPND) && argc == 0 && nincfiles == 0)
818 * if we are writing (ARCHIVE) specify tar, otherwise run like pax
821 if (act == ARCHIVE || act == APPND)
898 case ARCHIVE
[all...]
H A Dar_io.c126 case ARCHIVE:
198 if (act == ARCHIVE) {
735 if ((act == APPND) || (act == ARCHIVE)) {
1148 if ((act == ARCHIVE) || (act == APPND))
H A Dpax.c276 case ARCHIVE:
H A Dbuf_subs.c284 * ARCHIVE mode (write) conditions
288 act = ARCHIVE;
H A Dtar.c352 if ((act != APPND) && (act != ARCHIVE)) {
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE
105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h360 #define ARCHIVE "!" /* Archive in "archive(member)" syntax */ macro
H A Darch.c1045 arch = ArchFindMember(Var_Value(ARCHIVE, gn, &p1),
1127 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.c379 if (!strcmp(name, ".ARCHIVE"))
380 name = ARCHIVE;
3690 return UNCONST("$(.ARCHIVE)");
3835 (strncmp(str, ".ARCHIVE", len) == 0) ||
/freebsd-9.3-release/contrib/bmake/mk/
H A Down.mk99 ARCHIVE \

Completed in 152 milliseconds