Lines Matching refs:entry_str
1267 char *entry_str;
1309 zfree(&ttrace->entry_str);
1505 ttrace->filename.entry_str_pos = bf - ttrace->entry_str;
2264 printed += len = fprintf(trace->output, "%s)", ttrace->entry_str);
2354 if (ttrace->entry_str == NULL) {
2355 ttrace->entry_str = malloc(trace__entry_str_size);
2356 if (!ttrace->entry_str)
2375 msg = ttrace->entry_str;
2386 printed = fprintf(trace->output, "%s)", ttrace->entry_str);
2537 printed = fprintf(trace->output, "%s", ttrace->entry_str);
2652 entry_str_len = strlen(ttrace->entry_str);
2663 pos = ttrace->entry_str + ttrace->filename.entry_str_pos;