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

/freebsd-13-stable/sys/contrib/openzfs/cmd/zgenhostid/
H A Dzgenhostid.c81 char *in_s = argv[optind]; local
82 if (in_s != NULL) {
84 if (strncasecmp("0x", in_s, 2) == 0) {
85 in_s += 2;
90 if (strlen(in_s) != 8 || strspn(in_s, hex) != 8) {
95 input_i = strtoul(in_s, NULL, 16);

Completed in 42 milliseconds