Home | History | Annotate | Download | only in lib

Lines Matching refs:STRING_TYPE

194 # define STRING_TYPE wchar_t
207 # define STRING_TYPE char
238 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
245 register const STRING_TYPE *s;
247 const STRING_TYPE *save, *end;
379 *endptr = (STRING_TYPE *) s;
413 *endptr = (STRING_TYPE *) &save[-1];
416 *endptr = (STRING_TYPE *) nptr;
430 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr,