chk_str           712 drivers/misc/kgdbts.c 	char *chk_str;
chk_str           718 drivers/misc/kgdbts.c 	chk_str = ts.tst[ts.idx].put;
chk_str           722 drivers/misc/kgdbts.c 	while (*chk_str != '\0' && *put_str != '\0') {
chk_str           726 drivers/misc/kgdbts.c 		if (*put_str == '#' || *chk_str == '*')
chk_str           728 drivers/misc/kgdbts.c 		if (*put_str != *chk_str)
chk_str           731 drivers/misc/kgdbts.c 		chk_str++;
chk_str           734 drivers/misc/kgdbts.c 	if (*chk_str == '\0' && (*put_str == '\0' || *put_str == '#'))