Lines Matching refs:Program
538 static char *Program; /* name of executable */
544 sfprintf(sfstderr,"%s: ",Program);
552 { sfprintf(sfstderr,"%s: %s\n", Program, mesg);
607 for(Program = argv[0]+strlen(argv[0]); Program > argv[0]; --Program)
608 if(Program[-1] == '/')
676 if(strcmp(Program, "vcunzip") == 0)
678 else if(strncmp(Program, "vczip", 5) != 0 )
679 error("Program name should be vczip or vcunzip");