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

/ast/src/cmd/vczip/
H A DMakefile18 vczip: vczip.c $(LIBDIR)/libvcodex.a
19 $(CC) $(CCFLAGS) vczip.c -L$(LIBDIR) $(LIBS) -o vczip
22 -(rm vczip; exit 0) >/dev/null 2>&1
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...]
/ast/src/cmd/pax/
H A Dpax-vczip.c23 * pax vczip format
46 "vczip",
54 PAXNEXT(vczip),
71 PAXLIB(vczip)
H A DMakefile15 pax-vczip.c pax-vdb.c pax-xz.c $(PAX.DEBUG.FORMAT) \
/ast/src/lib/libvcodex/
H A DMakefile128 -(rm -rf $(OBJS) $(VCIOBJS) libvcodex.a Vczip/vczip; exit 0) >/dev/null 2>&1

Completed in 17 milliseconds