Searched defs:xx (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/vczip/tests/ |
H A D | tvcsum.c | 40 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 D | tvccrypt.c | 83 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 D | run.c | 132 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 D | gamma.c | 246 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 D | cut.c | 261 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 D | sed1.c | 390 xx(Text *script, Text *t) function 663 xx,xx,xx,xx,xx,xx,xx,xx,xx,x [all...] |
Completed in 17 milliseconds