Searched refs:OPT_IMAGE (Results 1 – 1 of 1) sorted by relevance
625 #define OPT_IMAGE "--image=" macro1150 printf("\t" OPT_IMAGE "path" in usage()1199 } else if (!memcmp(OPT_IMAGE, arg, strlen(OPT_IMAGE))) { in main()1200 snprintf(image_path, sizeof(image_path), "%s", arg + strlen(OPT_IMAGE)); in main()