Searched refs:vendor_hex (Results 1 – 1 of 1) sorted by relevance
344 unsigned char *vendor_hex = NULL; in main() local387 vendor_hex = strdup(optarg); in main()388 DEBUG("intput = %s\n", vendor_hex); in main()414 if (!vendor_hex && (flag_rw & OPTION_FLAG_W)) { in main()421 flag_file ? vendor_hex: NULL); in main()424 finput = fopen(vendor_hex, "rb"); in main()426 ERROR("Can't open %s\n", vendor_hex); in main()429 free(vendor_hex); in main()435 vendor_hex = malloc(size + 1); in main()436 fread(vendor_hex, 1, size, finput); in main()[all …]