ctl.c | 65 static char encbuf[1000]; variable in typeref:typename:char[1000] 93 { "encodings", encbuf, STRING, READONLY }, 300 if (pos >= (int)sizeof(encbuf)-1) 303 encbuf[pos++] = ','; 304 if (pos >= (int)sizeof(encbuf)-1) 306 pos += snprintf(encbuf+pos, sizeof(encbuf)-pos, "%s:%d%s",
|