Searched refs:ISC_R_BADNUMBER (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dparseint.c38 return (ISC_R_BADNUMBER);
42 return (ISC_R_BADNUMBER);
H A Dlex.c609 } else if (result == ISC_R_BADNUMBER) {
828 return (ISC_R_BADNUMBER);
856 return (ISC_R_BADNUMBER);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dparseint.c37 return (ISC_R_BADNUMBER);
41 return (ISC_R_BADNUMBER);
H A Dlex.c609 } else if (result == ISC_R_BADNUMBER) {
825 return (ISC_R_BADNUMBER);
853 return (ISC_R_BADNUMBER);
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dresult.h85 #define ISC_R_BADNUMBER 56 /*%< not a valid number */ macro
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dresult.h85 #define ISC_R_BADNUMBER 56 /*%< not a valid number */ macro
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drcode.c212 return (ISC_R_BADNUMBER);
223 if (result == ISC_R_BADNUMBER && hex_allowed)
241 if (result != ISC_R_BADNUMBER)
372 if (result != ISC_R_BADNUMBER)
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c8649 return (ISC_R_BADNUMBER);

Completed in 183 milliseconds