Home
last modified time | relevance | path

Searched refs:uu_strtouint (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libuutil/common/
H A Dmapfile-vers114 uu_strtouint;
H A Dlibuutil.h108 extern int uu_strtouint(const char *, void *, size_t, int, uint64_t, uint64_t);
H A Duu_strtoint.c233 uu_strtouint(const char *s, void *v, size_t sz, int base, in uu_strtouint() function
/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c98 if (uu_strtouint(str, output, sizeof (*output), 0, 0, 0) == -1) in string_to_id()
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c3238 if (uu_strtouint(buf, out, sizeof (*out), 0, 0, UINT32_MAX) == -1) in scf_pg_get_flags()
7477 if (uu_strtouint(buf, out, sizeof (*out), 0, 0, 1) == -1) in _scf_pg_is_read_protected()