Home
last modified time | relevance | path

Searched refs:MAX_DISPLAY (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/fs/read_all/
Dread_all.c62 #define MAX_DISPLAY 40 macro
187 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()