Searched refs:strtol (Results 1 - 25 of 158) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/asan/
H A Dinterception-failure-test-1.C11 extern "C" long strtol(const char *nptr, char **endptr, int base) { function
19 return (int)strtol(x, 0, 10);
H A Dinterception-test-1.C13 extern "C" long strtol(const char *nptr, char **endptr, int base) { function
21 return (int)strtol(x, 0, 10);
H A Dinterception-malloc-test-1.C21 return (int)strtol(x, 0, 10);
/haiku-buildtools/gcc/libiberty/testsuite/
H A DMakefile.in49 check-strtol
66 # Check the strtol functionality
67 check-strtol: test-strtol
68 ./test-strtol
87 test-strtol: $(srcdir)/test-strtol.c ../libiberty.a
88 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-strtol \
89 $(srcdir)/test-strtol.c ../libiberty.a
104 rm -f test-strtol
[all...]
/haiku-buildtools/binutils/libiberty/testsuite/
H A DMakefile.in49 check-pexecute check-expandargv check-strtol
69 # Check the strtol functionality
70 check-strtol: test-strtol
71 ./test-strtol
90 test-strtol: $(srcdir)/test-strtol.c ../libiberty.a
91 $(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-strtol \
92 $(srcdir)/test-strtol.c ../libiberty.a
107 rm -f test-strtol
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/headers/cstdlib/
H A Dfunctions_std.cc32 using std::strtol;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr64411.C6 extern "C" long strtol () function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D11.cc29 // like strtol(x, y, 0)
38 long l = std::strtol(cstrlit, &err, 0);
/haiku-buildtools/legacy/binutils/binutils/
H A Ddeflex.l63 [0-9][x0-9A-Fa-f]* { yylval.number = strtol (yytext,0,0);
H A Dsyslex.l56 yylval.i = strtol(yytext,0,16);
/haiku-buildtools/gcc/gmp/tests/mpf/
H A Dt-add.c46 reps = strtol (argv[1], 0, 0);
48 bprec = strtol (argv[2], 0, 0);
H A Dt-dm2exp.c46 reps = strtol (argv[1], 0, 0);
48 bprec = strtol (argv[2], 0, 0);
H A Dt-conv.c54 reps = strtol (argv[1], 0, 0);
56 bprec = strtol (argv[2], 0, 0);
H A Dt-muldiv.c48 reps = strtol (argv[1], 0, 0);
50 bprec = strtol (argv[2], 0, 0);
H A Dreuse.c107 reps = strtol (argv[1], 0, 0);
109 bprec = strtol (argv[2], 0, 0);
H A Dt-sqrt.c44 reps = strtol (argv[1], 0, 0);
46 bprec = strtol (argv[2], 0, 0);
H A Dt-sub.c44 reps = strtol (argv[1], 0, 0);
46 bprec = strtol (argv[2], 0, 0);
/haiku-buildtools/binutils/binutils/
H A Dsyslex.l58 yylval.i = strtol(yytext,0,16);
H A Ddeflex.l63 [0-9][x0-9A-Fa-f]* { yylval.number = strtol (yytext,0,0);
/haiku-buildtools/binutils/libiberty/
H A Dstrtol.c33 @deftypefn Supplemental {long int} strtol (const char *@var{string}, @
38 The @code{strtol} function converts the string in @var{string} to a
41 is 0, @code{strtol} will look for the prefixes @code{0} and @code{0x}
90 strtol(const char *nptr, char **endptr, register int base) function
/haiku-buildtools/gcc/libiberty/
H A Dstrtol.c33 @deftypefn Supplemental {long int} strtol (const char *@var{string}, @
38 The @code{strtol} function converts the string in @var{string} to a
41 is 0, @code{strtol} will look for the prefixes @code{0} and @code{0x}
90 strtol(const char *nptr, char **endptr, register int base) function
/haiku-buildtools/legacy/binutils/libiberty/
H A Dstrtol.c33 @deftypefn Supplemental {long int} strtol (const char *@var{string}, char **@var{endptr}, int @var{base})
36 The @code{strtol} function converts the string in @var{string} to a
39 is 0, @code{strtol} will look for the prefixes @code{0} and @code{0x}
88 strtol(const char *nptr, char **endptr, register int base) function
/haiku-buildtools/legacy/gcc/libiberty/
H A Dstrtol.c65 strtol(nptr, endptr, base) function
/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdlib.h61 using std::strtol;
/haiku-buildtools/gcc/gcc/
H A Ddbgcnt.c109 value = strtol (colon + 1, &endptr, 10);

Completed in 207 milliseconds

1234567