Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibccconfig.c103 static char *parseint(char *arg, uint32_t *val, int hexonly) in parseint() argument
108 *val = strtoul(arg, &endptr, hexonly ? 16 : 0); in parseint()