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

/netbsd-6-1-5-RELEASE/usr.sbin/fwctl/
H A Dfwcontrol.c760 char *crom_string_hex = NULL; local
811 crom_string_hex = strdup(optarg);
812 if (crom_string_hex == NULL)
813 err(EX_SOFTWARE, "%s: crom_string_hex malloc",
1001 tmp = str2node(fd, crom_string_hex);
1004 free(crom_string_hex);

Completed in 52 milliseconds