Searched defs:vt (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/vczip/ |
H A D | vczip.c | 240 apply(int action, const char* vt, Vcsfdata_t* vcodexdisc, const char* ct, Codexdisc_t* codexdisc, const char* input, const char* source, const char* output, void* buf, size_t bufsize, Sfoff_t donez, Sfoff_t lastz) argument 292 error(-1, "AHA action=%s input=%s source=%s output=%s vt=%s ct=%s", action == VC_ENCODE ? "encode" : "decode", input, source, output, vt, ct); 305 if (vt != DISABLED) 307 vcodexdisc->trans = (char*)vt; 371 char* vt; /* vcodex transform */ local 388 vt = name; 389 while (vt < &name[sizeof(name)-1] && (c = tolower(*ct++))) 395 *vt++ = c; 396 *vt [all...] |
Completed in 8 milliseconds