Searched defs:vczip (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/vczip/
H A Dvczip.c33 #define VCZIP "vczip"
36 "[-?\n@(#)$Id: vczip (AT&T Research) 2009-10-01 $\n]"
38 "[+NAME?vczip - vcodex method encode/decode filter]"
70 "If the standard input is not vczip encoded then nothing is "
369 int vczip; /* are we vczip? */ local
397 vczip = streq(name, VCZIP);
398 if (!vczip && codexmeth(name))
504 "vczip [-Arguments] [SourceFile] < Input > Output\n",
678 else if(strncmp(Program, "vczip",
[all...]

Completed in 10 milliseconds