Searched refs:ty (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tests/system/rrchecker/
H A Dtests.sh41 while read -r name tt cl ty rest
43 myecho "$cl $ty $rest" | $RRCHECKER -p > checker.out || {
45 echo "I: '$cl $ty $rest' not handled."
48 test "$cl $ty $rest" = "$cl0 $ty0 $rest0" || {
50 echo "I: '$cl $ty $rest' != '$cl0 $ty0 $rest0'"
59 while read -r name tt cl ty rest
61 myecho "$cl $ty $rest" | $RRCHECKER -u > checker.out || {
63 echo "I: '$cl $ty $rest' not converted to unknown record format"
68 echo "I: '$cl $ty $rest' not converted back to canonical format"
71 test "$cl $ty
[all...]
/bind-9.11.3/lib/isc/include/isc/
H A Devent.h52 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \
57 (event)->ev_type = (ty); \

Completed in 9 milliseconds