Home | History | Annotate | Download | only in libpcap

Lines Matching refs:yydest

1357 /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
1358 YYDEST. */
1361 yystpcpy (char *yydest, const char *yysrc)
1363 yystpcpy (yydest, yysrc)
1364 char *yydest;
1368 char *yyd = yydest;