Home | History | Annotate | Download | only in src

Lines Matching refs:s1

2431 static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
2433 static void yy_flex_strncpy( s1, s2, n )
2434 char *s1;
2441 s1[i] = s2[i];