9 setName(
char* buf,
const char* base,
10 int bin,
int weight,
const char* pm)
14 sprintf(buf,
"bin%d.weight%d.%s.%s",bin,weight,pm,base);
17 sprintf(buf,
"bin%d.weight%d.%s",bin,weight,base);
22 setNameWeight(
char* buf,
const char* base,
int bin,
const char* pm)
25 sprintf(buf,
"bin%d.weight.%s.%s",bin,pm,base);
28 sprintf(buf,
"bin%d.weight.%s",bin,base);
34 setName(
char* buf,
const char* base,
35 int bin,
const char* pm)
39 sprintf(buf,
"bin%d.%s.%s",bin,pm,base);
42 sprintf(buf,
"bin%d.%s",bin,base);
48 setName(
char* buf,
const char* base,
const char* ew,
const char* pm)
50 sprintf(buf,
"%s.%s.%s",ew,pm,base);
54 setName(
char* buf,
const char* base,
const char* pm)
56 sprintf(buf,
"%s.%s",pm,base);