Lines Matching refs:sprintf
81 str_len = sprintf(buf_p, "probe %.*s; ", attr_len, attr_start); in tnf_probe_debug()
89 str_len = sprintf(buf_p, "sunw%%debug \"%.*s\"; ", in tnf_probe_debug()
97 (void) sprintf(buf_p, "\n"); in tnf_probe_debug()
117 str_len = sprintf(buf_p, "%.*s=", name_len, name_start); in tnf_probe_debug()
126 str_len = sprintf(buf_p, "<unknown>; "); in tnf_probe_debug()
130 str_len = sprintf(buf_p, "%ld; ", in tnf_probe_debug()
135 str_len = sprintf(buf_p, "%lu; ", in tnf_probe_debug()
141 str_len = sprintf(buf_p, "%lld; ", in tnf_probe_debug()
147 str_len = sprintf(buf_p, "%llu; ", in tnf_probe_debug()
152 str_len = sprintf(buf_p, "%f; ", in tnf_probe_debug()
157 str_len = sprintf(buf_p, "%f; ", in tnf_probe_debug()
166 str_len = sprintf(buf_p, "\"%.*s\"; ", attr_len, attr_start); in tnf_probe_debug()
174 str_len = sprintf(buf_p, "0x%lx; ", in tnf_probe_debug()
179 str_len = sprintf(buf_p, "<error>; "); in tnf_probe_debug()
185 (void) sprintf(buf_p, "\n"); in tnf_probe_debug()