Lines Matching defs:allocbufb
933 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */
960 allocbufb=(decNumber *)malloc(needbytes);
961 if (allocbufb==NULL) { /* hopeless -- abandon */
964 b=allocbufb; /* use the allocated space */
974 free(allocbufb); /* .. */
1402 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */
1491 allocbufb=(decNumber *)malloc(needbytes);
1492 if (allocbufb==NULL) { /* hopeless -- abandon */
1495 b=allocbufb; /* use the allocated space */
1513 free(allocbufb); /* .. */
2822 decNumber *allocbufb=NULL; /* -> allocated bufb, iff allocated */
2902 allocbufb=(decNumber *)malloc(needbytes);
2903 if (allocbufa==NULL || allocbufb==NULL) { /* hopeless */
2907 b=allocbufb; /* .. */
3116 free(allocbufb); /* .. */
5597 decNumber *allocbufb=NULL; /* -> allocated bufa, iff allocated */
5675 allocbufb=(decNumber *)malloc(needbytes);
5676 if (allocbufb==NULL) { /* hopeless -- abandon */
5679 b=allocbufb; /* use the allocated space */
5798 free(allocbufb); /* .. */