Home | History | Annotate | Download | only in lib

Lines Matching refs:STRING_TYPE

203 # define STRING_TYPE wchar_t
221 # define STRING_TYPE char
252 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
259 register const STRING_TYPE *s;
261 const STRING_TYPE *save, *end;
393 *endptr = (STRING_TYPE *) s;
427 *endptr = (STRING_TYPE *) &save[-1];
430 *endptr = (STRING_TYPE *) nptr;
444 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr,