Home | History | Annotate | Download | only in Stdio

Lines Matching defs:expbuf

2022   CHAR_T expbuf[MAXEXPDIG];

2032 t = expbuf + MAXEXPDIG;
2038 for (; t < expbuf + MAXEXPDIG; *p++ = *t++);