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

/ast/src/cmd/vczip/tests/
H A Dtvcsum.c40 Vcx_t xx; local
42 if(vcxinit(&xx, Vcxmd5sum, 0, 0) < 0)
45 { if((n = vcxencode(&xx, Md5[k].str, strlen((char*)Md5[k].str), &sum)) < 0 )
54 vcxstop(&xx);
H A Dtvccrypt.c83 Vcx_t xx; local
88 if(vcxinit(&xx, Vcxaes128, Cipherkey, -(ssize_t)sizeof(Cipherkey)) < 0)
90 if((esz = vcxencode(&xx, Plaindt, sizeof(Plaindt), &edt)) < 0)
96 if((dsz = vcxdecode(&xx, edt, esz, &ddt)) != sizeof(Plaindt))
100 vcxstop(&xx);
/ast/src/lib/libjcl/
H A Drun.c132 Jcldd_t* xx; local
234 xx = 0;
238 if ((xx = (Jcldd_t*)dtmatch(scope->step->dd, t)) ||
239 (xx = (Jcldd_t*)dtmatch(scope->step->dd, dd->path)))
241 if (!xx)
250 *dd = *xx;
/ast/src/lib/libast/uwin/
H A Dgamma.c246 struct Double r, xx; local
251 xx.a = (t + x), TRUNC(xx.a);
252 xx.b = x - xx.a; xx.b += t; xx.b += d;
255 x = xx.a + xx.b;
257 xx
[all...]
/ast/src/lib/libcmd/
H A Dcut.c261 const char* xx; local
272 xx = 0;
290 if (s == bp && xx)
292 w += s - xx;
293 bp = (char*)(s = xx);
294 xx = 0;
297 xx = s;
/ast/src/cmd/re/
H A Dsed1.c390 xx(Text *script, Text *t) function
663 xx,xx,xx,xx,xx,xx,xx,xx,xx,x
[all...]

Completed in 153 milliseconds