search for: icase

Displaying 5 results from an estimated 5 matches for "icase".

Did you mean: case
2009 Aug 25
6
[LLVMdev] Regular Expression lib support
...{ > + // Compile with recognition of all special characters turned off. > + // All characters are thus considered ordinary, > + // so the RE is a literal string. > + NOSPEC=1, > + // Compile for matching that ignores upper/lower case distinctions. > + ICASE=2, > + // Compile for matching that need only report success or failure, > + // not what was matched. > + NOSUB=4, > + // Compile for newline-sensitive matching. With this flag '[^' bracket > + // expressions and '.' never match newline. A ^ a...
2009 Aug 25
0
[LLVMdev] Regular Expression lib support
On 2009-08-24 20:14, Chris Lattner wrote: > On Aug 23, 2009, at 11:59 PM, Török Edwin wrote: >> If LLVM is going to have an integrated regex library I suggest using it >> regardless if the platform has one. >> The LLVM integrated regex library will provide consistent behaviour and >> execution time, the system one will not. > > Hi Edwin, > > Can you propose
2009 Aug 24
3
[LLVMdev] Regular Expression lib support
On Aug 23, 2009, at 11:59 PM, Török Edwin wrote: > If LLVM is going to have an integrated regex library I suggest using > it > regardless if the platform has one. > The LLVM integrated regex library will provide consistent behaviour > and > execution time, the system one will not. Hi Edwin, Can you propose the openbsd implementation as a patch to lib/support? -Chris
2009 Aug 25
0
[LLVMdev] Regular Expression lib support
...pile with recognition of all special characters turned off. >> + // All characters are thus considered ordinary, >> + // so the RE is a literal string. >> + NOSPEC=1, >> + // Compile for matching that ignores upper/lower case distinctions. >> + ICASE=2, >> + // Compile for matching that need only report success or failure, >> + // not what was matched. >> + NOSUB=4, >> + // Compile for newline-sensitive matching. With this flag '[^' bracket >> + // expressions and '.' never...
2015 Dec 18
0
[ANNOUNCE] iptables 1.6.0 release
...t.h> types from xtables.h include: Sync with upstream kernel headers Florian Westphal (15): Merge branch 'stable-1.4.20' iptables.8: --policy is either ACCEPT or DROP extensions: libxt_connlabel: do not open config file from _init hook man: string: document icase tests: split into family and table specific files tests: add test case for xt_recent regression extensions: remove MIRROR extensions: remove SAME target extensions: remove 'unclean' match extensions: add more test cases for iptables-test.py extensio...