GNU bug report logs - #15325
How does gzip reads/writes data from/to the file.

Previous Next

Package: gzip;

Reported by: ddun <ddun.user <at> gmail.com>

Date: Tue, 10 Sep 2013 18:03:01 UTC

Severity: normal

Tags: notabug

Done: Eric Blake <eblake <at> redhat.com>

Bug is archived. No further changes may be made.

Full log


Message #7 received at control <at> debbugs.gnu.org (full text, mbox):

From: Eric Blake <eblake <at> redhat.com>
To: ddun <ddun.user <at> gmail.com>
Cc: 15325-done <at> debbugs.gnu.org
Subject: Re: bug#15325: How does gzip reads/writes data from/to the file.
Date: Tue, 10 Sep 2013 12:15:07 -0600
[Message part 1 (text/plain, inline)]
tag 15325 notabug
thanks

On 09/10/2013 11:54 AM, ddun wrote:
> Hello,
> 
> I am trying to figure out what functions does gzip uses to read/write the
> data to/from the files. I saw that for error cases gzip was using *fprintf
> (stderr.. *but saw no fread/fscanf functions anywhere in the code.
> *
> *
> Can anyone point out the functions used by gzip to read/write to a file and
> in which code file are they.

Look for the lower-level read()/write() interface (Unix unbuffered file
I/O), not the higher-level fread() (C buffered file I/O).

I'm closing this as not a bug, so that it doesn't clog the bug tracker;
but feel free to continue to respond as you have other questions.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

[signature.asc (application/pgp-signature, attachment)]

This bug report was last modified 11 years and 315 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.