Home
last modified time | relevance | path

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

/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c787 char *crom_string = NULL; local
827 crom_string = malloc(strlen(optarg) + 1);
828 if (crom_string == NULL)
830 strcpy(crom_string, optarg);
831 if (strtol(crom_string, NULL, 0) < 0
832 || strtol(crom_string, NULL, 0) > MAX_BOARDS)
1014 tmp = str2node(fd, crom_string);
1017 free(crom_string);