Home
last modified time | relevance | path

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

/dragonfly/bin/pax/
H A Doptions.c522 act = ARCHIVE; in pax_options()
542 if (!(flg & XF) && (act == ARCHIVE)) in pax_options()
565 case ARCHIVE: in pax_options()
624 act = ARCHIVE; in tar_options()
812 if (fstdin == 1 && act == ARCHIVE) in tar_options()
818 if ((act == ARCHIVE || act == APPND) && argc == 0 && nincfiles == 0) in tar_options()
825 if (act == ARCHIVE || act == APPND) in tar_options()
902 case ARCHIVE: in tar_options()
1087 act = ARCHIVE; in cpio_options()
1249 case ARCHIVE: in cpio_options()
H A Dar_io.c120 case ARCHIVE: in ar_open()
193 if (act == ARCHIVE) { in ar_open()
719 if ((act == APPND) || (act == ARCHIVE)) { in ar_rdsync()
1132 if ((act == ARCHIVE) || (act == APPND)) in ar_next()
H A Dpax.h58 #define ARCHIVE 2 /* write a new archive */ macro
H A Dpax.c266 case ARCHIVE: in main()
H A Dbuf_subs.c283 act = ARCHIVE; in appnd_start()
H A Dtar.c345 if ((act != APPND) && (act != ARCHIVE)) { in tar_opt()
/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_ar_util.c110 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_get_translated_name()
115 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_get_translated_name()
141 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_get_translated_name()
358 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_open()
H A Dlibelf_ar.c227 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_open_member()
240 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_open_member()
374 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_process_bsd_symtab()
464 LIBELF_SET_ERROR(ARCHIVE, 0); in _libelf_ar_process_svr4_symtab()
H A Delf_cntl.c43 LIBELF_SET_ERROR(ARCHIVE, 0); in elf_cntl()
H A Delf_rand.c50 LIBELF_SET_ERROR(ARCHIVE, 0); in elf_rand()
H A Delf_getarsym.c51 LIBELF_SET_ERROR(ARCHIVE, 0); in elf_getarsym()
H A Delf_errmsg.c42 DEFINE_ERROR(ARCHIVE, "Malformed ar(1) archive"),
/dragonfly/contrib/bmake/
H A Dmake.h564 #define ARCHIVE "!" /* Archive in "archive(member)" syntax */ macro
1140 GNode_VarArchive(GNode *gn) { return GNode_ValueDirect(gn, ARCHIVE); } in GNode_VarArchive()
H A Dmake.c1296 Var_Set(gn, ARCHIVE, gn->name); in Make_ExpandUse()
H A Dsuff.c1646 Var_Set(gn, ARCHIVE, gn->name); in FindDepsArchive()
H A Dbmake.cat1484 .ARCHIVE The name of the archive file; also known as `!'.
503 bility with other makes this is an alias for .ARCHIVE in
517 …These variables are `.TARGET', `.PREFIX', `.ARCHIVE', and `.MEMBER…
H A Dvar.c375 return Substring_InitStr(ARCHIVE); in CanonicalVarname()
/dragonfly/contrib/bmake/mk/
H A Down.mk99 ARCHIVE \
/dragonfly/contrib/file/magic/Magdir/
H A Dc64145 >1 string DREAMLOAD\40FILE\40ARCHIVE
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h2983 DEFINE_ERROR(ARCHIVE, "Malformed ar(1) archive"),