Searched refs:Program (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/vczip/
H A Dvczip.c538 static char *Program; /* name of executable */ variable
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 nam
[all...]

Completed in 69 milliseconds