Home
last modified time | relevance | path

Searched refs:mdb_strtoullx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.h82 extern u_longlong_t mdb_strtoullx(const char *, mdb_strtoull_flags_t);
H A Dmdb_typedef.c265 pn->pn_asub = mdb_strtoullx(array, MDB_STRTOULL_F_BASE_C); in typedef_parse_member()
H A Dmdb_modapi.c363 mdb_strtoullx(const char *s, mdb_strtoull_flags_t flags) in mdb_strtoullx() function