Home | History | Annotate | Download | only in i18n

Lines Matching full:buft

2859   decNumber buft[D2N(3)];
2860 decNumber *t=buft; /* up-to-3-digit constant or work */
5284 decNumber buft[D2N(DECBUFFER*2+9+1)];
5285 decNumber *allocbuft=NULL; /* -> allocated buft, iff allocated */
5286 decNumber *t=buft; /* term */
5441 if (needbytes>sizeof(buft)) { /* need malloc space */