Home
last modified time | relevance | path

Searched refs:strtoull (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dloongarch-lex.l44 {dec} { yylval.imm = strtoull (yytext, 0, 0); return INTEGER; }
45 {hex} { yylval.imm = strtoull (yytext + 2, 0, 16); return INTEGER; }
46 {bin} { yylval.imm = strtoull (yytext + 2, 0, 2); return INTEGER; }
47 {oct} { yylval.imm = strtoull (yytext + 1, 0, 8); return INTEGER; }
/netbsd/external/gpl2/diffutils/dist/m4/
H A Dxstrtoumax.m411 AC_CHECK_DECLS([strtol, strtoul, strtoull, strtoimax, strtoumax])
27 dnl Only the replacement strtoumax invokes strtoul and strtoull,
33 dnl We don't need (and can't compile) the replacement strtoull
36 AC_REPLACE_FUNCS(strtoull)
/netbsd/external/gpl2/grep/dist/lib/
H A Dstrtoumax.c53 unsigned long long strtoull PARAMS ((char const *, char **, int));
64 USE_IF_EQUIVALENT (strtoull) in strtoumax()
79 printf ("sizeof strtoull(): %d\n", sizeof strtoull(p, &endptr, 10)); in main()
H A Dstrtoull.c28 weak_alias (strtoull, strtouq)
/netbsd/common/lib/libc/stdlib/
H A Dstrtoull.c57 #define _FUNCNAME strtoull
64 __weak_alias(strtoull, _strtoull)
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/hpux/
H A Dos_defines.h68 __extension__ unsigned long long strtoull (const char *, char **, int)
73 __extension__ unsigned long long strtoull (const char *, char **, int)
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/hpux/
H A Dos_defines.h68 __extension__ unsigned long long strtoull (const char *, char **, int)
73 __extension__ unsigned long long strtoull (const char *, char **, int)
/netbsd/external/gpl2/diffutils/dist/lib/
H A Dstrtoimax.c57 unsigned long long strtoull PARAMS ((char const *, char **, int));
82 # define strtoll strtoull
H A Dstrtoull.c28 weak_alias (strtoull, strtouq)
/netbsd/external/gpl3/gdb/dist/sim/or1k/
H A Dsim-if.c102 n = strtoull (arg, &endptr, 0); in or1k_option_handler()
118 n = strtoull (arg, &endptr, 0); in or1k_option_handler()
138 n = strtoull (arg, &endptr, 0); in or1k_option_handler()
/netbsd/external/gpl3/gdb.old/dist/sim/or1k/
H A Dsim-if.c102 n = strtoull (arg, &endptr, 0); in or1k_option_handler()
118 n = strtoull (arg, &endptr, 0); in or1k_option_handler()
138 n = strtoull (arg, &endptr, 0); in or1k_option_handler()
/netbsd/usr.bin/split/
H A Dsplit.c96 numlines = strtoull(p, &ep, 10); in main()
110 (bytecnt = strtoull(optarg, &ep, 10)) == 0 || in main()
122 (numlines = strtoull(optarg, &ep, 10)) == 0 || in main()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/
H A Dcstdlib191 #undef strtoull
224 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
229 using ::strtoull;
251 using ::__gnu_cxx::strtoull;
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/
H A Dcstdlib202 #undef strtoull
235 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
240 using ::strtoull;
262 using ::__gnu_cxx::strtoull;
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
H A Dcstdlib191 #undef strtoull
224 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
229 using ::strtoull;
251 using ::__gnu_cxx::strtoull;
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
H A Dcstdlib202 #undef strtoull
235 (strtoull)(const char * __restrict, char ** __restrict, int) throw ();
240 using ::strtoull;
262 using ::__gnu_cxx::strtoull;
/netbsd/external/mpl/bind/dist/lib/isc/win32/include/isc/
H A Dplatform.h.in36 #ifndef strtoull
37 #define strtoull _strtoui64 macro
/netbsd/external/cddl/osnet/dist/cmd/zinject/
H A Dtranslate.c203 record->zi_start = strtoull(range, &end, 10); in calculate_range()
209 record->zi_end = strtoull(end + 1, &end, 10); in calculate_range()
445 record->zi_guid = strtoull(device, &end, 16); in translate_device()
/netbsd/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcdrv.h96 #define strtoull CALL_UTIL(strtoull) macro
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dstdlib.in.h1062 _GL_FUNCDECL_SYS (strtoull, unsigned long long,
1067 _GL_CXXALIAS_SYS (strtoull, unsigned long long,
1070 _GL_CXXALIASWARN (strtoull);
1072 # undef strtoull
1074 _GL_WARN_ON_USE (strtoull, "strtoull is unportable - "
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstdlib.in.h1062 _GL_FUNCDECL_SYS (strtoull, unsigned long long,
1067 _GL_CXXALIAS_SYS (strtoull, unsigned long long,
1070 _GL_CXXALIASWARN (strtoull);
1072 # undef strtoull
1074 _GL_WARN_ON_USE (strtoull, "strtoull is unportable - "
/netbsd/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Droken_rename.h45 #define strtoull rk_strtoull macro
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dstdlib.h40 using std::tr1::strtoull;
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dstdlib.h40 using std::tr1::strtoull;
/netbsd/lib/libc/stdlib/
H A DMakefile.inc17 strtoimax.c strtol.c strtoll.c strtoq.c strtoul.c strtoull.c \
98 MLINKS+=strtoul.3 strtoull.3

12345678910>>...15