Home | History | Annotate | Download | only in lib

Lines Matching full:int_max

4950                        > INT_MAX.  */
4951 if (maxlen > INT_MAX / TCHARS_PER_DCHAR)
4952 maxlen = INT_MAX / TCHARS_PER_DCHAR;
5219 if (maxlen == INT_MAX / TCHARS_PER_DCHAR)
5564 /* Note that we can produce a big string of a length > INT_MAX. POSIX