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

/freebsd-9.3-release/bin/pax/
H A Doptions.c233 arcname = optarg;
637 arcname = NULL;
641 arcname = optarg;
782 arcname = DEV_0;
785 arcname = DEV_1;
788 arcname = DEV_4;
791 arcname = DEV_5;
794 arcname = DEV_7;
797 arcname = DEV_8;
967 if (!fstdin && ((arcname
[all...]
H A Dar_io.c83 const char *arcname; /* printable name of archive */ variable
120 arcname = stdn;
129 arcname = stdo;
140 arcname = stdo;
149 arcname = none;
165 syswarn(0, errno, "Failed stat on %s", arcname);
173 arcname);
332 (void)unlink(arcname);
1136 if (strcmp(arcname, stdo) && strcmp(arcname, std
[all...]
H A Dextern.h46 extern const char *arcname;
H A Dbuf_subs.c116 if ((ar_open(arcname) < 0) && (ar_next() < 0))
156 if ((ar_open(arcname) < 0) && (ar_next() < 0))

Completed in 53 milliseconds