Home
last modified time | relevance | path

Searched refs:image_pathname (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/vndcompress/
H A Dvnduncompress.c65 const char *const image_pathname = argv[1]; in vnduncompress() local
72 const int image_fd = open(image_pathname, in vnduncompress()
75 err(1, "open(%s)", image_pathname); in vnduncompress()
H A Dvndcompress.c400 const char *const image_pathname = argv[0]; in compress_init() local
440 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()