Home
last modified time | relevance | path

Searched defs:fromhex (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/boot/lib/libstand/
H A Duuid_from_string.c52 fromhex(const char *s, int len, int *ok) in fromhex() function
[all...]
/titanic_51/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_subr.c87 #define fromhex(c) ((c >= '0' && c <= '9') ? (c - '0') : \ macro
/titanic_51/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c2990 #define fromhex(c) ((c >= '0' && c <= '9') ? (c - '0') : \ macro