Displaying 3 results from an estimated 3 matches for "_main_".
Did you mean:
_main
2006 Dec 27
1
Advanced Policy Routing not working properly
...ed a
hand.
All the workarounds I tried expect that in the above scenario if a host
on old ISP''s IP address, lets say 200.1.2.2, pings my testing server:
machine-X on 101.30.0.2, packets should show up on the sender host
interface and go out on machine-x interface. I expect this as the _main_
table has a route to machine-x (directly connected to the Firewall) so
the box should know where to send packets. It doesn''t happen like this.
The packets goes nowhere. They come on the sender host interface but
never go out on machine-x interface. If I insert a route to 200.1.2.2 on...
2000 Jan 19
0
indentation in Rd-help files
Dear colleagues,
Happy New Millennium, first of all!
It would be very nice to be able to use indentation inside \code{ } as
well, not only in \examples{ } when writing Rd-help files. Such a
situation arrises, for instance, if one wishes to include a small piece
of code in the _main_ text but not in the end as \examples{ } command
does. The only way I know to put the next 3 lines
my.function <- function()
{
other.function()
}
inside the text is the following:
\code{my.function <- function() } \cr
\code{ \{ } \cr
\code{ other.function() } \cr
\code...
2004 May 09
2
[LLVMdev] Strange SetCond Behavior
...uses=1]
store long %29, long* %_index_
setne long %26, 0 ; <bool>:1 [#uses=1]
br bool %1, label %then, label %else
then: ; preds = %if
call void %success( )
br label %endif
else: ; preds = %if
call void %failure( )
br label %endif
endif: ; preds = %then, %else
ret void
}
void %_MAIN_() {
int:
load long* %_index_ ; <long>:0 [#uses=1]
cast long 1 to long ; <long>:1 [#uses=1]
add long %0, %1 ; <long>:2 [#uses=1]
store long %2, long* %_index_
load long* %_index_ ; <long>:3 [#uses=1]
getelementptr [1024 x long]* %_stack_, long 0, long %3 ; <long...