Searched refs:YYCOPY (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | parse.c | 364 # ifndef YYCOPY 366 # define YYCOPY(To, From, Count) \ macro 369 # define YYCOPY(To, From, Count) \ macro 389 YYCOPY (&yyptr->Stack, Stack, yysize); \
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-gram.c | 355 # ifndef YYCOPY 357 # define YYCOPY(To, From, Count) \ macro 360 # define YYCOPY(To, From, Count) \ macro 380 YYCOPY (&yyptr->Stack, Stack, yysize); \
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpcmd.c | 502 # ifndef YYCOPY 504 # define YYCOPY(To, From, Count) \ macro 507 # define YYCOPY(To, From, Count) \ macro 527 YYCOPY (&yyptr->Stack, Stack, yysize); \
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | asn1parse.c | 512 # ifndef YYCOPY 514 # define YYCOPY(To, From, Count) \ macro 517 # define YYCOPY(To, From, Count) \ macro 537 YYCOPY (&yyptr->Stack, Stack, yysize); \
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_parser.c | 1260 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1272 # ifndef YYCOPY 1274 # define YYCOPY(Dst, Src, Count) \ 1277 # define YYCOPY(Dst, Src, Count) \ 1262 # define YYCOPY( global() macro 1265 # define YYCOPY( global() macro
|
/freebsd/contrib/unbound/util/ |
H A D | configparser.c | 1182 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 1194 # ifndef YYCOPY 1196 # define YYCOPY(Dst, Src, Count) \ macro 1199 # define YYCOPY(Dst, Src, Count) \ macro
|