DDEBUG_STRING_SIZE 677 lib/dynamic_debug.c static __initdata char ddebug_setup_string[DDEBUG_STRING_SIZE]; DDEBUG_STRING_SIZE 681 lib/dynamic_debug.c if (strlen(str) >= DDEBUG_STRING_SIZE) { DDEBUG_STRING_SIZE 685 lib/dynamic_debug.c strlcpy(ddebug_setup_string, str, DDEBUG_STRING_SIZE);