Lines Matching refs:entry_str
1259 char *entry_str;
1469 ttrace->filename.entry_str_pos = bf - ttrace->entry_str;
2219 printed += len = fprintf(trace->output, "%s)", ttrace->entry_str);
2301 if (ttrace->entry_str == NULL) {
2302 ttrace->entry_str = malloc(trace__entry_str_size);
2303 if (!ttrace->entry_str)
2322 msg = ttrace->entry_str;
2333 printed = fprintf(trace->output, "%s)", ttrace->entry_str);
2480 printed = fprintf(trace->output, "%s", ttrace->entry_str);
2595 entry_str_len = strlen(ttrace->entry_str);
2606 pos = ttrace->entry_str + ttrace->filename.entry_str_pos;