Searched refs:strtol (Results 1 – 8 of 8) sorted by relevance
/stdlib/ |
A D | strtol.c | 33 # 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 D | atol.c | 27 return strtol (nptr, (char **) NULL, 10); in atol()
|
A D | atoi.c | 27 return (int) strtol (nptr, (char **) NULL, 10); in atoi()
|
A D | Makefile | 51 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 D | Versions | 62 srand48_r; srandom; srandom_r; step; strfmon; strtod; strtof; strtol;
|
A D | stdlib.h | 177 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 D | tst-strtol.c | 550 l = strtol (lt->str, &ep, lt->base); in do_test()
|
A D | fmtmsg.c | 266 level = strtol (sevlevel_var, &cp, 0); in init()
|
Completed in 14 milliseconds