Displaying 14 results from an estimated 14 matches similar to: "String "fwrite();" causes 503 error (Passenger or apache?)"
2004 Oct 19
1
[PATCH] fix fwrite declaration
fwrite() takes a const void *p, but stdio declares just a void *p.
Is there a reason for the difference?
diff -p -purN klibc-0.186/include/stdio.h klibc-0.186.fwrite/include/stdio.h
--- klibc-0.186/include/stdio.h 2004-07-28 23:09:59.000000000 +0200
+++ klibc-0.186.fwrite/include/stdio.h 2004-10-19 20:06:30.000000000 +0200
@@ -90,7 +90,7 @@ fread(void *__p, size_t __s, size_t __n,
}
extern
2014 Apr 09
0
[klibc:master] fwrite: use memrchr() to find the final ' \n' in _IOLBF mode
Commit-ID: a51893a6d52a8cdf247cb1bd10dd8987d4d7eb49
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=a51893a6d52a8cdf247cb1bd10dd8987d4d7eb49
Author: H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Wed, 9 Apr 2014 16:51:10 -0700
Committer: H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Wed, 9 Apr 2014 16:51:10 -0700
[klibc] fwrite: use memrchr() to
2011 Aug 01
1
fwrite?
Is there a known problem with fopen and/or fwrite in Syslinux? I'm trying
to open a file to write data to but fopen( file_name, "w+" ) fails
everytime. fopen( file_name, "r" ) works just fine.
2016 Feb 01
0
[klibc:master] fwrite: flush before a large write to allow better bypass
Commit-ID: cf9c7d2382eadc5699d3e4032b3e1774eccc36da
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=cf9c7d2382eadc5699d3e4032b3e1774eccc36da
Author: H. Peter Anvin <hpa at zytor.com>
AuthorDate: Mon, 1 Feb 2016 02:39:07 -0800
Committer: H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 1 Feb 2016 02:41:00 -0800
[klibc] fwrite: flush before a large write to
2016 Feb 01
0
[klibc:master] fwrite: fix typo in comment
Commit-ID: 4d19974d7020488f63651244e1f9f51727c3f66c
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=4d19974d7020488f63651244e1f9f51727c3f66c
Author: H. Peter Anvin <hpa at zytor.com>
AuthorDate: Mon, 1 Feb 2016 13:26:01 -0800
Committer: H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 1 Feb 2016 13:26:01 -0800
[klibc] fwrite: fix typo in comment
Fix typo
2016 May 17
0
Syslinux fwrite support
On Tue, May 17, 2016 at 2:39 AM, Tal Lubko via Syslinux
<syslinux at zytor.com> wrote:
> Hi
> Does Syslinux support fwrite for fat filesystem?Is it supported for other filesystem?As far as I understand the function exist but isn't fully implemented.Is that correct?
> I also found this thread that says about the samehttp://www.syslinux.org/archives/2011-August/017093.html
>
2016 May 21
0
Syslinux fwrite support
On Fri, May 20, 2016 at 11:14 PM, Tal Lubko <tallubko at yahoo.com> wrote:
>
>
>> -----Original Message-----
>> From: Gene Cumm [mailto:gene.cumm at gmail.com]
>> Sent: Tuesday, May 17, 2016 1:07 PM
>> To: Tal Lubko
>> Cc: syslinux at zytor.com
>> Subject: Re: [syslinux] Syslinux fwrite support
>>
>> On Tue, May 17, 2016 at 2:39 AM, Tal
2016 May 17
2
Syslinux fwrite support
Hi
Does Syslinux support fwrite for fat filesystem?Is it supported for other filesystem?As far as I understand the function exist but isn't fully implemented.Is that correct?
I also found this thread that says about the samehttp://www.syslinux.org/archives/2011-August/017093.html
Thanks,Tal
2017 Oct 02
0
fwrite() not found in data.table package
You are asking about (a) a contributed package (b) for a package version that is not in CRAN and (c) an R version that is outdated, which stretches the definition of "on topic" here. Since that function does not appear to have been removed from that package (I am not installing a development version to test if it is broken for your benefit), I will throw out a guess that if you update R
2017 Oct 02
2
fwrite() not found in data.table package
Hi all,
I used to use fwrite() function in data.table but I cannot get it to work
now. The function is not in the data.table package, even though a help page
exists for it. My session info is below. Any ideas on how to get fwrite()
to work would be much appreciated. Thanks!
> sessionInfo()
R version 3.2.0 (2015-04-16)
Platform: x86_64-unknown-linux-gnu (64-bit)
Running under: Red Hat
2016 May 21
2
Syslinux fwrite support
> -----Original Message-----
> From: Gene Cumm [mailto:gene.cumm at gmail.com]
> Sent: Tuesday, May 17, 2016 1:07 PM
> To: Tal Lubko
> Cc: syslinux at zytor.com
> Subject: Re: [syslinux] Syslinux fwrite support
>
> On Tue, May 17, 2016 at 2:39 AM, Tal Lubko via Syslinux
> <syslinux at zytor.com> wrote:
> > Hi
> > Does Syslinux support fwrite for fat
2016 May 23
3
Syslinux fwrite support
> -----Original Message-----
> From: Gene Cumm [mailto:gene.cumm at gmail.com]
> Sent: Saturday, May 21, 2016 4:44 PM
> To: Tal Lubko
> Cc: For discussion of Syslinux and tftp-hpa
> Subject: Re: [syslinux] Syslinux fwrite support
>
> On Fri, May 20, 2016 at 11:14 PM, Tal Lubko <tallubko at yahoo.com> wrote:
> >
> >
> >> -----Original Message-----
2000 Feb 29
2
Reading data from file made by C fwrite
Hello!
First, I must also congratulate the R core team with their accomplishment!
I have gotten to like R a lot, and I have recommended it for inclusion in
an "Astronomy for Linux"-distribution which is in use by many professional
astronomers and observatories.
I'm currently working on importing data from files created by a C program
(that I have not written myself, I have the
2013 Oct 10
2
utils.c: fwrite() returned error: Broken pipe how to solve it ???
Dear all,
I want to make call through socket i have set code given below:
#!/usr/bin/perl -w
use IO::Socket::INET;
sub asterisk_command ()
{
# my $command=$_[0];
my
$ami=IO::Socket::INET->new(PeerAddr=>'127.0.0.1',PeerPort=>5038,Proto=>'tcp')
or die "failed to connect to AMI!";
print $ami "Action: Login\r\nUsername: