Searched refs:crom_string_hex (Results 1 – 1 of 1) sorted by relevance
769 char *crom_string_hex = NULL; in main() local815 crom_string_hex = malloc(strlen(optarg)+1); in main()816 if (crom_string_hex == NULL) in main()818 strcpy(crom_string_hex, optarg); in main()996 tmp = str2node(fd, crom_string_hex); in main()999 free(crom_string_hex); in main()