search for: nosub

Displaying 6 results from an estimated 6 matches for "nosub".

Did you mean: gosub
2009 Aug 25
6
[LLVMdev] Regular Expression lib support
...ry, > + // 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 ^ anchor matches the > + // null string after any newline in the string in addition to its normal > + // function, and the...
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
...e 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 ^ anchor matches the >> + // null string after any newline in the string in addition to its normal >> + // fu...
2007 Sep 28
5
ZFS Boot Won''t work with a straight or mirror zfsroot
...d / ; find var -xdev -depth -print | cpio -pvdm /zfsroot cd / ; find opt -xdev -depth -print | cpio -pvdm /zfsroot cd / ; find export/home -xdev -depth -print | cpio -pvdm /zfsroot # ran this script: http://www.opensolaris.org/os/community/zfs/boot/ zfsboot-manual/create_dirs/ mount -F lofs -o nosub / /mnt (cd /mnt; tar cvf - devices dev ) | (cd /zfsroot; tar xvf -) umount /mnt # edit /zfsroot/etc/vfstab zpool set bootfs=rootpool/rootfs rootpool echo etc/zfs/zpool.cache >>/zfsroot/boot/solaris/filelist.ramdisk /usr/sbin/bootadm update-archive -R /zfsroot mkdir -p /rootpool/boot/grub...
1997 Apr 07
2
amd 920824upl102 ignores the nodev option
amd from the amd-920824upl102-6.i386.rpm file distributed with RedHat Linux 4.1 does not honor the nodev option for NFS filesystems and probably other mount types, allowing any user access to the device files in /dev on a system, provided that they have root access to another linux box on the network. In addition, the default amd.conf from RH 4.1 maps /net/* to NFS mounting, which makes the bug in