Searched refs:strtoull (Results 76 - 100 of 108) sorted by relevance

12345

/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c453 ullval = strtoull(val, &endptr, 0);
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c737 ret_val = (uint64_t)strtoull(ptr, (char **)NULL, 0);
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1236 off = strtoull(optarg, NULL, 16);
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c298 a = strtoull(cp, &ecp, 10);
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c1216 val = strtoull(s, &p, 0);
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile106 strtoull.o
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c855 ver = strtoull(propval, &end, 10);
2043 txg = strtoull(optarg, &endptr, 0);
2144 searchguid = strtoull(argv[0], &endptr, 10);
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c2412 hostidval = strtoull(currentp, &currentp, 16);
3396 result = strtoull(attr->zone_attr_value, &endptr, 10);
3402 * Incredibly, strtoull("<negative number>", ...) will not fail but
4072 /* strtoull accepts '-'?! so we want to flag that as an error */
4077 *n = strtoull(s, &endp, 10);
6014 /* deal with negative input; strtoull(3c) doesn't do what we want */
6019 ull = strtoull(rctlval->zone_rctlval_limit, &endp, 0);
6713 *rval = strtoull(rctl.zone_rctlval_limit, NULL, 10);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c1621 * Wrappper on strtoul()/strtoull(), adapted to return an Xword.
1642 #define FUNC strtoull /* Function to use */
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxdate.c256 now = strtoull(s, &t, 0);
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c2210 tstamp = strtoull(str, NULL, 0);
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c3801 min[i] = strtoull(one_range[0], &endptr, 10);
3807 max[i] = strtoull(one_range[1], &endptr, 10);
H A Dlowlevel.c4538 o = strtoull(val->value_value, NULL, 10);
4887 c = strtoull(str, &endp, 0);
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c786 io_offset = (off_t)strtoull(optarg, 0, 0);
789 io_size = (off_t)strtoull(optarg, 0, 0);
/illumos-gate/usr/src/man/man3c/
H A DMakefile1244 strtoull.3c \
2320 strtoull.3c := LINKSRC = strtoul.3c
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com134 strtoull.o
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2047 vdev_id = strtoull(idx, &end, 10);
2169 guid = strtoull(path, &end, 10);
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c2718 ullval = strtoull(val, (char **)NULL, 0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c800 arg = strtoull(argv[0], NULL, 0);
H A Dipseckey.c330 rc = strtoull(num, &end, 0);
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c1717 a = strtoull(cp, &ecp, 10);
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c995 val = strtoull(hcid, NULL, 16);
H A Dtopo_xml.c121 *value = strtoull((char *)str, (char **)&estr, 10);
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c3119 *num = strtoull(value, &end, 10);
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c3220 ll_wwn = strtoull(wwn_str, &temp_ptr, L_WWN_LENGTH);

Completed in 373 milliseconds

12345