- Added a new public function, iwildmatch(), which will treat all
authorWayne Davison <wayned@samba.org>
Fri, 30 Dec 2005 07:12:48 +0000 (07:12 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 30 Dec 2005 07:12:48 +0000 (07:12 +0000)
commit8e74463643ae1d95067fab755bbffa7d681881c3
treedb1b6675da89ebd752568d169a0c56e5320c95b4
parent933d1dfd0f28c533831ff9ebecc4025af50f5486
- Added a new public function, iwildmatch(), which will treat all
  upper-case letters in the "text" as lower-case.
- Renamed variable "ch" -> "p_ch" and "prev" -> "prev_ch".
- Added variable "t_ch" to hold the current *text value.
- Return ABORT_ALL if we reach the end of the text string with
  more pattern to match.
lib/wildmatch.c