Home
last modified time | relevance | path

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

/freebsd-src/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-src/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