Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h323 hex2bin(uint8_t *bindst, const char *hexsrc, size_t binlen) in hex2bin() argument
333 *bindst++ = (hi4 << 4) | lo4; in hex2bin()