Home
last modified time | relevance | path

Searched refs:strtoul (Results 251 – 265 of 265) sorted by relevance

1...<<11

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c4631 ons = strtoul(p + 1, NULL, 10); in scf_value_get_time()
4979 ns = strtoul(ns_str, &endp, 10); in scf_value_set_from_string()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2109 uint_vals[i] = strtoul(val[i], &endptr, 10); in str_to_nwam_value()
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c1615 io_ipatt = strtoul(io_fatt, 0, 0); in fill_patt()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2956 strtoul;
/illumos-gate/usr/src/uts/common/
H A DMakefile.files83 strtoul.o \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1262 file path=usr/share/man/man3c/strtoul.3c
1263 link path=usr/share/man/man3c/strtoull.3c target=strtoul.3c
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c43 … { debug = 0x80000000; if (t = getenv("_AST_regex_comp_debug")) debug |= strtoul(t, NiL, 0); } } w…
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c3370 mask.s_addr = strtoul(mask_str, &end, 0); in parse_mask()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE899 comp/strtol.c,strtoul.c: __CYGWIN__ static link workaround XXX
1172 strtol,strtoul,strtoll,strtoull,strton,strtonl: handle locale & ERANGE
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c4693 hostid = (unsigned int)strtoul(hostidp, NULL, 16); in setup_zone_hostid()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c9689 opt_pkey = strtoul(optarg, &endp, 16); in do_create_part()
9877 vid = strtoul(optarg, &endp, 10); in do_create_overlay()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3140 uid_t id = strtoul(cp, &end, 10); in userquota_propname_decode()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c5939 i = strtoul(path, &s, 10); in zdb_vdev_lookup()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c6526 (int)strtoul(link, &link, 10); in create_link_list()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog8150 * grub/main.c (main): The third argument for strtoul is changed

1...<<11