Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/video/
Dfont.h49 #define MAX_FONT_NAME 32 macro
/linux-2.4.37.9/drivers/video/
Dfbcon.c1904 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()