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

/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c99 char * threshold_str = ""; variable
117 threshold_str = realloc(threshold_str,
118 strlen(threshold_str)+strlen(tmp)+1);
119 if (!threshold_str) {
124 n = strlen(threshold_str);
125 strcpy(threshold_str+n, tmp);
145 threshold_str = malloc(strlen(str)+1);
146 if (!threshold_str) {
151 strcpy(threshold_str, st
[all...]

Completed in 93 milliseconds