Searched refs:subid_str (Results 1 – 1 of 1) sorted by relevance
1300 char subid_str[MAX_INT_LEN]; in oid_to_oidstr() local1307 oidstr_sz = sizeof (subid_str) * n_subids; in oid_to_oidstr()1311 (void) memset(subid_str, 0, sizeof (subid_str)); in oid_to_oidstr()1312 isize = snprintf(subid_str, sizeof (subid_str), "%d", in oid_to_oidstr()1314 if (isize >= sizeof (subid_str)) in oid_to_oidstr()1317 (void) strlcat(oidstr, subid_str, oidstr_sz); in oid_to_oidstr()