summaryrefslogtreecommitdiff
path: root/lib/ts_fsm.c
diff options
context:
space:
mode:
authorDu, Changbin <changbin.du@gmail.com>2014-01-24 03:54:12 +0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-01-24 04:36:55 +0400
commitaace05097a0fd467230e39acb148be0fdaa90068 (patch)
treeca2e61621bcb24ad83f3f145987c8ffd5c28c65b /lib/ts_fsm.c
parent0d9dfc23f4d8c17365c84eb48ecca28b963ba192 (diff)
downloadlinux-aace05097a0fd467230e39acb148be0fdaa90068.tar.xz
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>
Diffstat (limited to 'lib/ts_fsm.c')
0 files changed, 0 insertions, 0 deletions