HomeSort by: relevance | last modified time | path
    Searched defs:vfilename (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sgimips/stand/sgivol/
sgivol.c 75 const char *vfilename = ""; variable in typeref:typename:const char *
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);
    [all...]
sgivol.c 75 const char *vfilename = ""; variable in typeref:typename:const char *
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);
    [all...]

Completed in 24 milliseconds