Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/fwctl/
H A Dfwcontrol.c760 char *crom_string_hex = NULL; in main() local
811 crom_string_hex = strdup(optarg); in main()
812 if (crom_string_hex == NULL) in main()
1001 tmp = str2node(fd, crom_string_hex); in main()
1004 free(crom_string_hex); in main()