Home | History | Annotate | Download | only in Objects

Lines Matching defs:bufend

1147     char buf[sizeof(long)*CHAR_BIT/3+6], *p, *bufend;

1150 p = bufend = buf + sizeof(buf);
1158 return PyString_FromStringAndSize(p, bufend - p);