Lines Matching refs:fprintf
66 fprintf(stderr,
69 fprintf(stderr, "The <raw_image_file> will be split into as many sparse\n");
70 fprintf(stderr, "files as needed. Each sparse file will contain a single\n");
71 fprintf(stderr, "DONT CARE chunk to offset to the correct block and then\n");
72 fprintf(stderr, "a single RAW chunk containing a portion of the data from\n");
73 fprintf(stderr, "the raw image file. The sparse files will be named by\n");
74 fprintf(stderr, "appending a number to the name of the raw image file.\n");
75 fprintf(stderr, "\n");
76 fprintf(stderr, "OPTIONS (Defaults are enclosed by square brackets):\n");
77 fprintf(stderr, " -s SUFFIX Format appended number with SUFFIX [%s]\n",
79 fprintf(stderr, " -B SIZE Use a block size of SIZE [%s]\n",
81 fprintf(stderr, " -C SIZE Use a chunk size of SIZE [%s]\n",
83 fprintf(stderr, "SIZE is a decimal integer that may optionally be\n");
84 fprintf(stderr, "followed by a suffix that specifies a multiplier for\n");
85 fprintf(stderr, "the integer:\n");
86 fprintf(stderr, " c 1 byte (the default when omitted)\n");
87 fprintf(stderr, " w 2 bytes\n");
88 fprintf(stderr, " b 512 bytes\n");
89 fprintf(stderr, " kB 1000 bytes\n");
90 fprintf(stderr, " K 1024 bytes\n");
91 fprintf(stderr, " MB 1000*1000 bytes\n");
92 fprintf(stderr, " M 1024*1024 bytes\n");
93 fprintf(stderr, " GB 1000*1000*1000 bytes\n");
94 fprintf(stderr, " G 1024*1024*1024 bytes\n");
98 fprintf(stderr, "\n");
103 fprintf(stderr, "\n");