Home
last modified time | relevance | path

Searched refs:archive (Results 1 – 25 of 26) sorted by relevance

12

/original-bsd/usr.bin/ranlib/
H A Dtouch.c27 extern char *archive; /* archive name */
38 "ranlib: %s: no symbol table.\n", archive); in touch()
54 error(archive);
57 error(archive);
H A Dbuild.c30 extern char *archive; /* archive name */
59 SETCF(afd, archive, tfd, tname, RPAD|WPAD); in build()
80 SETCF(tfd, tname, afd, archive, RPAD|WPAD); in build()
126 error(archive);
139 error(archive);
153 error(archive);
205 error(archive); in symobj()
241 error(archive); in symobj()
H A Dmisc.c24 extern char *archive; /* archive name */
54 error(archive);
70 error(archive); in badfmt()
H A Dranlib.c29 char *archive; variable
54 for (eval = 0; archive = *argv++;)
H A DMakefile4 SRCS= archive.c build.c misc.c ranlib.c touch.c
/original-bsd/usr.bin/ar/
H A Darchive.c44 if ((fd = open(archive, mode, DEFFILEMODE)) >= 0) {
47 warnx("creating archive %s", archive);
52 error(archive);
55 if ((fd = open(archive, mode, DEFFILEMODE)) < 0)
56 error(archive);
64 error(archive);
75 error(archive);
79 error(archive);
115 error(archive);
148 error(archive);
[all …]
H A Dreplace.c51 exists = !stat(archive, &sb);
100 SETCF(afd, archive, curfd, tname, RPAD|WPAD);
106 useold: SETCF(afd, archive, curfd, tname, RPAD|WPAD);
136 SETCF(tfd1, tname, afd, archive, NOPAD);
H A Dappend.c44 error(archive);
47 SETCF(0, 0, afd, archive, WPAD);
H A Ddelete.c45 SETCF(afd, archive, tfd, tname, RPAD|WPAD);
59 SETCF(tfd, tname, afd, archive, NOPAD);
H A Dheader.c26 extern char *archive; /* archive name */
51 error(archive);
84 error(archive);
H A Dmove.c61 SETCF(afd, archive, 0, tname, RPAD|WPAD);
91 SETCF(tfd1, tname, afd, archive, NOPAD);
H A Dextern.h25 extern char *archive;
H A DMakefile5 SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \
H A Dar.c37 char *archive, *envtmp, *posarg, *posname; variable
174 if (!(archive = *argv++)) {
H A Dprint.c41 SETCF(afd, archive, STDOUT_FILENO, "stdout", RPAD);
H A Dmisc.c114 err(1, "%s", archive); in badfmt()
H A Dextract.c53 SETCF(afd, archive, 0, 0, RPAD);
/original-bsd/usr.bin/make/
H A Darch.c415 ArchStatMember (archive, member, hash) in ArchStatMember() argument
416 char *archive; /* Path to the archive */ in ArchStatMember()
445 ln = Lst_Find (archives, (ClientData) archive, ArchFindArchive);
479 arch = ArchFindMember(archive, member, &sarh, "r");
493 arch = fopen (archive, "r");
509 ar->name = strdup (archive);
611 ArchFindMember (archive, member, arhPtr, mode) in ArchFindMember() argument
612 char *archive; /* Path to the archive */ in ArchFindMember()
624 arch = fopen (archive, mode);
/original-bsd/etc/mtree/
H A D4.4BSD.var245 # ./spool/news/news.archive
246 news.archive type=dir
247 # ./spool/news/news.archive
H A D4.4BSD.dist1531 # var/spool/news/news.archive
1532 news.archive
1533 # var/spool/news/news.archive
/original-bsd/bin/pax/
H A Dpax.c217 archive();
H A Dar_subs.c666 archive(void) in archive() function
669 archive() in archive()
H A Dextern.h43 void archive __P((void));
/original-bsd/
H A DREADME1 This archive is derived from the original SCCS repository maintained by
/original-bsd/old/berknet/
H A Dmakefile182 archive: target

12