Searched refs:vcstrcode (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libvcodex/Vcmisc/
H A Dvcmtf.c220 if(!(ident = vcstrcode(arg->name, ident, sizeof(int)*n+1)) )
239 { if(!(ident = vcstrcode(arg->name, buf, sizeof(buf))) )
H A Dvcrle.c565 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 Dvcmethod.c189 if(!(port = portable ? name : vcstrcode(name, buf1, sizeof(buf1))))
523 ident = vcstrcode(meth->name, buf, n);
H A Dvcio.c740 char* vcstrcode(char* s, char* a, ssize_t z) function
742 char* vcstrcode(s, a, z)
H A Dvcodex.h308 extern char* vcstrcode _ARG_((char*, char*, ssize_t));
H A Dvcsfio.c164 { vcstrcode("0", (char*)buf, sizeof(buf));

Completed in 36 milliseconds