Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/dig/lib/isc/
H A Dbase32.c144 return (ISC_R_BADBASE32); in base32_decode_char()
146 return (ISC_R_BADBASE32); in base32_decode_char()
159 return (ISC_R_BADBASE32); in base32_decode_char()
165 return (ISC_R_BADBASE32); in base32_decode_char()
176 return (ISC_R_BADBASE32); in base32_decode_char()
179 return (ISC_R_BADBASE32); in base32_decode_char()
183 return (ISC_R_BADBASE32); in base32_decode_char()
186 return (ISC_R_BADBASE32); in base32_decode_char()
191 return (ISC_R_BADBASE32); in base32_decode_char()
195 return (ISC_R_BADBASE32); in base32_decode_char()
[all …]
/openbsd-src/usr.bin/dig/lib/isc/include/isc/
H A Dresult.h85 #define ISC_R_BADBASE32 60 /*%< bad base32 encoding */ macro