Displaying 5 results from an estimated 5 matches for "destp".
Did you mean:
dest
2004 May 29
1
[patch] Filename conversion
...-1;
+ }
+}
+
+/**
+ * Converts the filename from src into dest, using at most maxlen
+ * characters of dest.
+ **/
+void convert_fname(char *dest, const char *src, unsigned int maxlen)
+{
+ if (!fname_convert_cmd) {
+ strlcpy(dest, src, maxlen);
+ } else {
+ int res;
+ const char *srcp;
+ char *destp;
+ unsigned int srcrem, dstrem;
+
+ init_fname_convert();
+
+ /* Send and receive strings simultaneously to avoid deadlock: */
+ srcrem = strlen(src)+1; /* chars left to send (incl. terminating LF) */
+ dstrem = maxlen-1; /* free chars left in dest */
+ srcp = src;
+...
2004 May 21
2
dial an IP address
Anyone written an extension that will take a 12 digit number, convert it to
an IP address so that you can make a sip call to it.
Chris
2006 Mar 03
0
[LLVMdev] Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
.../nondot.org/sabre/
http://llvm.org/
-------------- next part --------------
Index: llvm-convert.cpp
===================================================================
--- llvm-convert.cpp (revision 111673)
+++ llvm-convert.cpp (working copy)
@@ -795,14 +795,18 @@ void TreeToLLVM::EmitMemCpy(Value *DestP
unsigned Align) {
const Type *SBP = PointerType::get(Type::SByteTy);
static Function *MemCpy = 0;
- if (!MemCpy)
- MemCpy = TheModule->getOrInsertFunction("llvm.memcpy", Type::VoidTy, SBP,
- SBP, Type::U...
2006 Mar 02
4
[LLVMdev] Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
On Thu, 2 Mar 2006, Vladimir Prus wrote:
>>> The instructions seem to have one path wrong. It says to get:
>>
>> I'll put together a tarball today. That will be easier than dealing with
>> a patch, and it will include a bunch of bugfixes since the previous email.
> Further into process, I get this error:
> In file included from
2005 Jun 30
3
Linux Firewall Question
Hi,
I am running Asterisks on Public IP with Fedora Core 3.
What is the recommendation for making Linux secure on the Public IP since I am new to Linux. Which Firewall should I use? I am not intending to use Linux as router.
Can any one provide some configuration documentation.
Obaid Siddiqui.
Network Engineer,
Prizm Communications, LP
-------------- next part --------------
An HTML