Home
last modified time | relevance | path

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

/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c788 char *crom_string_hex = NULL; local
840 crom_string_hex = malloc(strlen(optarg) + 1);
841 if (crom_string_hex == NULL)
843 strcpy(crom_string_hex, optarg);
1023 tmp = str2node(fd, crom_string_hex);
1026 free(crom_string_hex);