Query: cr_uncompress
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
cr_uncompress(3) Library Functions Manual cr_uncompress(3)NAMEcr_uncompress - uncompress a file in a crash dumpSYNOPSISDESCRIPTIONThe ensures that a file, part of a crash dump described by crash_cb, is uncompressed and matches its expected size and checksum (as com- puted by cksum(1)). This call is most often used to ensure the integrity of module files that are a part of the crash dump; see cr_info(3). pathname is the name of the file to uncompress. Supported compression methods include gzip(1), which appends a to the filename, and com- press(1), which appends Respectively, size and checksum are the expected size and checksum of the uncompressed file. Either validity check can be disabled by specifying zero for the corresponding parameter.RETURN VALUEReturns zero for success. Other possible return values are described in libcrash(5).EXAMPLEThe following call to cr_uncompress(3) ensures that the kernel file is uncompressed and validated.AUTHORwas developed by HP.SEE ALSOgunzip(1), uncompress(1), cr_info(3), cr_open(3), libcrash(5). cr_uncompress(3)
Related Man Pages |
---|
compress(1) - opendarwin |
cr_perror(3) - hpux |
cr_open(3) - hpux |
cr_uncompress(3) - hpux |
dump_compress_on(5) - hpux |
Similar Topics in the Unix Linux Community |
---|
uncompress files |
Restarting a Crashed Process |
fgrep fails...!? |
how to unzip File which has no extension |
gzip problem |