Searched defs:ucval (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c412 uint8_t ucval; local
471 ucval = (uint8_t)strtoul(val, &endptr, 0);
474 (void) memcpy(outbuf, &ucval, size);
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c2669 uint8_t ucval; local
2709 ucval = (uint8_t)strtoul(val, (char **)NULL, 0);
2710 return (ucval == *(uint8_t *)vbuf);

Completed in 65 milliseconds