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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A DBusLogic.c3286 char KeywordChar = *Keyword++; local
3289 if (KeywordChar >= 'A' && KeywordChar <= 'Z')
3290 KeywordChar += 'a' - 'Z';
3291 if (StringChar != KeywordChar)

Completed in 73 milliseconds