Searched refs:vcstrcode (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libvcodex/Vcmisc/ |
H A D | vcmtf.c | 220 if(!(ident = vcstrcode(arg->name, ident, sizeof(int)*n+1)) ) 239 { if(!(ident = vcstrcode(arg->name, buf, sizeof(buf))) )
|
H A D | vcrle.c | 565 if(!(ident = vcstrcode(arg->name, ident, sizeof(int)*n+1)) ) 584 { if(!(ident = vcstrcode(arg->name, buf, sizeof(buf))) )
|
/ast/src/lib/libvcodex/ |
H A D | vcmethod.c | 189 if(!(port = portable ? name : vcstrcode(name, buf1, sizeof(buf1)))) 523 ident = vcstrcode(meth->name, buf, n);
|
H A D | vcio.c | 740 char* vcstrcode(char* s, char* a, ssize_t z) function 742 char* vcstrcode(s, a, z)
|
H A D | vcodex.h | 308 extern char* vcstrcode _ARG_((char*, char*, ssize_t));
|
H A D | vcsfio.c | 164 { vcstrcode("0", (char*)buf, sizeof(buf));
|
Completed in 27 milliseconds