Searched refs:threshold_str (Results 1 – 1 of 1) sorted by relevance
99 char * threshold_str = ""; variable117 threshold_str = realloc(threshold_str, in set_thres()118 strlen(threshold_str)+strlen(tmp)+1); in set_thres()119 if (!threshold_str) { in set_thres()124 n = strlen(threshold_str); in set_thres()125 strcpy(threshold_str+n, tmp); in set_thres()145 threshold_str = malloc(strlen(str)+1); in set_thresholds()146 if (!threshold_str) { in set_thresholds()151 strcpy(threshold_str, str); in set_thresholds()313 printf("## %s\n", threshold_str); in print_summary()