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

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_args.c138 const char *attr_start, *attr_end, *str_end; local
145 attr_start = probe_p->attrs;
146 assert(attr_start);
147 str_end = attr_start + strlen(attr_start);
149 while (attr_start < str_end) {
150 attr_end = strchr(attr_start, separator);
156 attr_len = attr_end - attr_start;
159 while (*attr_start && ((*attr_start
[all...]
H A Ddebug_funcs.c66 const char *attr_start, *name_start, *name_end; local
78 attr_start = tnf_probe_get_value(probe_p, "name", &attr_len);
79 assert(attr_start);
81 str_len = sprintf(buf_p, "probe %.*s; ", attr_len, attr_start);
85 attr_start = tnf_probe_get_value(probe_p, "sunw%debug", &attr_len);
86 if (attr_start) {
90 attr_len, attr_start);
162 attr_start = tnf_probe_get_chars(arg_position);
163 attr_len = strlen(attr_start);
166 str_len = sprintf(buf_p, "\"%.*s\"; ", attr_len, attr_start);
[all...]

Completed in 61 milliseconds