Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c1243 size_t oidstr_sz; in oid_to_oidstr() local
1248 oidstr_sz = sizeof (subid_str) * n_subids; in oid_to_oidstr()
1249 oidstr = calloc(1, oidstr_sz); in oid_to_oidstr()
1258 (void) strlcat(oidstr, subid_str, oidstr_sz); in oid_to_oidstr()
1260 (void) strlcat(oidstr, ".", oidstr_sz); in oid_to_oidstr()