Home
last modified time | relevance | path

Searched refs:strtol (Results 1 – 8 of 8) sorted by relevance

/stdlib/
A Dstrtol.c33 # define strtol wcstoull macro
36 # define strtol wcstoul macro
41 # define strtol strtoull macro
44 # define strtol strtoul macro
51 # define strtol wcstoll macro
54 # define strtol wcstol macro
59 # define strtol strtoll macro
87 #define __strtol SYM__ (strtol)
100 libc_hidden_def (INTERNAL (strtol)) in libc_hidden_def() argument
108 weak_alias (__strtol, strtol)
[all …]
A Datol.c27 return strtol (nptr, (char **) NULL, 10); in atol()
A Datoi.c27 return (int) strtol (nptr, (char **) NULL, 10); in atoi()
A DMakefile51 strtol strtoul strtoll strtoull \
68 tests := tst-strtol tst-strtod testmb testrand testsort testdiv \
79 tst-strtol-locale tst-strtod-nan-locale tst-strfmon_l \
189 $(objpfx)tst-strtol-locale.out: $(gen-locales)
A DVersions62 srand48_r; srandom; srandom_r; step; strfmon; strtod; strtof; strtol;
A Dstdlib.h177 extern long int strtol (const char *__restrict __nptr,
364 return (int) strtol (__nptr, (char **) NULL, 10); in __NTH()
369 return strtol (__nptr, (char **) NULL, 10); in __NTH()
A Dtst-strtol.c550 l = strtol (lt->str, &ep, lt->base); in do_test()
A Dfmtmsg.c266 level = strtol (sevlevel_var, &cp, 0); in init()

Completed in 14 milliseconds