Home | History | Annotate | Download | only in sgivol

Lines Matching refs:vfilename

75 const char *vfilename = "";
175 vfilename = argv[0];
183 vfilename = argv[0];
396 printf("Reading file %s\n", vfilename);
398 if (strncmp(vfilename, volhdr->voldir[i].name,
403 errx(EXIT_FAILURE, "File `%s' not found", vfilename);
441 if (names_match(i, vfilename)) {
447 errx(EXIT_FAILURE, "No directory space for file %s", vfilename);
452 vfilename);
463 errx(EXIT_FAILURE, "No space for file `%s'", vfilename);
469 namelen = strlen(vfilename);
472 vfilename);
474 printf("truncating to '%.8s'\n", vfilename);
481 memcpy(volhdr->voldir[slot].name, vfilename, namelen);
513 if (names_match(i, vfilename)) {
518 errx(EXIT_FAILURE, "File `%s' not found", vfilename);
548 if (names_match(i, vfilename)) {
553 vfilename, dstfile);
559 vfilename, dstfile);
562 errx(EXIT_FAILURE, "File `%s' not found", vfilename);