Lines Matching refs:arcname
228 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()
969 arcname = getenv("TAPE"); in tar_options()
970 if ((arcname == NULL) || (*arcname == '\0')) in tar_options()
971 arcname = _PATH_DEFTAPE; in tar_options()
1026 arcname = NULL; in cpio_options()
1175 arcname = NULL; in cpio_options()
1178 arcname = optarg; in cpio_options()