Searched refs:attr_end (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_args.c138 const char *attr_start, *attr_end, *str_end; local
150 attr_end = strchr(attr_start, separator);
151 if (!attr_end) {
153 attr_end = str_end;
156 attr_len = attr_end - attr_start;
178 attr_start = attr_end + 1;

Completed in 58 milliseconds