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

/ast/src/lib/libast/sfio/
H A Dvthread.h166 #define vtstatus(vt) ((vt)->exit)
167 #define vterror(vt) ((vt)->error)
196 #define vtopen(vt,flgs) ((Vthread_t*)0)
197 #define vtclose(vt) (-1)
198 #define vtkill(vt) (-1)
199 #define vtwait(vt) (-1)
200 #define vtrun(vt,fn,arg) (-1)
202 #define vtset(vt,
[all...]
/ast/src/cmd/vczip/
H A Dvczip.c240 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 31 milliseconds