Searched refs:uu_strtouint (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libuutil/common/
H A Dlibuutil.h105 extern int uu_strtouint(const char *, void *, size_t, int, uint64_t, uint64_t);
H A Duu_strtoint.c235 uu_strtouint(const char *s, void *v, size_t sz, int base, function
/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c99 if (uu_strtouint(str, output, sizeof (*output), 0, 0, 0) == -1)
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c3187 if (uu_strtouint(buf, out, sizeof (*out), 0, 0, UINT32_MAX) == -1)
7405 if (uu_strtouint(buf, out, sizeof (*out), 0, 0, 1) == -1)

Completed in 97 milliseconds