Searched defs:tar (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/zlib-1.2.6/contrib/untgz/ |
H A D | untgz.c | 52 /* GNU tar extensions */ 63 /* tar header */ 120 int tar OF((gzFile, int, int, int, char **)); 127 const char *TGZsuffix[] = { "\0", ".tar", ".tar.gz", ".taz", ".tgz", NULL }; 384 /* tar file list or extract */ 386 int tar (gzFile in,int action,int arg,int argc,char **argv) function 409 * the tar information. 418 * If we have to get a tar header 423 * if we met the end of the tar [all...] |
/vbox/src/VBox/Main/src-server/ |
H A D | ApplianceImplExport.cpp | 23 #include <iprt/tar.h> 2002 RTTAR tar; local 2003 int vrc = RTTarOpen(&tar, pTask->locInfo.strPath.c_str(), RTFILE_O_CREATE | RTFILE_O_WRITE | RTFILE_O_DENY_ALL); 2035 VDINTERFACETYPE_IO, tar, sizeof(VDINTERFACEIO), 2046 RTTarClose(tar);
|
Completed in 51 milliseconds