Home
last modified time | relevance | path

Searched refs:arcname (Results 1 – 4 of 4) sorted by relevance

/freebsd/bin/pax/
H A Dar_io.c77 const char *arcname; /* printable name of archive */ variable
113 arcname = stdn; in ar_open()
122 arcname = stdo; in ar_open()
133 arcname = stdo; in ar_open()
142 arcname = none; in ar_open()
158 syswarn(0, errno, "Failed stat on %s", arcname); in ar_open()
166 arcname); in ar_open()
325 (void)unlink(arcname); in ar_close()
1119 if (strcmp(arcname, stdo) && strcmp(arcname, stdn) && (artyp != ISREG) in ar_next()
1123 arcname, arvol); in ar_next()
[all …]
H A Doptions.c228 arcname = optarg; in pax_options()
638 arcname = NULL; in tar_options()
642 arcname = optarg; in tar_options()
783 arcname = DEV_0; in tar_options()
786 arcname = DEV_1; in tar_options()
789 arcname = DEV_4; in tar_options()
792 arcname = DEV_5; in tar_options()
795 arcname = DEV_7; in tar_options()
798 arcname = DEV_8; in tar_options()
968 if (!fstdin && ((arcname == NULL) || (*arcname == '\0'))) { in tar_options()
[all …]
H A Dbuf_subs.c109 if ((ar_open(arcname) < 0) && (ar_next() < 0)) in wr_start()
149 if ((ar_open(arcname) < 0) && (ar_next() < 0)) in rd_start()
H A Dextern.h45 extern const char *arcname;