Searched refs:chk_str (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dkgdbts.c636 char *chk_str; local
642 chk_str = ts.tst[ts.idx].put;
646 while (*chk_str != '\0' && *put_str != '\0') {
650 if (*put_str == '#' || *chk_str == '*')
652 if (*put_str != *chk_str)
655 chk_str++;
658 if (*chk_str == '\0' && (*put_str == '\0' || *put_str == '#'))

Completed in 160 milliseconds