Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dget_devname.c191 fromhex(char c) in fromhex() function
214 uuid[i] = ((fromhex(s[0]) << 4) | fromhex(s[1])); in get_spec_by_uuid()
/busybox-1.35.0/miscutils/
Dhdparm.c2028 static int fromhex(unsigned char c) function
2052 sbuf[i] = (sbuf[i] << 4) + fromhex(*(b++));