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

/freebsd-13-stable/bin/pax/
H A Doptions.c236 arcname = optarg;
646 arcname = NULL;
650 arcname = optarg;
791 arcname = DEV_0;
794 arcname = DEV_1;
797 arcname = DEV_4;
800 arcname = DEV_5;
803 arcname = DEV_7;
806 arcname = DEV_8;
976 if (!fstdin && ((arcname
[all...]
H A Dar_io.c85 const char *arcname; /* printable name of archive */ variable
121 arcname = stdn;
130 arcname = stdo;
141 arcname = stdo;
150 arcname = none;
166 syswarn(0, errno, "Failed stat on %s", arcname);
174 arcname);
333 (void)unlink(arcname);
1137 if (strcmp(arcname, stdo) && strcmp(arcname, std
[all...]
H A Dextern.h48 extern const char *arcname;
H A Dbuf_subs.c117 if ((ar_open(arcname) < 0) && (ar_next() < 0))
157 if ((ar_open(arcname) < 0) && (ar_next() < 0))

Completed in 65 milliseconds