| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| roken_rename.h | 45 #define strtoull rk_strtoull macro
|
| /src/external/gpl2/diffutils/dist/lib/ |
| strtoull.c | 1 /* $NetBSD: strtoull.c,v 1.1.1.1 2016/01/13 03:15:30 christos Exp $ */ 28 weak_alias (strtoull, strtouq)
|
| strtoimax.c | 57 unsigned long long strtoull PARAMS ((char const *, char **, int)); 82 # define strtoll strtoull
|
| /src/external/gpl2/grep/dist/lib/ |
| strtoull.c | 1 /* $NetBSD: strtoull.c,v 1.1.1.1 2016/01/10 21:36:19 christos Exp $ */ 28 weak_alias (strtoull, strtouq)
|
| strtoumax.c | 53 unsigned long long strtoull PARAMS ((char const *, char **, int)); 64 USE_IF_EQUIVALENT (strtoull) 79 printf ("sizeof strtoull(): %d\n", sizeof strtoull(p, &endptr, 10));
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/hpux/ |
| os_defines.h | 49 Luckily we can just declare strtoll and strtoull with the 68 __extension__ unsigned long long strtoull (const char *, char **, int) 73 __extension__ unsigned long long strtoull (const char *, char **, int)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/hpux/ |
| os_defines.h | 49 Luckily we can just declare strtoll and strtoull with the 68 __extension__ unsigned long long strtoull (const char *, char **, int) 73 __extension__ unsigned long long strtoull (const char *, char **, int)
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| 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; }
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| 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; }
|
| /src/common/lib/libc/stdlib/ |
| strtoull.c | 1 /* $NetBSD: strtoull.c,v 1.6 2013/04/16 21:44:06 joerg Exp $ */ 35 __RCSID("$NetBSD: strtoull.c,v 1.6 2013/04/16 21:44:06 joerg Exp $"); 57 #define _FUNCNAME strtoull 64 __weak_alias(strtoull, _strtoull)
|
| /src/external/bsd/libfido2/dist/src/ |
| util.c | 21 ull = strtoull(str, &ep, base);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| stdlib.h | 42 using std::tr1::strtoull;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| stdlib.h | 40 using std::tr1::strtoull;
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/musl/ |
| xlocale.h | 34 return strtoull(nptr, endptr, base);
|
| /src/tests/rump/kernspace/ |
| sendsig.c | 52 sig = strtoull(signo, NULL, 10);
|
| /src/external/gpl3/binutils/dist/ld/ |
| sysdep.h | 100 extern unsigned long long strtoull(const char *, char **, int);
|
| /src/external/mpl/bind/dist/lib/isc/ |
| netscope.c | 62 llz = strtoull(scopename, &ep, 10);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| netscope.c | 62 llz = strtoull(scopename, &ep, 10);
|
| /src/external/gpl3/gdb/dist/sim/or1k/ |
| sim-if.c | 98 n = strtoull (arg, &endptr, 0); 114 n = strtoull (arg, &endptr, 0); 134 n = strtoull (arg, &endptr, 0);
|
| /src/external/gpl3/gdb.old/dist/sim/or1k/ |
| sim-if.c | 98 n = strtoull (arg, &endptr, 0); 114 n = strtoull (arg, &endptr, 0); 134 n = strtoull (arg, &endptr, 0);
|
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwcdrv.h | 73 #define strtoull CALL_UTIL(strtoull) macro
|
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwcdrv.h | 73 #define strtoull CALL_UTIL(strtoull) macro
|
| /src/sys/dev/virtio/arch/x86/ |
| virtio_mmio_cmdline.c | 116 margs->sz = strtoull(arg, (char **)&p, 0); 157 margs->baseaddr = strtoull(p, (char **)&p, 0); 164 margs->irq = strtoull(p, (char **)&p, 0); 172 margs->id = strtoull(p, (char **)&p, 0);
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| strtoull.c | 1 /* $NetBSD: strtoull.c,v 1.3 2023/06/19 21:41:45 christos Exp $ */ 60 strtoull(const char * nptr, char ** endptr, int base) function
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/solaris/ |
| xlocale.h | 48 return strtoull(__nptr, __endptr, __base);
|