Files
kernel_xiaomi_sm8250/include/linux
Du, Changbin aace05097a lib/parser.c: add match_wildcard() function
match_wildcard function is a simple implementation of wildcard
matching algorithm. It only supports two usual wildcardes:
    '*' - matches zero or more characters
    '?' - matches one character
This algorithm is safe since it is non-recursive.

Signed-off-by: Du, Changbin <changbin.du@gmail.com>
Cc: Jason Baron <jbaron@akamai.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-01-23 16:36:55 -08:00
..
2014-01-23 16:36:55 -08:00
2013-12-23 18:34:58 -08:00
2013-12-12 14:27:57 +01:00
2014-01-16 10:23:02 +10:30
2014-01-16 11:15:50 +01:00
2013-12-10 22:58:13 -08:00
2014-01-08 19:03:00 -02:00
2013-12-11 15:52:34 +01:00
2014-01-16 10:23:03 +10:30
2013-12-10 21:45:15 -05:00
2014-01-22 19:36:57 +01:00
2014-01-21 16:19:42 -08:00
2013-12-18 19:04:50 -08:00
2013-12-08 16:56:05 -08:00