• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/

Lines Matching defs:to

174   Only here to avoid probs with 64-bit platforms.
665 "You can use the -tvv option to test integrity of such files.\n\n"
666 "You can use the `bzip2recover' program to attempt to recover\n"
697 only if input exists to avoid loss of data. Joerg Prante, 5
699 this is less likely to happen. But to be ultra-paranoid, we
751 "\tThis is a BUG. Please report it to me at:\n"
826 " (2) A bug in the compiler used to create this executable\n"
832 " or (2), feel free to report it to me at: jseward@bzip.org.\n"
836 " have the manual or can't be bothered to read it, mail me anyway.\n"
846 " failed to detect this. Try bzip2 -tvv my_file.bz2.\n"
849 " (3) A bug in the compiler used to create this executable\n"
855 " or (3), feel free to report it to me at: jseward@bzip.org.\n"
859 " have the manual or can't be bothered to read it, mail me anyway.\n"
888 "\tI require Int32, Int16 and Char to have sizes\n"
889 "\tof 4, 2 and 1 bytes to run properly, and they don't.\n"
919 void copyFileName ( Char* to, Char* from )
933 strncpy(to,from,FILE_NAME_LEN-10);
934 to[FILE_NAME_LEN-10]='\0';
953 set safely. We instead use open() to create the file with
995 rac 11/21/98 see if file has hard links to it
1011 source to destination file. We have to copy this meta-info off
1012 into fileMetaInfo before starting to compress / decompress it,
1016 sequence of tests preceding the call to saveInputFileMetaInfo()
1018 by attempting to fopen() the file, and if successful, immediately
1019 fclose()ing it again. So we have to assume that the fopen() call
1020 does not cause the access time field to be updated.
1023 to imply that merely doing open() will not affect the access time.
1024 Therefore we merely need to hope that the C library only does
1028 It sounds pretty fragile to me. Whether this carries across
1029 robustly to arbitrary Unix-like platforms (or even works robustly
1030 on this one, RedHat 7.2) is unknown to me. Nevertheless ...
1232 "%s: I won't write compressed data to a terminal.\n",
1246 "%s: I won't write compressed data to a terminal.\n",
1640 " -c --stdout output to standard out\n"
1646 " -1 .. -9 set block size to 100k .. 900k\n"
1650 " If invoked as `bzip2', default action is to compress.\n"
1651 " as `bunzip2', default action is to decompress.\n"
1652 " as `bzcat', default action is to decompress to stdout.\n"
1655 " from standard input to standard output. You can combine\n"
1681 All the garbage from here to main() is purely to
1685 The purpose of this exercise is to facilitate
1687 filenames for OSs which don't know how to do it
1852 /*-- Determine what to do (compress/uncompress/test/cat). --*/
2009 "You can use the `bzip2recover' program to attempt to recover\n"
2017 /* Free the argument list memory to mollify leak detectors