Man page - zzip_realdir(3)
Packages contas this manual
- zzip_seterror(3)
- zzip_entry_findfirst(3)
- zzip_dir_fdopen_ext_io(3)
- zzip_compr_str(3)
- __zzip_parse_root_directory(3)
- zzip_dir_free(3)
- zzip_realdir(3)
- zzip_dir_read(3)
- zzip_dir_alloc_ext_io(3)
- zzip_file_read(3)
- zzip_rewind(3)
- zzip_seek(3)
- zzip_file_stat(3)
- zzip_entry_fclose(3)
- zzip_entry_fopen(3)
- zzip_realfd(3)
- zzip_rewinddir(3)
- zzip_open_ext_io(3)
- zzip_close(3)
- zzip_seekdir(3)
- zzip_dir_fdopen(3)
- zzip_tell(3)
- zzip_dirhandle(3)
- zzip_telldir(3)
- zzip_file_real(3)
- zzip_entry_findmatch(3)
- zzip_dir_open(3)
- zzip_entry_findnext(3)
- zzip_entry_fread_file_header(3)
- zzip_read(3)
- zzip_opendir_ext_io(3)
- zzip_errno(3)
- zzip_telldir32(3)
- zzip_readdir(3)
- zzip_dir_close(3)
- zzip_entry_free(3)
- zzip_dir_open_ext_io(3)
- zzip_file_close(3)
- zzip_entry_ffile(3)
- zzip_entry_data_offset(3)
- zzip_entry_fread(3)
- zzip_tell32(3)
- zzip_strerror(3)
- zzip_seekdir32(3)
- zzip_dirfd(3)
- zzip_entry_findfile(3)
- zzip_fclose(3)
- zzip_dir_real(3)
- __zzip_try_open(3)
- zzip_dir_alloc(3)
- zzip_opendir(3)
- zzip_freopen(3)
- zzip_entry_strdup_name(3)
- zzip_strerror_of(3)
- zzip_fread(3)
- zzip_inflate_init(3)
- zzip_filesize(3)
- zzip_fopen(3)
- zzip_get_default_io(3)
- zzip_open(3)
- zzip_open_shared_io(3)
- __zzip_fetch_disk_trailer(3)
- zzip_entry_feof(3)
- zzip_init_io(3)
- zzip_file_open(3)
- zzip_fstat(3)
- zzip_closedir(3)
- zzip_dir_stat(3)
- zzip_seek32(3)
- zzip_error(3)
apt-get install libzzip-dev
Manual
| zzip_file_real(3) | zziplib Function List | zzip_file_real(3) |
NAME
zzip_file_real, zzip_dir_real, zzip_realdir, zzip_realfd - check real or zipped file.
SYNOPSIS
#include <zzip/lib.h> int zzip_file_real(ZZIP_FILE* fp) int zzip_dir_real(ZZIP_DIR* dir) void* zzip_realdir(ZZIP_DIR* dir) int zzip_realfd(ZZIP_FILE* fp)
DESCRIPTION
The zzip_file_real function checks if the ZZIP_FILE-handle is wrapping a real file or a zip-contained file. Returns 1 for a stat'able file, and 0 for a file inside a zip-archive.
The zzip_dir_real function checks if the ZZIP_DIR-handle is wrapping a
real directory or a zip-archive. Returns 1 for a stat'able directory, and 0
for a handle to zip-archive.
The zzip_realdir function returns the posix DIR* handle (if one
exists). Check before with zzip_dir_real if the the ZZIP_DIR points
to a real directory.
The zzip_realfd function returns the posix file descriptor (if one
exists). Check before with zzip_file_real if the the ZZIP_FILE points
to a real file.
AUTHOR
Guido Draheim <guidod@gmx.de>
COPYRIGHT
Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
| 0.13.78 | zziplib |