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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dresource.c478 appendsize to the size to be appended, and then do all the
482 int appendsize = 0; local
490 appendsize = 1;
494 appendsize = strlen(TypeName);
499 appendsize = strlen(ClassName);
522 appendsize = 1;
524 if (appendsize > 0) {
526 if (buflen + appendsize >= bufsize) {
531 if (appendsize > BUFSIZ) {
532 newsize = bufsize + appendsize;
[all...]

Completed in 503 milliseconds