Searched refs:kraw (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c42 "\tqtif2kraw -i <.qtif> -o <.kraw> [operands ...]\n\n"
108 char *kraw = NULL; local
125 kraw = argv[++next];
142 if (!(file || kraw) ) {
264 if ( kraw )
269 if ( (ostream = fopen(kraw, "wb")) == NULL ) {
270 fprintf(stderr,"Err: Could not open output file %s.\n\n", kraw);
274 printf("Writing to binary panic dialog file %s, which is suitable for loading into kernel...\n", kraw);
H A Dgenimage.c200 char *kraw = NULL; local
220 kraw = argv[++next];
358 if ( kraw && image_header.depth == 24 )
360 fprintf(stderr, "Err: The WHD raw file (%s) will not be created when input in is millions of colors\n", kraw);
361 kraw = NULL;
558 if ( kraw )
563 if ( (ostream = fopen(kraw, "wb")) == NULL ) {
564 fprintf(stderr,"Err: Could not open output file %s.\n\n", kraw);
568 printf("Writing to binary panic dialog file %s, which is suitable for loading into kernel...\n", kraw);

Completed in 16 milliseconds