Home | History | Annotate | Download | only in i18n

Lines Matching full:buft

2833   decNumber buft[D2N(3)];
2834 decNumber *t=buft; /* up-to-3-digit constant or work */
5249 decNumber buft[D2N(DECBUFFER*2+9+1)];
5250 decNumber *allocbuft=NULL; /* -> allocated buft, iff allocated */
5251 decNumber *t=buft; /* term */
5406 if (needbytes>sizeof(buft)) { /* need malloc space */