Searched refs:uu_strtouint (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libuutil/common/ |
H A D | mapfile-vers | 112 uu_strtouint;
|
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, in uu_strtouint() function
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | file_object.c | 99 if (uu_strtouint(str, output, sizeof (*output), 0, 0, 0) == -1) in string_to_id()
|
/titanic_50/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 3187 if (uu_strtouint(buf, out, sizeof (*out), 0, 0, UINT32_MAX) == -1) in scf_pg_get_flags() 7405 if (uu_strtouint(buf, out, sizeof (*out), 0, 0, 1) == -1) in _scf_pg_is_read_protected()
|