Searched refs:MAX_FONT_NAME (Results 1 – 2 of 2) sorted by relevance
49 #define MAX_FONT_NAME 32 macro
1904 char name[MAX_FONT_NAME]; in fbcon_set_def_font()1910 else if (strncpy_from_user(name, op->data, MAX_FONT_NAME-1) < 0) in fbcon_set_def_font()1913 name[MAX_FONT_NAME-1] = 0; in fbcon_set_def_font()