Searched refs:MAX_DISPLAY (Results 1 – 1 of 1) sorted by relevance
62 #define MAX_DISPLAY 40 macro187 for (i = 0; i < MIN(count, MAX_DISPLAY); i++) in sanitize_str()191 if (count <= MAX_DISPLAY) in sanitize_str()194 strcpy(buf + MAX_DISPLAY, "..."); in sanitize_str()