nextdelim        1186 drivers/tty/hvc/hvc_iucv.c 	const char *nextdelim, *residual;
nextdelim        1189 drivers/tty/hvc/hvc_iucv.c 	nextdelim = strchr(filter, ',');
nextdelim        1190 drivers/tty/hvc/hvc_iucv.c 	if (nextdelim) {
nextdelim        1191 drivers/tty/hvc/hvc_iucv.c 		len = nextdelim - filter;
nextdelim        1192 drivers/tty/hvc/hvc_iucv.c 		residual = nextdelim + 1;