Searched refs:crom_string_hex (Results 1 – 1 of 1) sorted by relevance
768 char *crom_string_hex = NULL; in main() local814 crom_string_hex = malloc(strlen(optarg)+1); in main()815 if (crom_string_hex == NULL) in main()817 strcpy(crom_string_hex, optarg); in main()995 tmp = str2node(fd, crom_string_hex); in main()998 free(crom_string_hex); in main()