Home | History | Annotate | Download | only in StdLib

Lines Matching defs:strtol

7     - atoi: (int)strtol(nptr, (char **)NULL, 10)

8 - atol: strtol(nptr, (char **)NULL, 10)
33 - (int)strtol(nptr, (char **)NULL, 10)
63 - strtol(nptr, (char **)NULL, 10)
129 /** The strtol, strtoll, strtoul, and strtoull functions convert the initial
175 @return The strtol, strtoll, strtoul, and strtoull functions return the
184 strtol(const char * __restrict nptr, char ** __restrict endptr, int base)
265 See the description for strtol for more information.
339 See the description for strtol for more information.
429 See the description for strtol for more information.