| /NextBSD/contrib/libstdc++/include/c_std/ |
| D | std_cstdlib.h | 157 #undef strtoull 191 (strtoull)(const char * restrict, char ** restrict, int); 196 using ::strtoull; 218 using ::__gnu_cxx::strtoull;
|
| /NextBSD/contrib/libstdc++/config/os/hpux/ |
| D | os_defines.h | 69 __extension__ extern "C" unsigned long long strtoull (const char *, char **, int) 74 __extension__ extern "C" unsigned long long strtoull (const char *, char **, int)
|
| /NextBSD/contrib/diff/lib/ |
| HD | strtoimax.c | 40 unsigned long long strtoull (char const *, char **, int); 59 # define strtoll strtoull
|
| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | osm_ucast_file.c | 182 sw_guid = strtoull(p, &q, 16); in do_ucast_file_load() 234 port_guid = strtoull(p, &q, 16); in do_ucast_file_load() 307 guid = strtoull(p, &q, 16); in do_lid_matrix_file_load() 371 guid = strtoull(p, &q, 16); in do_lid_matrix_file_load()
|
| HD | osm_db_pack.c | 51 return strtoull(p_guid_str, NULL, 0); in __osm_unpack_guid()
|
| /NextBSD/lib/libc/stdlib/ |
| HD | Makefile.inc | 16 strtol.c strtoll.c strtoq.c strtoul.c strtonum.c strtoull.c \ 52 MLINKS+=strtoul.3 strtoull.3 strtoul.3 strtouq.3 strtoul.3 strtoumax.3
|
| HD | strtouq.c | 47 return strtoull(nptr, endptr, base); in strtouq()
|
| HD | Symbol.map | 77 strtoull;
|
| HD | strtoull.c | 128 strtoull(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoull() function
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zinject/ |
| HD | 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()
|
| /NextBSD/contrib/libstdc++/include/tr1/ |
| D | stdlib.h | 45 using std::tr1::strtoull;
|
| /NextBSD/contrib/netbsd-tests/rump/kernspace/ |
| HD | sendsig.c | 52 sig = strtoull(signo, NULL, 10); in rumptest_sendsig()
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | strtoull.c | 50 strtoull(const char *nptr, char **endptr, int base) in strtoull() function
|
| HD | openbsd-compat.h | 208 unsigned long long strtoull(const char *, char **, int);
|
| HD | Makefile.in | 19 … strmode.o strnlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp…
|
| /NextBSD/tools/regression/geom/MdLoad/ |
| HD | MdLoad.c | 129 o = strtoull(sbuf_data(sc->sbuf), &p, 0); in endElement() 147 sc->sp->offset= strtoull(sbuf_data(sc->sbuf), &p, 0); in endElement()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | StringConvert.cpp | 86 uint64_t uval = ::strtoull (s, &end, base); in ToUInt64()
|
| /NextBSD/contrib/libc++/include/ |
| D | cstdlib | 45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99 118 using ::strtoull;
|
| /NextBSD/tools/tools/cfi/ |
| HD | cfi.c | 148 setoempr((uint64_t) strtoull(argv[2], NULL, 0)); in main()
|
| /NextBSD/usr.sbin/ctladm/ |
| HD | ctladm.c | 458 wwnn = strtoull(optarg, NULL, 0); in cctl_port() 468 wwpn = strtoull(optarg, NULL, 0); in cctl_port() 736 delete_id = strtoull(optarg, NULL, 0); in cctl_error_inject() 797 lba = strtoull(tmpstr2, NULL, 0); in cctl_error_inject() 1038 our_lba = strtoull(optarg, NULL, 0); in cctl_sync_cache() 1536 lba = strtoull(optarg, NULL, 0); in cctl_read_write() 2204 key = strtoull(optarg, NULL, 0); in cctl_persistent_reserve_out() 2210 sa_key = strtoull(optarg, NULL, 0); in cctl_persistent_reserve_out() 2849 strtoull(attr[i+1], NULL, 0); in cctl_islist_start_element() 3267 cur_lun->lun_id = strtoull(attr[i+1], NULL, 0); in cctl_start_element() [all …]
|
| /NextBSD/contrib/ofed/management/libibcommon/ |
| HD | configure.in | 35 AC_CHECK_FUNCS([strrchr strtoul strtoull])
|
| /NextBSD/contrib/diff/ |
| HD | FREEBSD-Xlist | 45 lib/strtoull.c
|
| /NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_string.c | 262 (void) strtoull(s, &p, 0); in strbadidnum()
|
| /NextBSD/contrib/ofed/management/opensm/complib/ |
| HD | cl_nodenamemap.c | 172 guid = strtoull(p, &e, 0); in parse_node_map()
|
| /NextBSD/contrib/ofed/management/libibmad/src/ |
| HD | resolve.c | 120 if (!(guid = strtoull(addr_str, 0, 0))) in ib_resolve_portid_str_via()
|