HomeSort by: relevance | last modified time | path
    Searched defs:hex_val (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libform/
type_ipv4.c 65 unsigned long hex_val, working; local in function:ipv4_check_field
79 hex_val = 0;
115 hex_val = strtoul(buf, NULL, 16);
116 if ((hex_val == ULONG_MAX) && (errno == ERANGE))
119 working = hex_val;
152 if (asprintf(&buf, "0x%.8lx", hex_val) < 0)

Completed in 20 milliseconds