Searched refs:uu_strtouint (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | libuutil.h | 105 extern int uu_strtouint(const char *, void *, size_t, int, uint64_t, uint64_t);
|
H A D | uu_strtoint.c | 235 uu_strtouint(const char *s, void *v, size_t sz, int base, function
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | file_object.c | 99 if (uu_strtouint(str, output, sizeof (*output), 0, 0, 0) == -1)
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 3187 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