/glibc-2.36/stdlib/ |
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) 95 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, in INTERNAL() argument 100 libc_hidden_def (INTERNAL (strtol)) in libc_hidden_def() argument [all …]
|
D | Makefile | 130 strtol \ 236 tst-strtol \ 237 tst-strtol-locale \ 417 $(objpfx)tst-strtol-locale.out: $(gen-locales)
|
D | atol.c | 27 return strtol (nptr, (char **) NULL, 10); in atol()
|
D | atoi.c | 27 return (int) strtol (nptr, (char **) NULL, 10); in atoi()
|
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()
|
D | Versions | 62 srand48_r; srandom; srandom_r; step; strfmon; strtod; strtof; strtol;
|
/glibc-2.36/sysdeps/wordsize-64/ |
D | strtol.c | 13 weak_alias (strtol, strtoll) 14 libc_hidden_ver (strtol, strtoll) 15 weak_alias (strtol, strtoq) 16 libc_hidden_ver (strtol, strtoq) 17 weak_alias (strtol, strtoimax)
|
/glibc-2.36/locale/programs/ |
D | ld-time.c | 269 time->era_entries[idx].offset = strtol (str, &endp, 10); in time_finish() 308 time->era_entries[idx].start_date[0] = strtol (str, &endp, 10); in time_finish() 318 time->era_entries[idx].start_date[1] = strtol (str, &endp, 10); in time_finish() 325 time->era_entries[idx].start_date[2] = strtol (str, &endp, 10); in time_finish() 382 time->era_entries[idx].stop_date[0] = strtol (str, &endp, 10); in time_finish() 392 time->era_entries[idx].stop_date[1] = strtol (str, &endp, 10); in time_finish() 399 time->era_entries[idx].stop_date[2] = strtol (str, &endp, 10); in time_finish()
|
/glibc-2.36/posix/ |
D | tst-boost.c | 202 rm_so = strtol (p, &q, 10); in main() 207 rm_eo = strtol (p, &q, 10); in main()
|
D | tst-spawn3.c | 139 long int rpid = strtol (buf, &endp, 10); in do_test()
|
D | tst-spawn6.c | 60 long int tcfd = strtol (argv2, &endptr, 10); in handle_restart()
|
D | tst-spawn5.c | 99 long int fd = strtol (e->d_name, &endptr, 10); in handle_restart()
|
/glibc-2.36/hesiod/nss_hesiod/ |
D | hesiod-grp.c | 155 val = strtol (p, &endp, 10); in internal_gid_from_group() 210 val = strtol (p, &endp, 10); in _nss_hesiod_initgroups_dyn()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | gethostid.c | 33 return strtol (buf, NULL, 16); in gethostid()
|
/glibc-2.36/elf/ |
D | pldd.c | 99 long int pid = strtol (argv[remaining], &endp, 10); in main() 154 long int tid = strtol (d->d_name, &endp, 10); in main()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | fips-private.h | 61 long int res = strtol (buf, &endp, 10); in fips_enabled_p()
|
D | sysconf.c | 114 long int res = strtol (buf, &endp, 10); in __sysconf()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-exec2.c | 103 long int rpid = strtol (buf, &endp, 10); in do_test()
|
D | tst-exec3.c | 101 long int rpid = strtol (buf, &endp, 10); in do_test()
|
D | tst-exec1.c | 105 long int rpid = strtol (buf, &endp, 10); in do_test()
|
/glibc-2.36/nptl/ |
D | tst-exec5.c | 126 long int rpid = strtol (buf, &endp, 10); in do_test()
|
/glibc-2.36/support/ |
D | tst-support-open-dev-null-range.c | 74 long int fd = strtol (e->d_name, &endptr, 10); in number_of_opened_files()
|
D | support_descriptors.c | 85 long int fd = strtol (e->d_name, &endptr, 10); in support_descriptors_list()
|
/glibc-2.36/benchtests/ |
D | bench-malloc-simple.c | 177 val = strtol (argv[1], NULL, 0); in main()
|
D | bench-malloc-thread.c | 239 ret = strtol(argv[1], NULL, 10); in main()
|