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

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dgenimage.c55 FILE * ostream,
518 FILE * ostream; local
520 if ( (ostream = fopen(qtraw, "wb")) == NULL ) {
528 WriteQTRawFile( ostream, data, height, width, depth, pixels );
529 fclose(ostream);
560 FILE * ostream; local
563 if ( (ostream = fopen(kraw, "wb")) == NULL ) {
573 fwrite(&sum, sizeof(sum), 1, ostream);
576 fwrite(&encodedSize, sizeof(encodedSize), 1, ostream);
578 fwrite(&tag, sizeof(tag), 1, ostream);
1444 FILE * ostream; local
1468 WriteQTRawFile( FILE * ostream, unsigned char * data, int height, int width, int depth, unsigned int size ) argument
1533 FILE * ostream; local
1589 FILE * ostream; local
[all...]
H A Dqtif2kraw.c266 FILE * ostream; local
269 if ( (ostream = fopen(kraw, "wb")) == NULL ) {
279 fwrite(&sum, sizeof(sum), 1, ostream);
282 fwrite(&encodedSize, sizeof(encodedSize), 1, ostream);
284 fwrite(&tag, sizeof(tag), 1, ostream);
285 fwrite(&width, sizeof(width), 1, ostream);
286 fwrite(&height, sizeof(height), 1, ostream);
287 fwrite(&depth, sizeof(depth), 1, ostream);
288 fwrite(&lines, sizeof(lines), 1, ostream);
289 fwrite(&fg, sizeof(fg), 1, ostream);
[all...]

Completed in 24 milliseconds