Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Ddeltat.c165 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro
168 # define YY_CAST(Type, Val) ((Type) (Val)) macro
/freebsd/contrib/unbound/util/
H A Dconfigparser.c105 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro
108 # define YY_CAST(Type, Val) ((Type) (Val)) macro
[all...]
/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.c109 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro
112 # define YY_CAST(Type, Val) ((Type) (Val)) macro
[all...]