Displaying 4 results from an estimated 4 matches for "1__".
Did you mean:
1_
2006 Aug 15
0
Help with workaround for: Function '`[`' is not in thederivatives table
...ly subscripted arrays, you can get somewhere. Here is an outline
of what I mean.
> Ident <- "([A-z][A-z0-9_.]*)"
> Subsc <- "([A-z][A-z0-9_.]*|[0-9]+)"
> patn <- paste(Ident, "\\[", Subsc, "\\]", sep = "")
> repl <- "\\1__\\2"
> E <- expression(A[1] * exp(A[2]*X) + A[3])
> Es <- deparse(E[[1]])
> Es
[1] "A[1] * exp(A[2] * X) + A[3]"
> Ess <- gsub(patn, repl, Es)
> Ess
[1] "A__1 * exp(A__2 * X) + A__3"
> Ex <- parse(text = Ess)[[1]]
> Ex
A__1 * exp(A__2 * X) +...
2017 Mar 28
4
[Bug 1139] New: The include guards on the include/libipset/linux_ip_set*.h are wrong
...sed -r \
-e 's/([ \t(])(__user|__force|__iomem)[ \t]/\1/g' \
-e 's/__attribute_const__([ \t]|$)/\1/g' \
-e 's@^#include <linux/compiler.h>@@' \
-e
's/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$)/\1__attribute__((packed))\2/g' \
-e 's/(^|[ \t(])(inline|asm|volatile)([ \t(]|$)/\1__\2__\3/g' \
-e 's@#(ifndef|define|endif[ \t]*/[*])[ \t]*_UAPI@#\1 @' \
but I think none of the other substitutions actually apply.
--
You are receiving this mail be...
1997 Feb 05
0
bliss version 0.4.0
...:?A:+4SLI^+T,G&]RF/<''
ZS]T_*^&B(P//QU!)->KL8(UE8ZC(8;I''SXD66U*J\&32?5@BN_$X1''ILH+?/
ZGYEPM;#];=WU*Z<2VJF@,7.ORF1VDU3#*/<R>X:)OUM/=`OKEVDR,3V-\^?Q
Z]T*BLO=IO3>C9*AGXC@QY_#`)[/]1)[;M&]S(B&&J?3CUQ-?84Y=?T93%ED:
ZAN>0Z3>;^E,+]6%/1__><'')T3JN''.O#17P]F>RG]L9__X>([\''C("J-8JZ3O
Z\#`OE\"--X`<#ZDKLJN2OGDF6L*L\W.K\,<-:5.$@!I!TGV:6A%=B@,:+1(2
Z"1W<6>2"?ZA[BG_#?L_Q,S<BJ1G:821J]J"EL#@8>;_<\A@ME?;8C*=KO*<H
ZYP/>1LA45S\#3VX(\UM8KUCC\M=*X/I4_R?PZ,$_WD...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking