Searched refs:KeywordChar (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/scsi/
H A DBusLogic.c3281 char KeywordChar = *Keyword++; local
3284 if (KeywordChar >= 'A' && KeywordChar <= 'Z')
3285 KeywordChar += 'a' - 'Z';
3286 if (StringChar != KeywordChar)

Completed in 85 milliseconds