Home
last modified time | relevance | path

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

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