Searched refs:arcname (Results 1 – 4 of 4) sorted by relevance
84 const char *arcname; /* printable name of archive */ variable127 arcname = STDN; in ar_open()136 arcname = STDO; in ar_open()147 arcname = STDO; in ar_open()156 arcname = "<NONE>"; in ar_open()172 syswarn(1, errno, "Failed stat on %s", arcname); in ar_open()180 arcname); in ar_open()347 (void)unlink(arcname); in ar_close()1153 if (strcmp(arcname, STDO) && strcmp(arcname, STDN) && (artyp != ISREG) in ar_next()1157 arcname, arvol); in ar_next()[all …]
282 arcname = optarg; in pax_options()737 arcname = NULL; in tar_options()741 arcname = optarg; in tar_options()915 arcname = DEV_0; in tar_options()918 arcname = DEV_1; in tar_options()921 arcname = DEV_4; in tar_options()924 arcname = DEV_5; in tar_options()927 arcname = DEV_7; in tar_options()930 arcname = DEV_8; in tar_options()1127 if (!fstdin && ((arcname == NULL) || (*arcname == '\0'))) { in tar_options()[all …]
115 if ((ar_open(arcname) < 0) && (ar_next() < 0)) in wr_start()155 if ((ar_open(arcname) < 0) && (ar_next() < 0)) in rd_start()
62 extern const char *arcname;