Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Ddeltat.c166 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val) macro
169 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) macro
/freebsd/contrib/unbound/util/
H A Dconfigparser.c106 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val) macro
109 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.c110 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val) macro
113 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) macro