debian man page for zzip_rewinddir

Query: zzip_rewinddir

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ZZIP_REWINDDIR(3)					       zziplib Function List						 ZZIP_REWINDDIR(3)

NAME
zzip_rewinddir, zzip_telldir, zzip_seekdir - ...
SYNOPSIS
#include <zzip/lib.h> void zzip_rewinddir((ZZIP_DIR * dir)); zzip_off_t zzip_telldir((ZZIP_DIR * dir)); void zzip_seekdir((ZZIP_DIR * dir, zzip_off_t offset));
DESCRIPTION
The zzip_rewinddir function is the equivalent of a rewinddir(2) for a realdir or the zipfile in place of a directory. The ZZIP_DIR handle returned from zzip_opendir has a flag saying realdir or zipfile. As for a zipfile, the filenames will include the filesubpath, so take care. The zzip_telldir function is the equivalent of telldir(2) for a realdir or zipfile. The zzip_seekdir function is the equivalent of seekdir(2) for a realdir or zipfile.
AUTHOR
o Guido Draheim <guidod@gmx.de>
COPYRIGHT
Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim All rights reserved, use under the restrictions of the Lesser GNU General Public License or alternatively the restrictions of the Mozilla Public License 1.1 zziplib 0.13.56 ZZIP_REWINDDIR(3)
Related Man Pages
zzip_entry_strdup_name(3) - centos
zzip_open(3) - centos
zzip_seekdir(3) - centos
zzip_telldir32(3) - centos
zzip_entry_fread_file_header(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com