Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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)

zziplib				    0.13.78		     zzip_file_real(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=zzip_file_real&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help