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

/illumos-gate/usr/src/lib/libinetutil/common/
H A Dofmt.c182 uint_t i, j, of_index; local
235 of_index = 0;
262 of[of_index].of_name = strdup(template[j].of_name);
263 if (of[of_index].of_name == NULL)
266 int n = strlen(of[of_index].of_name);
270 of[of_index].of_width = template[j].of_width;
271 of[of_index].of_id = template[j].of_id;
272 of[of_index].of_cb = template[j].of_cb;
273 of_index++;
276 if (of_index
[all...]

Completed in 57 milliseconds