\hypertarget{zinflate_8c}{
\section{zinflate.c File Reference}
\label{zinflate_8c}\index{zinflate.c@{zinflate.c}}
}
{\tt \#include \char`\"{}stdio.h\char`\"{}}\par
{\tt \#include \char`\"{}stdlib.h\char`\"{}}\par
{\tt \#include \char`\"{}unistd.h\char`\"{}}\par
{\tt \#include \char`\"{}fcntl.h\char`\"{}}\par
{\tt \#include \char`\"{}sys/types.h\char`\"{}}\par
{\tt \#include \char`\"{}sys/stat.h\char`\"{}}\par
{\tt \#include \char`\"{}ZFS/ZLIB\_\-file\_\-inflate.h\char`\"{}}\par
{\tt \#include \char`\"{}ZFS/zinflate.h\char`\"{}}\par
{\tt \#include \char`\"{}MSG/MSG\_\-pubdefs.h\char`\"{}}\par
{\tt \#include \char`\"{}MSG/MSG\_\-print\-Proc.h\char`\"{}}\par
{\tt \#include \char`\"{}PBS/TASK.h\char`\"{}}\par


Include dependency graph for zinflate.c:\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=137pt]{zinflate_8c__incl}
\end{center}
\end{figure}
\subsection*{Defines}
\begin{CompactItemize}
\item 
\#define \hyperlink{zinflate_8c_a0}{ZLIB\_\-BUF\_\-SIZE}~0x4000
\end{CompactItemize}
\subsection*{Functions}
\begin{CompactItemize}
\item 
int \hyperlink{zinflate_8c_a1}{zinflate} (const char $\ast$in\-Name, const char $\ast$out\-Name)
\item 
int \hyperlink{zinflate_8c_a2}{main} (int argc, char $\ast$$\ast$argv)
\end{CompactItemize}


\subsection{Detailed Description}
A file de-compression utility using the zlib decoder.

\subsection{Define Documentation}
\hypertarget{zinflate_8c_a0}{
\index{zinflate.c@{zinflate.c}!ZLIB_BUF_SIZE@{ZLIB\_\-BUF\_\-SIZE}}
\index{ZLIB_BUF_SIZE@{ZLIB\_\-BUF\_\-SIZE}!zinflate.c@{zinflate.c}}
\subsubsection[ZLIB\_\-BUF\_\-SIZE]{\setlength{\rightskip}{0pt plus 5cm}\#define ZLIB\_\-BUF\_\-SIZE~0x4000}}
\label{zinflate_8c_a0}


The size in bytes of ZLIB data buffers.

\subsection{Function Documentation}
\hypertarget{zinflate_8c_a2}{
\index{zinflate.c@{zinflate.c}!main@{main}}
\index{main@{main}!zinflate.c@{zinflate.c}}
\subsubsection[main]{\setlength{\rightskip}{0pt plus 5cm}int main (int {\em argc}, char $\ast$$\ast$ {\em argv})}}
\label{zinflate_8c_a2}


The UNIX application entry point.

\begin{Desc}
\item[Parameters:]
\begin{description}
\item[{\em argc}]The number of command line arguments. \item[{\em argv}]Pointers to the command line arguments.\end{description}
\end{Desc}
\begin{Desc}
\item[Return values:]
\begin{description}
\item[{\em 0}]Success. \item[{\em -1}]Failure.\end{description}
\end{Desc}
\hypertarget{zinflate_8c_a1}{
\index{zinflate.c@{zinflate.c}!zinflate@{zinflate}}
\index{zinflate@{zinflate}!zinflate.c@{zinflate.c}}
\subsubsection[zinflate]{\setlength{\rightskip}{0pt plus 5cm}int zinflate (const char $\ast$ {\em in\-Name}, const char $\ast$ {\em out\-Name})}}
\label{zinflate_8c_a1}


The Vx\-Works entry point. Decodes the input data and writes out the decoded data.

\begin{Desc}
\item[Parameters:]
\begin{description}
\item[{\em in\-Name}]The name of the input file to inflate. \item[{\em out\-Name}]The name of the inflated output file.\end{description}
\end{Desc}
\begin{Desc}
\item[Return values:]
\begin{description}
\item[{\em 0}]Success. \item[{\em -1}]Failure.\end{description}
\end{Desc}
