/netbsd/external/gpl3/binutils/dist/gas/config/ |
H A D | loongarch-lex.l | 44 {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 D | xstrtoumax.m4 | 11 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 D | strtoumax.c | 53 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 D | strtoull.c | 28 weak_alias (strtoull, strtouq)
|
/netbsd/common/lib/libc/stdlib/ |
H A D | strtoull.c | 57 #define _FUNCNAME strtoull 64 __weak_alias(strtoull, _strtoull)
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/hpux/ |
H A D | os_defines.h | 68 __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 D | os_defines.h | 68 __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 D | strtoimax.c | 57 unsigned long long strtoull PARAMS ((char const *, char **, int)); 82 # define strtoll strtoull
|
H A D | strtoull.c | 28 weak_alias (strtoull, strtouq)
|
/netbsd/external/gpl3/gdb/dist/sim/or1k/ |
H A D | sim-if.c | 102 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 D | sim-if.c | 102 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 D | split.c | 96 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 D | cstdlib | 191 #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 D | cstdlib | 202 #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 D | cstdlib | 191 #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 D | cstdlib | 202 #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 D | platform.h.in | 36 #ifndef strtoull 37 #define strtoull _strtoui64 macro
|
/netbsd/external/cddl/osnet/dist/cmd/zinject/ |
H A D | translate.c | 203 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 D | hwcdrv.h | 96 #define strtoull CALL_UTIL(strtoull) macro
|
/netbsd/external/gpl3/gdb/dist/gnulib/import/ |
H A D | stdlib.in.h | 1062 _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 D | stdlib.in.h | 1062 _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 D | roken_rename.h | 45 #define strtoull rk_strtoull macro
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | stdlib.h | 40 using std::tr1::strtoull;
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | stdlib.h | 40 using std::tr1::strtoull;
|
/netbsd/lib/libc/stdlib/ |
H A D | Makefile.inc | 17 strtoimax.c strtol.c strtoll.c strtoq.c strtoul.c strtoull.c \ 98 MLINKS+=strtoul.3 strtoull.3
|