Home
last modified time | relevance | path

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

12345

/glibc-2.36/stdlib/
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)
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 …]
DMakefile130 strtol \
236 tst-strtol \
237 tst-strtol-locale \
417 $(objpfx)tst-strtol-locale.out: $(gen-locales)
Datol.c27 return strtol (nptr, (char **) NULL, 10); in atol()
Datoi.c27 return (int) strtol (nptr, (char **) NULL, 10); in atoi()
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()
DVersions62 srand48_r; srandom; srandom_r; step; strfmon; strtod; strtof; strtol;
/glibc-2.36/sysdeps/wordsize-64/
Dstrtol.c13 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/
Dld-time.c269 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/
Dtst-boost.c202 rm_so = strtol (p, &q, 10); in main()
207 rm_eo = strtol (p, &q, 10); in main()
Dtst-spawn3.c139 long int rpid = strtol (buf, &endp, 10); in do_test()
Dtst-spawn6.c60 long int tcfd = strtol (argv2, &endptr, 10); in handle_restart()
Dtst-spawn5.c99 long int fd = strtol (e->d_name, &endptr, 10); in handle_restart()
/glibc-2.36/hesiod/nss_hesiod/
Dhesiod-grp.c155 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/
Dgethostid.c33 return strtol (buf, NULL, 16); in gethostid()
/glibc-2.36/elf/
Dpldd.c99 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/
Dfips-private.h61 long int res = strtol (buf, &endp, 10); in fips_enabled_p()
Dsysconf.c114 long int res = strtol (buf, &endp, 10); in __sysconf()
/glibc-2.36/sysdeps/pthread/
Dtst-exec2.c103 long int rpid = strtol (buf, &endp, 10); in do_test()
Dtst-exec3.c101 long int rpid = strtol (buf, &endp, 10); in do_test()
Dtst-exec1.c105 long int rpid = strtol (buf, &endp, 10); in do_test()
/glibc-2.36/nptl/
Dtst-exec5.c126 long int rpid = strtol (buf, &endp, 10); in do_test()
/glibc-2.36/support/
Dtst-support-open-dev-null-range.c74 long int fd = strtol (e->d_name, &endptr, 10); in number_of_opened_files()
Dsupport_descriptors.c85 long int fd = strtol (e->d_name, &endptr, 10); in support_descriptors_list()
/glibc-2.36/benchtests/
Dbench-malloc-simple.c177 val = strtol (argv[1], NULL, 0); in main()
Dbench-malloc-thread.c239 ret = strtol(argv[1], NULL, 10); in main()

12345