WSEMUL_NAME_SIZE 410 dev/wscons/wsconsio.h char emul[WSEMUL_NAME_SIZE]; WSEMUL_NAME_SIZE 452 dev/wscons/wsdisplay.c strncpy(sd->emul, scr->scr_dconf->wsemul->name, WSEMUL_NAME_SIZE); WSEMUL_NAME_SIZE 74 dev/wscons/wsemulconf.c if (strncmp(name, (*ops)->name, WSEMUL_NAME_SIZE) == 0) WSEMUL_NAME_SIZE 44 dev/wscons/wsemulvar.h char name[WSEMUL_NAME_SIZE];