Searched defs:hexval (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/librpcsvc/
H A Dxcrypt.c168 hexval(char c) function
/freebsd-11-stable/contrib/ntp/libparse/
H A Dclk_trimtaip.c64 #define hexval(x) (('0' <= (x) && (x) <= '9') ? (x) - '0' : \ macro
H A Dclk_hopf6021.c245 hexval( function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dcram.c56 hex_decode(unsigned char *hashval, const char *hexval) argument
71 hex_encode(char *hexval, const unsigned char *hashval) argument
/freebsd-11-stable/usr.sbin/keyserv/
H A Dsetkey.c461 hexval(dig) function
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dsubr.c247 char *ep, hexval[3]; local
/freebsd-11-stable/usr.sbin/spi/
H A Dspi.c512 hexval(char c) function
/freebsd-11-stable/contrib/serf/auth/
H A Dauth_digest.c77 char *hexval = apr_palloc(pool, (APR_MD5_DIGESTSIZE * 2) + 1); local
/freebsd-11-stable/contrib/byacc/
H A Dreader.c1100 hexval(int c) function

Completed in 117 milliseconds