Searched defs:oidstr_sz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c1302 size_t oidstr_sz; local
1307 oidstr_sz = sizeof (subid_str) * n_subids;
1308 oidstr = calloc(1, oidstr_sz);
1317 (void) strlcat(oidstr, subid_str, oidstr_sz);
1319 (void) strlcat(oidstr, ".", oidstr_sz);

Completed in 46 milliseconds