Home
last modified time | relevance | path

Searched refs:image_file (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cdrw/
H A Dwrite_image.c76 if (image_file) { in write_image()
77 h = open_iso_read_stream(image_file); in write_image()
84 image_file ? image_file : "stdin", get_err_str()); in write_image()
H A Dmain.h44 extern char *image_file;
H A Dmain.c54 char *image_file = NULL; variable
431 image_file = argv[optind]; in main()