WSEMUL_NAME_SIZE
char emul[WSEMUL_NAME_SIZE];
strlcpy(d->name, wsemul_getname(d->idx), WSEMUL_NAME_SIZE);
strlcpy(sd->emul, scr->scr_dconf->wsemul->name, WSEMUL_NAME_SIZE);
if (strncmp(name, (*ops)->name, WSEMUL_NAME_SIZE) == 0)
char name[WSEMUL_NAME_SIZE];
strlcpy(asd.emul, optarg, WSEMUL_NAME_SIZE);