Searched refs:image_pathname (Results 1 – 2 of 2) sorted by relevance
65 const char *const image_pathname = argv[1]; in vnduncompress() local72 const int image_fd = open(image_pathname, in vnduncompress()75 err(1, "open(%s)", image_pathname); in vnduncompress()
400 const char *const image_pathname = argv[0]; in compress_init() local440 S->image_fd = open(image_pathname, O_RDONLY); in compress_init()442 err(1, "open(%s)", image_pathname); in compress_init()462 err(1, "stat(%s)", image_pathname); in compress_init()